summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9d09eea)
raw | patch | inline | side by side (parent: 9d09eea)
author | luca_bruno <luca_bruno@users.sourceforge.net> | |
Fri, 22 May 2009 19:42:59 +0000 (19:42 +0000) | ||
committer | luca_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)
(see http://bugs.debian.org/274738)
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index d30dd281d046dfd5a76e201bbcf1271b609ad9c9..1bb787f3957d9f6e83e1f456d5c8c0f33939161a 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# 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 ******************************