Module Name: src
Committed By: chs
Date: Wed Oct 26 15:57:27 UTC 2011
Modified Files:
src/sys/arch/powerpc/include: Makefile.inc
Log Message:
avoid linker warnings with the new binutils by not forcing rump modules
to be soft-float.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/powerpc/include/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/include/Makefile.inc
diff -u src/sys/arch/powerpc/include/Makefile.inc:1.1 src/sys/arch/powerpc/include/Makefile.inc:1.2
--- src/sys/arch/powerpc/include/Makefile.inc:1.1 Thu Dec 19 19:36:26 2002
+++ src/sys/arch/powerpc/include/Makefile.inc Wed Oct 26 15:57:26 2011
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.1 2002/12/19 19:36:26 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.2 2011/10/26 15:57:26 chs Exp $
.if !defined(_POWERPC_MAKEFILE_INC)
_POWERPC_MAKEFILE_INC= yes
+.if !defined(RUMPKERNEL)
CFLAGS+= -msoft-float
+.endif
.endif