From 8bc65725c766c52ebc282c317051f7616e6899c0 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 18 Dec 2014 16:57:19 +0000 Subject: [PATCH] Remove -fno-strict-alias, as it is no longer needed. --- usr.sbin/kldxref/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/kldxref/Makefile b/usr.sbin/kldxref/Makefile index 767cc23cea2c..75e74efc65da 100644 --- a/usr.sbin/kldxref/Makefile +++ b/usr.sbin/kldxref/Makefile @@ -5,7 +5,6 @@ MAN= kldxref.8 SRCS= kldxref.c ef.c ef_obj.c WARNS?= 2 -CFLAGS+=-fno-strict-aliasing .if exists(ef_${MACHINE_CPUARCH}.c) && ${MACHINE_ARCH} != "powerpc64" SRCS+= ef_${MACHINE_CPUARCH}.c