- Fixup whitespace after previous commit.

- To minimize whitespace changes, remove a test that didn't define
  _CPUCFLAGS if both NO_CPU_CFLAGS and NO_CPU_COPTFLAGS were defined
  since it is redundant (we don't use _CPUCFLAGS if those are defined).
This commit is contained in:
John Baldwin 2002-07-27 22:15:42 +00:00
parent 8605c6b2ad
commit 9bd85872d1

View File

@ -41,7 +41,6 @@ CPUTYPE = k7
# http://gcc.gnu.org/onlinedocs/gcc/SPARC-Options.html
# http://gcc.gnu.org/onlinedocs/gcc/RS-6000-and-PowerPC-Options.html
.if !defined(NO_CPU_CFLAGS) || !defined(NO_CPU_COPTFLAGS)
. if ${MACHINE_ARCH} == "i386"
. if ${CPUTYPE} == "k7"
. if defined(BOOTSTRAPPING)
@ -86,7 +85,6 @@ _CPUCFLAGS = -mcpu=ev4
. endif
. endif
.endif
.endif
# NB: COPTFLAGS is handled in /usr/src/sys/conf/Makefile.<arch>