From c6163a2ce079403878da844a612869e278059a75 Mon Sep 17 00:00:00 2001 From: benno Date: Mon, 12 Nov 2001 10:12:00 +0000 Subject: -msoft-float must always be turned on when compiling the PowerPC kernel. --- sys/conf/Makefile.powerpc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/conf/Makefile.powerpc') diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index a6e55e0..a135913 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -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 -- cgit v1.1