summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-11-10 16:25:37 +0000
committerIan Romanick <idr@us.ibm.com>2005-11-10 16:25:37 +0000
commit0325bc6359833fc51444618d7b1e188fca693eba (patch)
treed86c4dd864fe1ec29f921223761fa1b1e9a09bdc /configs
parent418a7dbd75bf02731bce9d373d7816bab8f3730e (diff)
Support for "fragment program to C" and TCC has been removed from the
source code, so there is no reason for this config to exist. This fixes fdo bugzilla #5004.
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-tcc22
1 files changed, 0 insertions, 22 deletions
diff --git a/configs/linux-tcc b/configs/linux-tcc
deleted file mode 100644
index ad30b4fb8c3..00000000000
--- a/configs/linux-tcc
+++ /dev/null
@@ -1,22 +0,0 @@
-# Configuration for debugging on Linux
-
-include $(TOP)/configs/default
-
-CONFIG_NAME = linux-tcc
-
-# Compiler and flags
-CC = gcc
-CXX = g++
-
-TCC_DIR=/home/progs/tcc-0.9.20
-
-CFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG -DUSE_TCC -I$(TCC_DIR)
-
-CXXFLAGS = -g -ansi -pedantic -Wall -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG
-
-GLUT_CFLAGS = -fexceptions
-
-GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -L$(TCC_DIR) -ltcc -ldl
-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) -lXt -L/usr/X11R6/lib -lX11
-APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm