OSDN Git Service

s/-mv8/-mcpu=ultrasparc/ (bug 941338)
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 25 Apr 2004 15:18:36 +0000 (15:18 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 25 Apr 2004 15:18:36 +0000 (15:18 +0000)
configs/linux-sparc5

index 4928660..60e65ab 100644 (file)
@@ -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