OSDN Git Service

configs: Remove -lstdc++ from default.
authorVinson Lee <vlee@vmware.com>
Tue, 24 Aug 2010 19:14:14 +0000 (12:14 -0700)
committerVinson 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

index 0435796..7c9cdf1 100644 (file)
@@ -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