]> granicus.if.org Git - procps-ng/commitdiff
threadsafe-statics
authoralbert <>
Mon, 30 Oct 2006 03:57:57 +0000 (03:57 +0000)
committeralbert <>
Mon, 30 Oct 2006 03:57:57 +0000 (03:57 +0000)
Makefile

index 9de32963b4f287b649c30e27b6446187d3c9c36d..5870e325747bd7a31bb05b934bec46fbb0f89141 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -148,6 +148,9 @@ endif
 # in case -O3 is enabled, avoid bloat
 ALL_CFLAGS += $(call check_gcc,-fno-inline-functions,)
 
+# ought to file a gcc bug about this nonsense
+ALL_CFLAGS += $(call check_gcc,-fno-threadsafe-statics,)
+
 endif
 endif
 endif