projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
927b9e8
)
osmesa: drop obsolete AM_CXXFLAGS
author
Emil Velikov
<emil.l.velikov@gmail.com>
Sat, 8 Feb 2014 02:56:32 +0000
(
02:56
+0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 11 Feb 2014 21:32:39 +0000
(21:32 +0000)
There is no cpp files during the build process, thus we
can safely drop the unused cxxflags.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/osmesa/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/osmesa/Makefile.am
b/src/mesa/drivers/osmesa/Makefile.am
index d09c18eed310004b0d76e9263b0f6f5aac3fa746..4935335e2919ac3ee19e160ace2bfb8e0cc57e27 100644
(file)
--- a/
src/mesa/drivers/osmesa/Makefile.am
+++ b/
src/mesa/drivers/osmesa/Makefile.am
@@
-29,8
+29,6
@@
AM_CPPFLAGS = \
$(DEFINES)
AM_CFLAGS = $(PTHREAD_CFLAGS) \
$(VISIBILITY_CFLAGS)
-AM_CXXFLAGS = $(PTHREAD_CFLAGS) \
- $(VISIBILITY_CXXFLAGS)
lib_LTLIBRARIES = lib@OSMESA_LIB@.la