Remove bogus setting of MACHINE_CPU here. There is no need for it.

Submitted by:	bde
This commit is contained in:
Kris Kennaway 2001-02-19 23:33:13 +00:00
parent b9d37a4027
commit 4183193e52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72719

View File

@ -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