mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
All FreeBSD platforms are elf: move i386-elf to i386
This was a leftover from when we had both i386 a.out and ELF. Reviewed by: kib, imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2591
This commit is contained in:
parent
c52102dd25
commit
302af79506
6 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
ARCH= ${MACHINE_ARCH:S/i386/i386-elf/}
|
||||
.if exists(${.CURDIR}/${ARCH})
|
||||
SUBDIR+= ${ARCH}
|
||||
.if exists(${.CURDIR}/${MACHINE_ARCH})
|
||||
SUBDIR+= ${MACHINE_ARCH}
|
||||
.else
|
||||
SUBDIR+= ${MACHINE_CPUARCH}
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue