From 8a05d6bb264eefe224966a4c6415a173ad58861d Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Tue, 28 Feb 2017 14:54:07 +0100 Subject: More Configure cleanup. Remove - util/incore - util/fipslink.pl - the unused "baseaddr" configure switch Reviewed-by: Stephen Henson --- Configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Configure') 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; -- cgit v1.2.3