summaryrefslogtreecommitdiff
path: root/external/libatomic_ops
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-27 09:55:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-27 09:55:02 +0100
commitfc6f894d2211cee7b28cb93345e90297ec04fe06 (patch)
tree191fa0ef6e1b736308c69f432dafe77c96d61915 /external/libatomic_ops
parentce0e240ef10566f1cc334386dbde83b43ebb9281 (diff)
Pass -fvisibility-inlines-hidden into external modules
Change-Id: Icf872e269c7e427ba1287ccd0082974c9426449e
Diffstat (limited to 'external/libatomic_ops')
-rw-r--r--external/libatomic_ops/ExternalProject_libatomic_ops.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libatomic_ops/ExternalProject_libatomic_ops.mk b/external/libatomic_ops/ExternalProject_libatomic_ops.mk
index 28384ad57f24..afbad2e04930 100644
--- a/external/libatomic_ops/ExternalProject_libatomic_ops.mk
+++ b/external/libatomic_ops/ExternalProject_libatomic_ops.mk
@@ -17,7 +17,7 @@ $(eval $(call gb_ExternalProject_register_targets,libatomic_ops,\
$(call gb_ExternalProject_get_state_target,libatomic_ops,build) :
$(call gb_ExternalProject_run,build,\
- $(if $(filter TRUE,$(DISABLE_DYNLOADING)),CFLAGS="$(CFLAGS) $(gb_VISIBILITY_FLAGS) $(gb_COMPILEROPTFLAGS)" CXXFLAGS="$(CXXFLAGS) $(gb_VISIBILITY_FLAGS) $(gb_COMPILEROPTFLAGS)") \
+ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),CFLAGS="$(CFLAGS) $(gb_VISIBILITY_FLAGS) $(gb_COMPILEROPTFLAGS)" CXXFLAGS="$(CXXFLAGS) $(gb_VISIBILITY_FLAGS) $(gb_VISIBILITY_FLAGS_CXX) $(gb_COMPILEROPTFLAGS)") \
./configure \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
&& $(MAKE) \