-fno-strict-aliasing is now set globally for rump

This commit is contained in:
pooka 2009-02-03 00:33:26 +00:00
parent 6920f52d1f
commit 7e7d6e9069

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/11/25 18:36:08 pooka Exp $
# $NetBSD: Makefile,v 1.4 2009/02/03 00:33:26 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../net
@ -10,7 +10,6 @@ SRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c raw_cb.c \
if_media.c link_proto.c net_stats.c if_ethersubr.c
CPPFLAGS+= -I${.CURDIR}/opt -I${.CURDIR}/../libnetinet/opt
CFLAGS+= -fno-strict-aliasing # void ** cast in route.c is killing me
.include "${.CURDIR}/../libnetinet/Makefile.inc"