summaryrefslogtreecommitdiffstats
path: root/bridges/Library_gcc3_linux_s390x.mk
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 /bridges/Library_gcc3_linux_s390x.mk
parentgbuild: gb_Library_PLAINLIBS_NONE cleanup for android (diff)
downloadcore-80374355ab96fa73f2aee8971195faf3cf5985f5.tar.gz
core-80374355ab96fa73f2aee8971195faf3cf5985f5.zip
gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
Diffstat (limited to 'bridges/Library_gcc3_linux_s390x.mk')
-rw-r--r--bridges/Library_gcc3_linux_s390x.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/bridges/Library_gcc3_linux_s390x.mk b/bridges/Library_gcc3_linux_s390x.mk
index a04ebad91250..d2400e98b157 100644
--- a/bridges/Library_gcc3_linux_s390x.mk
+++ b/bridges/Library_gcc3_linux_s390x.mk
@@ -36,9 +36,12 @@ $(eval $(call gb_Library_add_cxxflags,gcc3_uno,\
-fno-strict-aliasing \
))
+$(eval $(call gb_Library_add_libs,gcc3_uno,\
+ -ldl \
+))
+
$(eval $(call gb_Library_use_libraries,gcc3_uno,\
cppu \
- dl \
sal \
))