summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Pescetti <pescetti@apache.org>2014-08-24 21:29:09 +0000
committerAndrea Pescetti <pescetti@apache.org>2014-08-24 21:29:09 +0000
commit1ef659f66b6dfcc0b3af641f75ea31c6c72390f9 (patch)
treeaa28d05b1ddfca9f2aca5160574bd4de58efe416
parent38c03d440036c8b0d129ed846b85991c804463a3 (diff)
#i123887# Use -fuse-cxa-atexit (to build svl on, e.g., Ubuntu 14.04)
Patch-By: Amali Praveena Soban Kumar <samalipraveena@yahoo.com.au>
Notes
Notes: prefer: 4b7bced098d46b966ed40b68bc0b7f77904bcfdc
-rw-r--r--solenv/gbuild/platform/linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/linux.mk b/solenv/gbuild/platform/linux.mk
index ed74e12a5705..0a23a43f3760 100644
--- a/solenv/gbuild/platform/linux.mk
+++ b/solenv/gbuild/platform/linux.mk
@@ -93,7 +93,7 @@ gb_CXXFLAGS := \
-fmessage-length=0 \
-fno-common \
-fno-strict-aliasing \
- -fno-use-cxa-atexit \
+ -fuse-cxa-atexit \
-fvisibility-inlines-hidden \
-fvisibility=hidden \
-pipe \