tags 631064 patch
thanks

Even with the missing MacroAssemblerMIPS.h being adding in 1.4.1-2, webkitgtk+
ftbfs now due to ld running out of memory [1].

I test built webkit on gabrielli successfully on gabrielli using the gstabs
debug format. Attached is a patch which sets -gstabs for mips and mipsel (in
addition to s390).

Michael

[1]
https://buildd.debian.org/status/fetch.php?pkg=webkitgtk%2B&arch=mips&ver=1.4.1-2&stamp=1309171727
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/rules b/debian/rules
index 7b99d52..03e6710 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ ifeq ($(DEB_BUILD_ARCH),alpha)
         CFLAGS += -Wl,--no-relax
 endif
 
-ifeq ($(DEB_BUILD_ARCH),s390)
+ifneq (,$(filter $(DEB_BUILD_ARCH),s390 mips mipsel))
         CFLAGS += -gstabs
 endif
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to