* Hard-code PORTOBJFORMAT?= elf instead of using the (now removed)
objformat(1) and defaulting to a.out. This will be removed entirely once port makefiles no longer reference it.
This commit is contained in:
parent
a01439c2ca
commit
cbd60a5b80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183681
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ OSVERSION!= /usr/sbin/sysctl -n kern.osreldate
|
|||
.endif
|
||||
.endif
|
||||
.if !defined(PORTOBJFORMAT)
|
||||
PORTOBJFORMAT!= test -x ${DESTDIR}/usr/bin/objformat && ${DESTDIR}/usr/bin/objformat || echo aout
|
||||
PORTOBJFORMAT?= elf
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue