Commit 305576a5 by Tristan Gingold Committed by Tristan Gingold

2012-03-16 Tristan Gingold <gingold@adacore.com>

	* config.host (alpha64-dec-*vms*, alpha*-dec-*vms*)
	(ia64-hp-*vms*): Replaced by ...
	(*-*-*vms*): ... This new entry.

From-SVN: r185455
parent 33959d1d
2012-03-16 Tristan Gingold <gingold@adacore.com>
* config.host (alpha64-dec-*vms*, alpha*-dec-*vms*)
(ia64-hp-*vms*): Replaced by ...
(*-*-*vms*): ... This new entry.
2012-03-15 Jakub Jelinek <jakub@redhat.com> 2012-03-15 Jakub Jelinek <jakub@redhat.com>
PR target/52568 PR target/52568
......
...@@ -185,22 +185,6 @@ esac ...@@ -185,22 +185,6 @@ esac
# Machine-specific settings. # Machine-specific settings.
case ${host} in 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*) hppa1.0-*-hpux10* | hppa1.1-*-hpux10* | hppa2*-*-hpux10*)
out_host_hook_obj=host-hpux.o out_host_hook_obj=host-hpux.o
host_xmake_file="${host_xmake_file} x-hpux" host_xmake_file="${host_xmake_file} x-hpux"
...@@ -262,14 +246,6 @@ case ${host} in ...@@ -262,14 +246,6 @@ case ${host} in
out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o" out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o"
host_xmake_file="${host_xmake_file} i386/x-darwin" 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*) powerpc-*-beos*)
host_can_use_collect2=no host_can_use_collect2=no
;; ;;
...@@ -297,4 +273,10 @@ case ${host} in ...@@ -297,4 +273,10 @@ case ${host} in
out_host_hook_obj=host-hpux.o out_host_hook_obj=host-hpux.o
host_xmake_file="${host_xmake_file} x-hpux" 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 esac
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment