mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Disable floating point on PowerPC for the ficl library.
This commit is contained in:
parent
b42c229790
commit
b91af74a2c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123374
@ -17,6 +17,9 @@ CFLAGS+= -mno-fp-regs
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CFLAGS+= -mpreferred-stack-boundary=2
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
CFLAGS+= -msoft-float
|
||||
.endif
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user