mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
No need to add I386_CPU to CFLAGS here for 80386 systems as they are no
longer supported.
This commit is contained in:
parent
d0565c1493
commit
e1be1a8e8f
1 changed files with 0 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue