From: luca_bruno Date: Fri, 22 May 2009 19:42:59 +0000 (+0000) Subject: * Arch-specific test to workaround that bug in mips toolchain is no more X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0b0c90399569d69e3be5916eb6f33a0721598a28;p=inkscape.git * Arch-specific test to workaround that bug in mips toolchain is no more needed, as the issue as been fixed; thus, removing our check. (see http://bugs.debian.org/274738) --- diff --git a/configure.ac b/configure.ac index d30dd281d..1bb787f39 100644 --- a/configure.ac +++ b/configure.ac @@ -838,15 +838,6 @@ if test "$GXX" = "yes"; then # Add even more stuff CXXFLAGS="-Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch $CXXFLAGS" - dnl Test for arch-specific situations. - case "$host_cpu" in - mips|mipsel) - dnl Symbol tables can get too large: this uses alternate tables - dnl See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=283476 - CXXFLAGS="$CXXFLAGS -Wa,-xgot" - CFLAGS="$CFLAGS -Wa,-xgot" - ;; - esac fi dnl ******************************