diff options
author | Brian Paul <[email protected]> | 2004-07-23 19:30:33 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-07-23 19:30:33 +0000 |
commit | 840565cd47fd523133fd63f50748ab498ac038ef (patch) | |
tree | e6e927e0b7bd0160ab34a945d2b27f6728f8c660 | |
parent | 4f6b1ad95252e77d887729e81f49ca757aedb19c (diff) |
updates from Stephane Marchesin
-rw-r--r-- | configs/linux-solo-ia64 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configs/linux-solo-ia64 b/configs/linux-solo-ia64 index 519d8082f82..dac4e622772 100644 --- a/configs/linux-solo-ia64 +++ b/configs/linux-solo-ia64 @@ -8,9 +8,11 @@ CONFIG_NAME = linux-solo-ia64 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 +CCOMMON = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -CXXFLAGS = -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE +CFLAGS = $(CCOMMON) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math + +CXXFLAGS = $(CCOMMON) -Wall -O3 -ansi -pedantic -fPIC # Library/program dependencies @@ -24,4 +26,4 @@ SRC_DIRS = mesa glx glu glut/mini DRIVER_DIRS = dri PROGRAM_DIRS = miniglx -DRI_DIRS = fb gamma mach64 mga r128 r200 radeon sis tdfx +DRI_DIRS = fb mach64 mga r128 r200 radeon sis tdfx unichrome |