Code

* Arch-specific test to workaround that bug in mips toolchain is no more
authorluca_bruno <luca_bruno@users.sourceforge.net>
Fri, 22 May 2009 19:42:59 +0000 (19:42 +0000)
committerluca_bruno <luca_bruno@users.sourceforge.net>
Fri, 22 May 2009 19:42:59 +0000 (19:42 +0000)
   needed, as the issue as been fixed; thus, removing our check.
   (see http://bugs.debian.org/274738)

configure.ac

index d30dd281d046dfd5a76e201bbcf1271b609ad9c9..1bb787f3957d9f6e83e1f456d5c8c0f33939161a 100644 (file)
@@ -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 ******************************