diff options
Diffstat (limited to 'configs/solaris-x86-gcc')
-rw-r--r-- | configs/solaris-x86-gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/solaris-x86-gcc b/configs/solaris-x86-gcc index a0f00b2573..1f02ab2f51 100644 --- a/configs/solaris-x86-gcc +++ b/configs/solaris-x86-gcc @@ -7,8 +7,8 @@ CONFIG_NAME = solaris-x86-gcc # Compiler and flags CC = gcc CXX = g++ -CFLAGS = -O3 -m486 -fPIC -I/usr/openwin/include -DUSE_XSHM -CXXFLAGS = -O3 -m486 -fPIC +CFLAGS = -O3 -march=i486 -fPIC -I/usr/openwin/include -DUSE_XSHM +CXXFLAGS = -O3 -march=i486 -fPIC GLUT_CFLAGS = -fexceptions GL_LIB_DEPS = -L/usr/openwin/lib -lX11 -lXext -lm -lpthread |