diff options
| author | Luca Bruno <lucab@debian.org> | 2009-05-22 19:42:59 +0000 |
|---|---|---|
| committer | luca_bruno <luca_bruno@users.sourceforge.net> | 2009-05-22 19:42:59 +0000 |
| commit | 690c8372308bfef2acc38685aa19b7eb92bec90d (patch) | |
| tree | 189dc010d23f4e90578a5751a6e676bab80d4be3 | |
| parent | Updated Russian translation (diff) | |
| download | inkscape-690c8372308bfef2acc38685aa19b7eb92bec90d.tar.gz inkscape-690c8372308bfef2acc38685aa19b7eb92bec90d.zip | |
* 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)
(bzr r7919)
| -rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
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 ****************************** |
