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-static | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/solaris-x86-gcc-static') diff --git a/configs/solaris-x86-gcc-static b/configs/solaris-x86-gcc-static index 3cfe5ef8a2..6959ea3e25 100644 --- a/configs/solaris-x86-gcc-static +++ b/configs/solaris-x86-gcc-static @@ -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 MKLIB_OPTIONS = -static -- cgit v1.2.3