Mesa (master): configs: Remove -lstdc++ from default.

Vinson Lee vlee at kemper.freedesktop.org
Tue Aug 24 19:21:22 UTC 2010


Module: Mesa
Branch: master
Commit: d3772eab2d1f72a1f1199b2860941995b9826c98
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3772eab2d1f72a1f1199b2860941995b9826c98

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Aug 24 12:14:14 2010 -0700

configs: Remove -lstdc++ from default.

This patch undoes commit 9b7480cd95c2d1259e23bfb5549cefaa94ebaca1.

A follow-on patch will provide the proper fix.

---

 configs/default |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configs/default b/configs/default
index 0435796..7c9cdf1 100644
--- 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




More information about the mesa-commit mailing list