summaryrefslogtreecommitdiff
path: root/configs/linux-cell-debug
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-03 09:08:19 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-03 09:08:46 -0600
commitab93aa774e2fc09b5f579eb13ce94cf22796902b (patch)
treed34e68d99d42086a67a37bb222175845f6dde3d3 /configs/linux-cell-debug
parent01a76f4fee3dda55447dc93e6198ede105bdaef0 (diff)
Cell: added linux-cell-debug config
linux-cell is now the optimized configuration. Remove some Cell-specific stuff from winsys/xlib/Makefile.
Diffstat (limited to 'configs/linux-cell-debug')
-rw-r--r--configs/linux-cell-debug10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/linux-cell-debug b/configs/linux-cell-debug
new file mode 100644
index 0000000000..ba333bba68
--- /dev/null
+++ b/configs/linux-cell-debug
@@ -0,0 +1,10 @@
+# linux-cell-debug
+
+include $(TOP)/configs/linux-cell
+
+# just override name and OPT_FLAGS here:
+
+CONFIG_NAME = linux-cell-debug
+
+OPT_FLAGS = -g
+