diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-19 09:40:25 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-19 09:40:25 +0000 |
commit | cc41c998cd7a0a9d7aa46721d7bec75376923e2a (patch) | |
tree | 9335fe7171096c65ae6ba562393e40be4ad83fcc /gcc/config.host | |
parent | d7ed0a45cb30fc6b41f04a163c02d550bb487a18 (diff) | |
download | gcc-cc41c998cd7a0a9d7aa46721d7bec75376923e2a.tar.gz |
2012-03-19 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 185514 using svnmerge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@185516 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/gcc/config.host b/gcc/config.host index 0a01ddbb228..aa2a6720cab 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -185,22 +185,6 @@ esac # Machine-specific settings. case ${host} in - alpha64-dec-*vms*) - host_xm_file="vms/xm-vms.h vms/xm-vms64.h" - host_xmake_file=vms/x-vms - host_exeext=.exe - host_can_use_collect2=no - prefix=/gnu - local_prefix=/gnu/local - ;; - alpha*-dec-*vms*) - host_xm_file="vms/xm-vms.h" - host_xmake_file=vms/x-vms - host_exeext=.exe - host_can_use_collect2=no - prefix=/gnu - local_prefix=/gnu/local - ;; hppa1.0-*-hpux10* | hppa1.1-*-hpux10* | hppa2*-*-hpux10*) out_host_hook_obj=host-hpux.o host_xmake_file="${host_xmake_file} x-hpux" @@ -262,14 +246,6 @@ case ${host} in out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o" host_xmake_file="${host_xmake_file} i386/x-darwin" ;; - ia64-hp-*vms*) - host_xm_file="vms/xm-vms.h vms/xm-vms64.h" - host_xmake_file=vms/x-vms - host_exeext=.exe - host_can_use_collect2=no - prefix=/gnu - local_prefix=/gnu/local - ;; powerpc-*-beos*) host_can_use_collect2=no ;; @@ -297,4 +273,10 @@ case ${host} in out_host_hook_obj=host-hpux.o host_xmake_file="${host_xmake_file} x-hpux" ;; + *-*-*vms*) + host_xm_file="vms/xm-vms.h" + host_xmake_file=vms/x-vms + host_exeext=.exe + host_can_use_collect2=no + ;; esac |