diff options
author | Brian Paul <[email protected]> | 2008-09-03 09:08:19 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-03 09:08:46 -0600 |
commit | ab93aa774e2fc09b5f579eb13ce94cf22796902b (patch) | |
tree | d34e68d99d42086a67a37bb222175845f6dde3d3 /configs/linux-cell-debug | |
parent | 01a76f4fee3dda55447dc93e6198ede105bdaef0 (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-debug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/linux-cell-debug b/configs/linux-cell-debug new file mode 100644 index 00000000000..ba333bba686 --- /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 + |