add fiplibdir and basedir options to Configure

This commit is contained in:
Dr. Stephen Henson 2011-01-29 23:45:02 +00:00
parent 0c02a37548
commit cc8bd54569
1 changed files with 8 additions and 0 deletions

View File

@ -897,6 +897,14 @@ PROCESS_ARGS:
{
$withargs{"zlib-include"}="-I$1";
}
elsif (/^--with-fipslibdir=(.*)$/)
{
$fipslibdir="$1/";
}
elsif (/^--with-baseaddr=(.*)$/)
{
$baseaddr="$1";
}
elsif (/^--cross-compile-prefix=(.*)$/)
{
$cross_compile_prefix=$1;