Disable floating point on PowerPC for the ficl library.
This commit is contained in:
parent
47a0ac1bfe
commit
a9f09ccdea
@ -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