summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 12:25:50 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:08 +0200
commit80374355ab96fa73f2aee8971195faf3cf5985f5 (patch)
treefe4aa72179798af1957c3be8948eff18c6f308e9 /solenv
parent3c41244209386e22b34cb8da2267383e0238e0ff (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/solaris.mk14
-rw-r--r--solenv/gbuild/platform/unxgcc.mk12
2 files changed, 0 insertions, 26 deletions
diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk
index ba4b4ab005c4..4b26f028fca9 100644
--- a/solenv/gbuild/platform/solaris.mk
+++ b/solenv/gbuild/platform/solaris.mk
@@ -241,20 +241,6 @@ gb_STDLIBS := \
-lnsl \
-lsocket \
-gb_Library_PLAINLIBS_NONE += \
- dl \
- GL \
- GLU \
- ICE \
- m \
- nsl \
- pthread \
- socket \
- SM \
- ICE \
- X11 \
- Xext \
-
gb_Library_FILENAMES := \
$(foreach lib,$(gb_Library_OOOLIBS),$(lib):$(gb_Library_SYSPRE)$(lib)$(gb_Library_OOOEXT)) \
$(foreach lib,$(gb_Library_PLAINLIBS_NONE),$(lib):$(gb_Library_SYSPRE)$(lib)$(gb_Library_PLAINEXT)) \
diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index 4946cf29d55e..0957e4a3d71b 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -239,18 +239,6 @@ gb_Library_RTEXT := gcc3$(gb_Library_PLAINEXT)
gb_Library_OOOEXT := $(gb_Library_DLLPOSTFIX)$(gb_Library_PLAINEXT)
gb_Library_UNOEXT := .uno$(gb_Library_PLAINEXT)
-gb_Library_PLAINLIBS_NONE += \
- dl \
- GL \
- GLU \
- ICE \
- m \
- pthread \
- SM \
- ICE \
- X11 \
- Xext \
-
gb_Library_FILENAMES := \
$(foreach lib,$(gb_Library_OOOLIBS),$(lib):$(gb_Library_SYSPRE)$(lib)$(gb_Library_OOOEXT)) \
$(foreach lib,$(gb_Library_PLAINLIBS_NONE),$(lib):$(gb_Library_SYSPRE)$(lib)$(gb_Library_PLAINEXT)) \