Remove bogus setting of MACHINE_CPU here. There is no need for it.
Submitted by: bde
This commit is contained in:
parent
43aab12cf4
commit
5ffc1ada61
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user