From 5e51ebd8eb084a001d9573f115ea0a837c786fa3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 18 May 2006 17:04:13 +0000 Subject: use -march=i486 instead of -m486 (bug 6954) --- configs/solaris-x86-gcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/solaris-x86-gcc') 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 -- cgit v1.2.3