[Pkg-ace-commits] [pkg-ace] r708 - trunk/debian

Thomas Girard tgg at alioth.debian.org
Tue Sep 7 18:03:34 UTC 2010


Author: tgg
Date: 2010-09-07 18:03:24 +0000 (Tue, 07 Sep 2010)
New Revision: 708

Modified:
   trunk/debian/platform_macros.GNU
Log:
Work around #593225.


Modified: trunk/debian/platform_macros.GNU
===================================================================
--- trunk/debian/platform_macros.GNU	2010-09-04 21:46:27 UTC (rev 707)
+++ trunk/debian/platform_macros.GNU	2010-09-07 18:03:24 UTC (rev 708)
@@ -16,6 +16,12 @@
 lzo1           = 1
 zlib           = 1
 
+# Work-around #593225
+ARMEL_TARGET := $(shell echo '__ARMEL__' | $(CC) -E - | tail -n 1)
+ifeq ($(ARMEL_TARGET),1)
+  no_hidden_visibility = 1
+endif
+
 include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
 
 PLATFORM_FOX_CPPFLAGS=-I/usr/include/fox-1.6




More information about the Pkg-ace-commits mailing list