aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-12-18 16:57:19 +0000
committerWarner Losh <imp@FreeBSD.org>2014-12-18 16:57:19 +0000
commit8bc65725c766c52ebc282c317051f7616e6899c0 (patch)
tree8a3498c1b993cfb1b6863c1c09498692567b5168 /usr.sbin/kldxref
parent7f5a9777e73449eee42d20f503a1bce7a5982f5b (diff)
downloadsrc-8bc65725c766c52ebc282c317051f7616e6899c0.tar.gz
src-8bc65725c766c52ebc282c317051f7616e6899c0.zip
Remove -fno-strict-alias, as it is no longer needed.
Notes
Notes: svn path=/head/; revision=275904
Diffstat (limited to 'usr.sbin/kldxref')
-rw-r--r--usr.sbin/kldxref/Makefile1
1 files changed, 0 insertions, 1 deletions
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