aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.build
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-01-04 15:45:29 +0000
committerTristan Gingold <gingold@gcc.gnu.org>2012-01-04 15:45:29 +0000
commite2b30a444101f22a67c1f6b6ba67988ed1596f91 (patch)
tree5726dbeae9b7f509b3d9b0b698d8c1a1fae53a60 /gcc/config.build
parentb6aa8c3385473f791b5bb7d931a55569f41b9aa6 (diff)
xm-vms.h (HOST_LONG_FORMAT, [...]): Define when long pointers are used.
2012-01-04 Tristan Gingold <gingold@adacore.com> * config/vms/xm-vms.h (HOST_LONG_FORMAT, HOST_PTR_PRINTF): Define when long pointers are used. * config.build (*-*-*vms*): Handle all OpenVMS targets. (alpha64-dec-*vms*, alpha*-dec-*vms*) (ia64-hp-*vms*): Remove. * config/vms/xm-vms64.h: Delete. From-SVN: r182879
Diffstat (limited to 'gcc/config.build')
-rw-r--r--gcc/config.build27
1 files changed, 6 insertions, 21 deletions
diff --git a/gcc/config.build b/gcc/config.build
index abb27d7f6c1..26809b61225 100644
--- a/gcc/config.build
+++ b/gcc/config.build
@@ -52,20 +52,6 @@ build_file_translate=
# System-specific settings.
case $build in
- alpha64-dec-*vms*)
- build_xm_file="vms/xm-vms.h vms/xm-vms64.h"
- build_exeext=.exe
- build_install_headers_dir=install-headers-cp
- prefix=/gnu
- local_prefix=/gnu/local
- ;;
- alpha*-dec-*vms*)
- build_xm_file="vms/xm-vms.h"
- build_exeext=.exe
- build_install_headers_dir=install-headers-cp
- prefix=/gnu
- local_prefix=/gnu/local
- ;;
hppa1.0-*-hpux1[01]* | \
hppa*64*-*-hpux11* | \
hppa1.1-*-hpux11* | \
@@ -114,13 +100,6 @@ case $build in
i386-*-vsta)
# Intel 80386's running VSTa kernel
;;
- ia64-hp-*vms*)
- build_xm_file="vms/xm-vms.h vms/xm-vms64.h"
- build_exeext=.exe
- build_install_headers_dir=install-headers-cp
- prefix=/gnu
- local_prefix=/gnu/local
- ;;
m68000-hp-hpux* | m68k-hp-hpux*)
# HP 9000 series 300
build_install_headers_dir=install-headers-cpio
@@ -129,5 +108,11 @@ case $build in
# All other System V variants.
build_install_headers_dir=install-headers-cpio
;;
+ *-*-*vms*)
+ # All OpenVMS targets.
+ build_xm_file="vms/xm-vms.h"
+ build_exeext=.exe
+ build_install_headers_dir=install-headers-cp
+ ;;
esac