aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-03-16 09:18:57 +0000
committerTristan Gingold <gingold@gcc.gnu.org>2012-03-16 09:18:57 +0000
commit305576a5b04f3629f5af463cbbed5895d68f510c (patch)
tree73bf2a4a760e7d0a1ade37eb160221ed8a3088c2
parent33959d1d3c8f791c6b293367fdfb8acacab17534 (diff)
downloadgcc-305576a5b04f3629f5af463cbbed5895d68f510c.zip
gcc-305576a5b04f3629f5af463cbbed5895d68f510c.tar.gz
gcc-305576a5b04f3629f5af463cbbed5895d68f510c.tar.bz2
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
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config.host30
2 files changed, 12 insertions, 24 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 798088a..c31fad8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+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>
PR target/52568
diff --git a/gcc/config.host b/gcc/config.host
index 0a01ddb..aa2a672 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