No need to add I386_CPU to CFLAGS here for 80386 systems as they are no

longer supported.
This commit is contained in:
John Baldwin 2004-11-16 21:12:47 +00:00
parent d0565c1493
commit e1be1a8e8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137789

View File

@ -100,9 +100,6 @@ _ICC_CPUCFLAGS = -tpp5
. else
_ICC_CPUCFLAGS =
. endif # ICC on 'i386'
. if ${CPUTYPE} == "i386"
CFLAGS += -DI386_CPU
. endif
. elif ${MACHINE_ARCH} == "alpha"
_CPUCFLAGS = -mcpu=${CPUTYPE}
. elif ${MACHINE_ARCH} == "amd64"