-msoft-float must always be turned on when compiling the PowerPC kernel.

This commit is contained in:
Benno Rice 2001-11-12 10:12:00 +00:00
parent 5207c02e45
commit 2c6c884048
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86295

View File

@ -38,9 +38,11 @@ _OS!=uname
.if ${_OS} != "FreeBSD"
CWARNFLAGS=-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
COPTS+= -D__ELF__ -D__FreeBSD__ -msoft-float
COPTS+= -D__ELF__ -D__FreeBSD__
.endif
COPTS+= -msoft-float
%BEFORE_DEPEND
%OBJS