Treat OpenBSD like generic BSD.
This commit is contained in:
parent
db63f0bc31
commit
207de18f5d
1 changed files with 0 additions and 5 deletions
5
bin/9l
5
bin/9l
|
|
@ -166,11 +166,6 @@ fi
|
||||||
extralibs="-lm"
|
extralibs="-lm"
|
||||||
tag="${SYSNAME:-`uname`}-${OBJTYPE:-`uname -m`}"
|
tag="${SYSNAME:-`uname`}-${OBJTYPE:-`uname -m`}"
|
||||||
case "$tag" in
|
case "$tag" in
|
||||||
*OpenBSD*)
|
|
||||||
ld=gcc
|
|
||||||
userpath=true
|
|
||||||
extralibs="$extralibs -lutil"
|
|
||||||
;;
|
|
||||||
*FreeBSD*)
|
*FreeBSD*)
|
||||||
ld=gcc
|
ld=gcc
|
||||||
userpath=true
|
userpath=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue