2004-10-19 Hollis Blanchard <hollis@penguinppc.org>

* conf/powerpc-ieee1275.rmk (COMMON_ASFLAGS): Remove -fno-builtin.
    (COMMON_CFLAGS): Remove -fno-builtin and -D__ASSEMBLY__. Add
    -ffreestanding and -msoft-float.
This commit is contained in:
hollisb 2004-10-20 01:08:02 +00:00
parent 86f4ae2580
commit 9304c1f804
3 changed files with 23 additions and 17 deletions

View file

@ -1,8 +1,8 @@
# -*- makefile -*-
COMMON_ASFLAGS = -nostdinc -fno-builtin -D__ASSEMBLY__
COMMON_CFLAGS = -fno-builtin -D__ASSEMBLY__
COMMON_ASFLAGS = -nostdinc -D__ASSEMBLY__
COMMON_CFLAGS = -ffreestanding -msoft-float
# Images.