Enable targets for EFI on binutils.

objcopy needs to know about EFI targets if we want to build EFI Applications.
Also minor whitespace removal.
This commit is contained in:
Fredrik Holmqvist 2013-08-28 19:59:56 +02:00
parent 2ec188b903
commit f0aee2b4ea
1 changed files with 3 additions and 2 deletions

View File

@ -141,6 +141,7 @@ export LC_ALL=POSIX
cd $binutilsObjDir
CFLAGS="-O2" CXXFLAGS="-O2" $binutilsSourceDir/configure \
--prefix=$installDir $buildHostSpec --target=$haikuMachine \
--enable-targets=$haikuMachine,i386-efi-pe,x86_64-efi-pe \
--disable-nls --disable-shared --disable-werror $binutilsConfigureArgs \
|| exit 1
$MAKE $additionalMakeArgs || exit 1