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:
parent
89ef33c09f
commit
a89fd81d2b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38420
@ -4,7 +4,7 @@ PROG= objformat
|
||||
NOMAN= not yet
|
||||
CFLAGS+= -DMAIN
|
||||
|
||||
.if ${BINFORMAT} == elf
|
||||
.if ${OBJFORMAT} == elf
|
||||
CFLAGS+= -DFREEBSD_ELF
|
||||
.else
|
||||
CFLAGS+= -DFREEBSD_AOUT
|
||||
|
Loading…
Reference in New Issue
Block a user