]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't use -gstabs on ppc64-linux, as it doesn't work with some gccs (Dave Nomura).
authorJulian Seward <jseward@acm.org>
Fri, 10 Feb 2006 12:42:11 +0000 (12:42 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 10 Feb 2006 12:42:11 +0000 (12:42 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5628

helgrind/tests/Makefile.am

index 23d676202e110b26df8bdde60eb45783da90707f..1785953e315c56301910f7e8e205199873f73279 100644 (file)
@@ -17,5 +17,12 @@ check_PROGRAMS = \
        allok deadlock inherit race race2 readshared
 
 # force -gstabs, because we don't print symaddr for DWARF yet
+# Sigh, gcc-3.4.3 on ppc64 generates bogus .stabs.  So disable it
+# for now on ppc64-linux.
+if VG_PPC64_LINUX
+AM_CFLAGS      = $(WERROR) -Winline -Wall -Wshadow -g      $(AM_FLAG_M3264_PRI)
+else
 AM_CFLAGS      = $(WERROR) -Winline -Wall -Wshadow -gstabs $(AM_FLAG_M3264_PRI)
+endif
+
 LDADD          = -lpthread