Modified ld flags on SunOS changed -O2 to -O
because sun's compiler does not support -O2. Kent
This commit is contained in:
@@ -66,7 +66,7 @@ elif ( test $UNAME = "Linux" ) then
|
||||
LDFLAGS="-Bshareable";
|
||||
elif ( test $UNAME = "SunOS" ) then
|
||||
CC="cc";
|
||||
CFLAGS="-O2";
|
||||
CFLAGS="-O";
|
||||
|
||||
LD="ld";
|
||||
LDFLAGS="-r";
|
||||
|
Reference in New Issue
Block a user