Browse Source

Remove hardcoded -Wall from Radeon DRI makefiles

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
tags/7.8-rc1
Alan Coopersmith 16 years ago
parent
commit
917b6d2a4b

+ 1
- 1
src/mesa/drivers/dri/r200/Makefile View File

@@ -56,7 +56,7 @@ C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)

X86_SOURCES =

DRIVER_DEFINES = -DRADEON_R200 -Wall
DRIVER_DEFINES = -DRADEON_R200

DRI_LIB_DEPS += $(RADEON_LDFLAGS)


+ 0
- 1
src/mesa/drivers/dri/r300/Makefile View File

@@ -66,7 +66,6 @@ C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)

DRIVER_DEFINES = -DRADEON_R300
# -DRADEON_BO_TRACK \
-Wall

DRI_LIB_DEPS += $(RADEON_LDFLAGS)


+ 1
- 2
src/mesa/drivers/dri/r600/Makefile View File

@@ -68,9 +68,8 @@ DRIVER_SOURCES = \

C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)

DRIVER_DEFINES = -DRADEON_R600 \
DRIVER_DEFINES = -DRADEON_R600
# -DRADEON_BO_TRACK \
-Wall

DRI_LIB_DEPS += $(RADEON_LDFLAGS)


+ 1
- 1
src/mesa/drivers/dri/radeon/Makefile View File

@@ -49,7 +49,7 @@ C_SOURCES = \
$(DRIVER_SOURCES) \
$(CS_SOURCES)

DRIVER_DEFINES = -DRADEON_R100 -Wall
DRIVER_DEFINES = -DRADEON_R100

DRI_LIB_DEPS += $(RADEON_LDFLAGS)


Loading…
Cancel
Save