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
@ -1,8 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
ARCH= ${MACHINE_ARCH:S/i386/i386-elf/}
|
.if exists(${.CURDIR}/${MACHINE_ARCH})
|
||||||
.if exists(${.CURDIR}/${ARCH})
|
SUBDIR+= ${MACHINE_ARCH}
|
||||||
SUBDIR+= ${ARCH}
|
|
||||||
.else
|
.else
|
||||||
SUBDIR+= ${MACHINE_CPUARCH}
|
SUBDIR+= ${MACHINE_CPUARCH}
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user