avoid linker warnings with the new binutils by not forcing rump modules
to be soft-float.
This commit is contained in:
parent
d7bbed6455
commit
c15c5cf4db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user