diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-26 15:11:14 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-26 15:11:14 +0000 |
commit | 385527e9caa099c7d7df69f4d232907ef9a28bdf (patch) | |
tree | aab8deab62f396c94b9e9029c7b2723844db5bfa /configure | |
parent | e61feeea25f6d0401f847d368779977a1c314898 (diff) | |
download | gcc-385527e9caa099c7d7df69f4d232907ef9a28bdf.tar.gz |
PR target/47230
* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
* configure: Regenerate.
config/ChangeLog:
PR target/47230
* mh-alpha-linux: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213081 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index f5e8d6a5218..c8b20b617ae 100755 --- a/configure +++ b/configure @@ -3878,6 +3878,9 @@ fi *-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" ;; |