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:
Ed Maste 2015-05-19 21:00:53 +00:00
parent c52102dd25
commit 302af79506
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283125
6 changed files with 2 additions and 3 deletions

View File

@ -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