Link objformat statically by default. This makes it possible to

build 2.2-stable worlds on 3.0-current systems again.  objformat
calls getobjformat(), which doesn't exist in 2.2's libc.
Technically there should have been a version number bump when it was
added in -current.  But it's used in so few places that it hardly
seems worth that.  Besides, the objformat program is very heavily
used during a make world; it won't hurt to have it load a little
faster.
This commit is contained in:
John Polstra 1998-11-01 02:37:40 +00:00
parent 3538f74065
commit eca7742c3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40802

View File

@ -2,6 +2,7 @@
PROG= objformat
CFLAGS+= -Wall
NOSHARED?= YES
LINKS+= ${BINDIR}/objformat ${BINDIR}/addr2line
LINKS+= ${BINDIR}/objformat ${BINDIR}/ar