projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
547e867
)
configs: Remove -lstdc++ from default.
author
Vinson Lee
<vlee@vmware.com>
Tue, 24 Aug 2010 19:14:14 +0000
(12:14 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 24 Aug 2010 19:14:14 +0000
(12:14 -0700)
This patch undoes commit
9b7480cd95c2d1259e23bfb5549cefaa94ebaca1
.
A follow-on patch will provide the proper fix.
configs/default
patch
|
blob
|
history
diff --git
a/configs/default
b/configs/default
index 043579642972e8dc12dec9c76bd536d4e8cf49c6..7c9cdf18aee0d55f22e8fba9bb1a942eda97e0f6 100644
(file)
--- a/
configs/default
+++ b/
configs/default
@@
-119,7
+119,7
@@
EGL_CLIENT_APIS = $(GL_LIB)
# Library dependencies
#EXTRA_LIB_PATH ?=
-GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread $(TALLOC_LIBS)
-lstdc++
+GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread $(TALLOC_LIBS)
EGL_LIB_DEPS = $(EXTRA_LIB_PATH) -ldl -lpthread
OSMESA_LIB_DEPS = $(EXTRA_LIB_PATH) -L$(TOP)/$(LIB_DIR) -l$(GL_LIB)
GLU_LIB_DEPS = $(EXTRA_LIB_PATH) -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm