summaryrefslogtreecommitdiff
path: root/configs/linux-sparc5
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-25 15:18:36 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-25 15:18:36 +0000
commit08fa6de85035c428d77cb88b11a4638b706794b5 (patch)
treea11baeb6edda2d906e9b553b73e1bbac8fc77454 /configs/linux-sparc5
parentac0cfee885b1a1aa1d03c1005de7b90ab59ff7e6 (diff)
s/-mv8/-mcpu=ultrasparc/ (bug 941338)
Diffstat (limited to 'configs/linux-sparc5')
-rw-r--r--configs/linux-sparc54
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-sparc5 b/configs/linux-sparc5
index 4928660e9c..60e65ab309 100644
--- a/configs/linux-sparc5
+++ b/configs/linux-sparc5
@@ -7,8 +7,8 @@ CONFIG_NAME = linux-sparc5
# Compiler and flags
CC = gcc
CXX = g++
-CFLAGS = -mv8 -O2 -ffast-math -ansi -pedantic -fPIC -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM
-CXXFLAGS = -mv8 -O2 -ffast-math -ansi -pedantic -fPIC -D_SVID_SOURCE -D_BSD_SOURCE
+CFLAGS = -mcpu=ultrasparc -O2 -ffast-math -ansi -pedantic -fPIC -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM
+CXXFLAGS = -mcpu=ultrasparc -O2 -ffast-math -ansi -pedantic -fPIC -D_SVID_SOURCE -D_BSD_SOURCE
GLUT_CFLAGS = -fexceptions
GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread