diff options
| author | Maciej Cencora <m.cencora@gmail.com> | 2009-11-23 21:28:22 +0100 |
|---|---|---|
| committer | Maciej Cencora <m.cencora@gmail.com> | 2009-11-23 21:28:22 +0100 |
| commit | 635823d267c709f37c7a01844e03ebd7074bf4e2 (patch) | |
| tree | 2e7d13d5385cff200ef94854b3ac686ee2ac55f4 /src/gallium/drivers | |
| parent | d20b79172df18b27c8b4e428119814ffef2c8494 (diff) | |
| parent | 86710c3334850eeaeffcac6d538e01fd5c203167 (diff) | |
Merge branch 'mesa_7_7_branch' of http://anongit.freedesktop.org/git/mesa/mesa into mesa_7_7_branch
Diffstat (limited to 'src/gallium/drivers')
| -rw-r--r-- | src/gallium/drivers/svga/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gallium/drivers/svga/Makefile b/src/gallium/drivers/svga/Makefile index fe1d6d7384..d1413319c9 100644 --- a/src/gallium/drivers/svga/Makefile +++ b/src/gallium/drivers/svga/Makefile @@ -51,13 +51,7 @@ LIBRARY_INCLUDES = \ -I$(TOP)/src/gallium/drivers/svga/include LIBRARY_DEFINES = \ + -std=gnu99 -fvisibility=hidden \ -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H -CC = gcc -fvisibility=hidden -msse -msse2 - -# Set the gnu99 standard to enable anonymous structs in vmware headers. -# -CFLAGS = -Wall -Wmissing-prototypes -std=gnu99 -ffast-math \ - $(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(DEFINES) $(ASM_FLAGS) - include ../../Makefile.template |
