From: Brian Paul Date: Thu, 18 May 2006 17:04:13 +0000 (+0000) Subject: use -march=i486 instead of -m486 (bug 6954) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e51ebd8eb084a001d9573f115ea0a837c786fa3;p=mesa.git use -march=i486 instead of -m486 (bug 6954) --- diff --git a/configs/solaris-x86-gcc b/configs/solaris-x86-gcc index a0f00b2573f..1f02ab2f514 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 diff --git a/configs/solaris-x86-gcc-static b/configs/solaris-x86-gcc-static index 3cfe5ef8a2b..6959ea3e255 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