- some more fixes for Solaris 2.9 (CXX and CFLAGS)
This commit is contained in:
parent
c28c0a4120
commit
1bac9675f1
@ -7,9 +7,9 @@
|
||||
# superSPARC w/ Solaris 2.x
|
||||
set echo
|
||||
CC="gcc"
|
||||
CXX="$CC"
|
||||
CFLAGS="-Wall -O2 -mv8 -msupersparc -mno-epilogue"
|
||||
#CFLAGS="-Wall -O2 -mv8 -msupersparc"
|
||||
CXX="g++"
|
||||
#CFLAGS="-Wall -O2 -mv8 -msupersparc -mno-epilogue"
|
||||
CFLAGS="-Wall -O2 -mv8 -msupersparc"
|
||||
#CFLAGS="-Wall -O2 -g"
|
||||
CXXFLAGS="$CFLAGS"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user