summaryrefslogtreecommitdiff
path: root/configs/linux-ppc
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-07-02 07:38:40 +0000
committerIan Romanick <idr@us.ibm.com>2005-07-02 07:38:40 +0000
commit9204e87b2ea2e9b441ab6422ae58bfebb5cdffce (patch)
treebe328c011c71c6ae6763b69bc87afb35a13437f9 /configs/linux-ppc
parent4f178c6e3a95848257edc4623c72fb0a8eebf282 (diff)
Massive refactor of (most of) the Linux config files. This reduces
the length of each config and brings a lot of much needed uniformity to them.
Diffstat (limited to 'configs/linux-ppc')
-rw-r--r--configs/linux-ppc15
1 files changed, 3 insertions, 12 deletions
diff --git a/configs/linux-ppc b/configs/linux-ppc
index 319ae2a017..13cfdeb422 100644
--- a/configs/linux-ppc
+++ b/configs/linux-ppc
@@ -1,18 +1,9 @@
# Configuration for Linux on PPC
-include $(TOP)/configs/default
+include $(TOP)/configs/linux
CONFIG_NAME = linux-ppc
-# Compiler and flags
-CC = gcc
-CXX = g++
-CFLAGS = -O3 -mcpu=603 -ansi -pedantic -fPIC -fsigned-char -ffast-math -funroll-loops -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM
-CXXFLAGS = -O3 -mcpu=603 -ansi -pedantic -fPIC -fsigned-char -ffast-math -funroll-loops -D_SVID_SOURCE -D_BSD_SOURCE
-GLUT_CFLAGS = -fexceptions
-
-GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread
-GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lm
-GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -L/usr/X11R6/lib -lXt -lX11
-APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm
+OPT_FLAGS = -O3 -mcpu=603 -fsigned-char -funroll-loops
+# FIXME: Use of PowerPC assembly should be enabled here. \ No newline at end of file