summaryrefslogtreecommitdiff
path: root/configs/sunos5-gcc
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-06-26 00:02:51 +0000
committerIan Romanick <idr@us.ibm.com>2004-06-26 00:02:51 +0000
commite16f6e3f234391027b300ec2ca8b56fc13aac825 (patch)
treee905f64b3a7daed25d730f9c4137841ec0bf0dce /configs/sunos5-gcc
parent9eecb03226a534e0fe59973133371b72e7c0d63d (diff)
Re-enable SPARC assembly on sunos5-gcc platform.
Diffstat (limited to 'configs/sunos5-gcc')
-rw-r--r--configs/sunos5-gcc6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/sunos5-gcc b/configs/sunos5-gcc
index 59fcccf9d64..147f69dbcba 100644
--- a/configs/sunos5-gcc
+++ b/configs/sunos5-gcc
@@ -4,11 +4,13 @@ include $(TOP)/configs/default
CONFIG_NAME = sunos5-gcc
+ASM_SOURCES = $(SPARC_SOURCES) $(SPARC_API)
+
# Compiler and flags
CC = gcc
CXX = g++
-CFLAGS = -O3 -I/usr/openwin/include -fPIC -fomit-frame-pointer -D_REENTRANT -DUSE_XSHM
-CXXFLAGS = -O3 -I/usr/openwin/include -fPIC -fomit-frame-pointer -D_REENTRANT
+CFLAGS = -O3 -I/usr/openwin/include -fPIC -fomit-frame-pointer -D_REENTRANT -DUSE_XSHM -DUSE_SPARC_ASM
+CXXFLAGS = -O3 -I/usr/openwin/include -fPIC -fomit-frame-pointer -D_REENTRANT -DUSE_SPARC_ASM
GLUT_CFLAGS = -fexceptions -DSOLARIS_2_4_BUG
GL_LIB_DEPS = -L/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm