diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2015-02-25 20:59:31 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2015-02-25 20:59:31 +0100 |
commit | 76fabbf42df41d1275c71a4ff159b8b53147c6f4 (patch) | |
tree | cdaaef2376a201c07e2b90635cbae41bdb99c2a8 /configure.ac | |
parent | f5fd577303c2de348a58a499d6957045a40e8c96 (diff) | |
download | gcc-76fabbf42df41d1275c71a4ff159b8b53147c6f4.tar.gz |
Revert:
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
* configure: Regenerate.
/config
Revert:
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* mh-alpha-linux: New file.
/gcc
PR target/47230
* doc/install.texi (Specific, alpha*-*-*): Document that binutils 2.25
or newer are required.
From-SVN: r220990
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 08a6fbf991d..00f745292dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1275,9 +1275,6 @@ case "${host}" in *-mingw*) host_makefile_frag="config/mh-mingw" ;; - alpha*-*-linux*) - host_makefile_frag="config/mh-alpha-linux" - ;; hppa*-hp-hpux10*) host_makefile_frag="config/mh-pa-hpux10" ;; |