X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=86f68c7ca02c16c6cc2d5d7348804b07cc296f8f;hp=f6d5a7cfd3be43e9d9517f823ba5e937c411f8de;hb=ef466accdc196fe796301a06cdc6e94cb315ae9b;hpb=b53338cbf8822dd774f9e4057307f347d2b63ff0 diff --git a/Configure b/Configure index f6d5a7cfd3..86f68c7ca0 100755 --- a/Configure +++ b/Configure @@ -302,7 +302,6 @@ $config{openssldir}=""; $config{processor}=""; $config{libdir}=""; $config{cross_compile_prefix}=""; -$config{baseaddr}="0xFB00000"; my $auto_threads=1; # enable threads automatically? true by default my $default_ranlib; @@ -730,10 +729,6 @@ while (@argvcopy) { $withargs{fuzzer_include}=$1; } - elsif (/^--with-baseaddr=(.*)$/) - { - $config{baseaddr}="$1"; - } elsif (/^--cross-compile-prefix=(.*)$/) { $config{cross_compile_prefix}=$1;