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:
parent
86f4ae2580
commit
9304c1f804
3 changed files with 23 additions and 17 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue