From 5ffc1ada61e72de9941c6cae42486680bba627bd Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 19 Feb 2001 23:33:13 +0000 Subject: Remove bogus setting of MACHINE_CPU here. There is no need for it. Submitted by: bde --- share/mk/sys.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'share/mk') diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 11d6002..1449d99 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -101,10 +101,8 @@ YFLAGS ?= -d # which knows MACHINE, but not MACHINE_ARCH. When building on other # architectures, assume that the version of make being used has an # explicit MACHINE_ARCH setting and treat a missing MACHINE_ARCH -# as an i386 architecture. Similarly for MACHINE_CPU, which indicates -# the specific CPU generation to use, for optimization purposes. +# as an i386 architecture. MACHINE_ARCH ?= i386 -MACHINE_CPU ?= i386 # For tags rule. GTAGSFLAGS= -o -- cgit v1.1