1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

The selection of a default object format is based on OBJFORMAT, not

BINFORMAT.
This commit is contained in:
John Birrell 1998-08-18 06:55:36 +00:00
parent 89ef33c09f
commit a89fd81d2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38420

View File

@ -4,7 +4,7 @@ PROG= objformat
NOMAN= not yet
CFLAGS+= -DMAIN
.if ${BINFORMAT} == elf
.if ${OBJFORMAT} == elf
CFLAGS+= -DFREEBSD_ELF
.else
CFLAGS+= -DFREEBSD_AOUT