summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-09-18 20:48:54 +0000
committerjhb <jhb@FreeBSD.org>2002-09-18 20:48:54 +0000
commitab7a615e022533dfc6c0b8fc1072bf559ec6b0ea (patch)
tree7c9fc9cbdc3a64be1dc938d758ebccaad5307694 /share
parent80d913bae3a6dfe4b639a390f6a89e5a14734dd7 (diff)
downloadFreeBSD-src-ab7a615e022533dfc6c0b8fc1072bf559ec6b0ea.zip
FreeBSD-src-ab7a615e022533dfc6c0b8fc1072bf559ec6b0ea.tar.gz
Oops, fix userland _CPUCFLAGS. Move adding of _CPUCFLAGS to bottom of
file after end of empty CPUTYPE else clause.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.cpu.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index deb0948..67e8844 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -94,12 +94,6 @@ _CPUCFLAGS = -mcpu=ev4
. endif
. endif
-# NB: COPTFLAGS is handled in /usr/src/sys/conf/Makefile.<arch>
-
-.if !defined(NO_CPU_CFLAGS)
-CFLAGS += ${_CPUCFLAGS}
-.endif
-
# Set up the list of CPU features based on the CPU type. This is an
# unordered list to make it easy for client makefiles to test for the
# presence of a CPU feature.
@@ -162,3 +156,9 @@ MACHINE_CPU = itanium
. endif
.endif
.endif
+
+# NB: COPTFLAGS is handled in /usr/src/sys/conf/Makefile.<arch>
+
+.if !defined(NO_CPU_CFLAGS)
+CFLAGS += ${_CPUCFLAGS}
+.endif
OpenPOWER on IntegriCloud