bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 04/17] Disable compiler built-in symbols to avoid namespace clash


From: Guillem Jover
Subject: [PATCH 04/17] Disable compiler built-in symbols to avoid namespace clashes
Date: Thu, 25 Aug 2011 15:22:27 +0200

* Makefile.am (AM_CFLAGS): Add -fno-builtin.
---
 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 67aec74..4eced09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,6 +51,9 @@ AM_CPPFLAGS += \
        -I$(top_srcdir)/$(systype)/include/mach/sa \
        -I$(top_srcdir)/include
 
+AM_CFLAGS += \
+       -fno-builtin
+
 # Yes, this makes the eyes hurt.  But perhaps someone will finally take care of
 # all that scruffy Mach code...  Also see <http://savannah.gnu.org/task/?5726>.
 AM_CFLAGS += \
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]