diff options
Diffstat (limited to 'hints/svr4.sh')
-rw-r--r-- | hints/svr4.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hints/svr4.sh b/hints/svr4.sh index c91e13e052..b7b66b1e2a 100644 --- a/hints/svr4.sh +++ b/hints/svr4.sh @@ -41,6 +41,21 @@ if [ "$uw_isuw" = "Release = 4.2MP" -a \ d_csh='undef' fi +# DDE SMES Supermax Enterprise Server +case "`uname -svm`" in +"UNIX_SV SMES mips") + if test "$cc" = '/bin/cc' -o "$gccversion" = "" + then + # for cc we need -K PIC (not -K pic) + cccdlflags="$cccdlflags -K PIC" + fi + # the *grent functions are in libgen. + libswanted="$libswanted gen" + # csh is broken (also) in SMES + d_csh='undef' + ;; +esac + cat <<'EOM' >&4 If you wish to use dynamic linking, you must use |