From d51761aba0d2cc228a561a0a4d56e7e3db340cea Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Sun, 9 Mar 1997 11:57:19 +1200 Subject: [PATCH] BSD/OS 3.0 hints (this is the same change as commit 077b59947527f35fc97006c59d4f42e5fbe0b977, but as applied) --- hints/bsdos.sh | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/hints/bsdos.sh b/hints/bsdos.sh index 8cf69ba..7737783 100644 --- a/hints/bsdos.sh +++ b/hints/bsdos.sh @@ -68,7 +68,7 @@ case "$osvers" in d_setrgid='undef' d_setruid='undef' ;; -2.1*) +2.1*|3.0*) # Use 2.1's shlicc2 for dynamic linking # Since cc -o is linking, use it for compiling too. # I'm not sure whether Configure is careful about @@ -106,4 +106,63 @@ case "$osvers" in libswanted="rpc curses termcap $libswanted" ;; +3.0*) + # adapted from 2.1 entry by Christopher Davis