mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
Another instance where we default to elf only on alpha, but should
default to aout only on i386.
This commit is contained in:
parent
af3212bd1d
commit
f377c8d851
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40663
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile.inc,v 1.22 1998/01/25 09:49:00 jb Exp $
|
||||
# $Id: Makefile.inc,v 1.23 1998/03/08 05:29:43 peter Exp $
|
||||
#
|
||||
|
||||
# Sometimes this is .include'd several times...
|
||||
@ -15,7 +15,7 @@ OUT_FILE= ${MACHINE_ARCH}.c
|
||||
OUT_OBJ= ${MACHINE_ARCH}
|
||||
.PATH: ${GCCDIR}/config/${MACHINE_ARCH}
|
||||
|
||||
.if ${MACHINE} == "alpha"
|
||||
.if ${MACHINE_ARCH} != "i386"
|
||||
BINFORMAT= elf
|
||||
.else
|
||||
# Pick aout for now. the elf config is not binary compatable.
|
||||
|
Loading…
Reference in New Issue
Block a user