summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <andrew.cagney@gmail.com>2015-11-26 13:16:36 -0800
committerAndrew Cagney <andrew.cagney@gmail.com>2015-11-26 13:16:36 -0800
commitab122e12bbb0cbc4da04750bf448dde424f8cae0 (patch)
tree62d1051f19b9483b75e33663879e49cc412534d7
parent7892c25b0e59cbb1f4096fe36a0bf6f922688062 (diff)
downloadnspr-hg-ab122e12bbb0cbc4da04750bf448dde424f8cae0.tar.gz
Bug 1228432: Remove the obsolete -m68020-60 compiler flag for Linux m68k.
r=wtc.
-rwxr-xr-xconfigure4
-rw-r--r--configure.in4
2 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index 37f5eef2..ba821b8d 100755
--- a/configure
+++ b/configure
@@ -7048,10 +7048,6 @@ tools are selected during the Xcode/Developer Tools installation." "$LINENO" 5
PR_MD_ASFILES=os_Linux_ppc.s
fi
;;
- m68k)
- CFLAGS="$CFLAGS -m68020-60"
- CXXFLAGS="$CXXFLAGS -m68020-60"
- ;;
esac
;;
diff --git a/configure.in b/configure.in
index 7b7818ab..c408d3e9 100644
--- a/configure.in
+++ b/configure.in
@@ -1856,10 +1856,6 @@ tools are selected during the Xcode/Developer Tools installation.])
PR_MD_ASFILES=os_Linux_ppc.s
fi
;;
- m68k)
- CFLAGS="$CFLAGS -m68020-60"
- CXXFLAGS="$CXXFLAGS -m68020-60"
- ;;
esac
;;