Lines Matching refs:arch
16 # with ../openssl/Configure options arch
24 my $arch = shift @ARGV;
40 our $arch_dir = "../config/archs/$arch";
43 my $is_win = ($arch =~/^VC-WIN/);
47 my $makefile = $is_win ? "../config/Makefile_$arch": "Makefile";
48 # Generate arch dependent header files with Makefile
52 my $fips_ld = ($arch =~ m/linux/ ? "providers/fips.ld" : "");
56 # Copy and move all arch dependent header files into config/archs
103 my $linker_script_dir = "<(PRODUCT_DIR)/../../deps/openssl/config/archs/$arch/$asm/providers";
141 if ($arch eq 'linux32-s390x' || $arch eq 'linux64-s390x') {
271 "cp --parents $src ../config/archs/$arch/$asm; cd ../config";
285 if ($arch =~ /aix/) {
305 arch => \$arch,
310 open(GYPI, "> ./archs/$arch/$asm/openssl.gypi");
329 arch => \$arch,
335 open(FIPSGYPI, "> ./archs/$arch/$asm/openssl-fips.gypi");
355 arch => \$arch,
360 open(CLGYPI, "> ./archs/$arch/$asm/openssl-cl.gypi");
374 # Copy the header from OpenSSL source directory to the arch specific dir.