diff options
author | Vinson Lee <vlee@vmware.com> | 2010-08-24 12:14:14 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-08-24 12:14:14 -0700 |
commit | d3772eab2d1f72a1f1199b2860941995b9826c98 (patch) | |
tree | b45f15f38261a2840753ce38fa608c4eb01a4dd4 /configs | |
parent | 547e8675583053f15dc62a073b52f4722e7d0f5f (diff) |
configs: Remove -lstdc++ from default.
This patch undoes commit 9b7480cd95c2d1259e23bfb5549cefaa94ebaca1.
A follow-on patch will provide the proper fix.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 0435796429..7c9cdf18ae 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 |