diff options
author | Keith Whitwell <[email protected]> | 2004-12-09 08:42:19 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-12-09 08:42:19 +0000 |
commit | da3e15c2fd5c08a7f28c1bda5a2f3298a8b09a15 (patch) | |
tree | 242471a4e0b1299aa67ea03f3ce9e1728bb669ee /configs/linux-solo | |
parent | 2fc3a958a4f2ac1439715e7bea011f3072c07103 (diff) |
Get linux-solo dependencies building correctly,
Make sure symlinks are built in driver directories before running makedepend.
Diffstat (limited to 'configs/linux-solo')
-rw-r--r-- | configs/linux-solo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux-solo b/configs/linux-solo index 0ee8b832dc5..2f33d750a06 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -8,11 +8,11 @@ CONFIG_NAME = linux-solo CC = gcc CXX = g++ -CCOMMON = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE +DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -CFLAGS = $(CCOMMON) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math +CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -CXXFLAGS = $(CCOMMON) -Wall -O3 -ansi -pedantic -fPIC +CXXFLAGS = $(DEFINES) -Wall -O3 -ansi -pedantic -fPIC ASM_SOURCES = $(X86_SOURCES) |