mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix leakage of AS_FLAGS between targets
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@540 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -102,11 +102,13 @@ for RULES_ARCH in $*; do
|
||||
amd64)
|
||||
TARGET="x86_64-linux-gnu-"
|
||||
CFLAGS="-fno-builtin"
|
||||
AS_FLAGS=
|
||||
;;
|
||||
|
||||
ppc)
|
||||
TARGET="powerpc-linux-gnu-"
|
||||
CFLAGS="-msoft-float -fno-builtin-bcopy -fno-builtin-log2"
|
||||
AS_FLAGS=
|
||||
;;
|
||||
|
||||
sparc32)
|
||||
|
||||
Reference in New Issue
Block a user