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:
@@ -141,6 +141,7 @@ export LC_ALL=POSIX
|
|||||||
cd $binutilsObjDir
|
cd $binutilsObjDir
|
||||||
CFLAGS="-O2" CXXFLAGS="-O2" $binutilsSourceDir/configure \
|
CFLAGS="-O2" CXXFLAGS="-O2" $binutilsSourceDir/configure \
|
||||||
--prefix=$installDir $buildHostSpec --target=$haikuMachine \
|
--prefix=$installDir $buildHostSpec --target=$haikuMachine \
|
||||||
|
--enable-targets=$haikuMachine,i386-efi-pe,x86_64-efi-pe \
|
||||||
--disable-nls --disable-shared --disable-werror $binutilsConfigureArgs \
|
--disable-nls --disable-shared --disable-werror $binutilsConfigureArgs \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
$MAKE $additionalMakeArgs || exit 1
|
$MAKE $additionalMakeArgs || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user