summaryrefslogtreecommitdiff
path: root/configs/linux-solo
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-03-26 15:16:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-03-26 15:16:35 +0000
commita70ad91209b08ebe7122ace6d6656b11d9b04542 (patch)
treedc8b1e08f6348809afcc29fc66d392061a5876fe /configs/linux-solo
parentf262b70d5a3fb7bcc2b280735fc7ff643cebe433 (diff)
new system configurations
Diffstat (limited to 'configs/linux-solo')
-rw-r--r--configs/linux-solo26
1 files changed, 26 insertions, 0 deletions
diff --git a/configs/linux-solo b/configs/linux-solo
new file mode 100644
index 0000000000..6072dc1ba0
--- /dev/null
+++ b/configs/linux-solo
@@ -0,0 +1,26 @@
+# Configuration for linux-solo: Linux DRI hardware drivers for fbdev
+
+include $(TOP)/configs/default
+
+CONFIG_NAME = linux-solo
+
+# Compiler and flags
+CC = gcc
+CXX = g++
+
+CFLAGS = -Wmissing-prototypes -g -std=c99 -pedantic -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
+
+CXXFLAGS = -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
+
+
+ASM_SOURCES = $(X86_SOURCES)
+
+# Library/program dependencies
+GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -lexpat -ldl
+GLUT_LIB_DEPS = -L$(LIB_DIR) -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lm
+GLW_LIB_DEPS = -L$(LIB_DIR) -lGL -L/usr/X11R6/lib -lXt -lXm -lX11
+
+# Directories
+SRC_DIRS = mesa glx glu glw glut/mini
+DRIVER_DIRS = dri
+PROGRAM_DIRS = miniglx