diff options
Diffstat (limited to 'hints/svr4.sh')
-rw-r--r-- | hints/svr4.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/svr4.sh b/hints/svr4.sh index b7b66b1e2a..dbae40d641 100644 --- a/hints/svr4.sh +++ b/hints/svr4.sh @@ -42,8 +42,8 @@ if [ "$uw_isuw" = "Release = 4.2MP" -a \ fi # DDE SMES Supermax Enterprise Server -case "`uname -svm`" in -"UNIX_SV SMES mips") +case "`uname -sm`" in +"UNIX_SV SMES") if test "$cc" = '/bin/cc' -o "$gccversion" = "" then # for cc we need -K PIC (not -K pic) |