diff options
author | rupp <rupp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-09 07:05:11 +0000 |
---|---|---|
committer | rupp <rupp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-08-09 07:05:11 +0000 |
commit | 9b9a2528d521d80bc7c08287132e3e2c40cbe5fe (patch) | |
tree | f2d5b12735045afa823c4e5b07fec8d683f6cc77 /gcc/config.build | |
parent | 31c1e9f84ace87f756bafacae68a2ffae95d3f7c (diff) | |
download | gcc-9b9a2528d521d80bc7c08287132e3e2c40cbe5fe.tar.gz |
* config.build (ia64-hp-*vms*): New target.
(alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
with ia64-hp-*vms*.
* config.gcc (ia64-hp-*vms*): New target.
(alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
with ia64-hp-*vms*.
* config.host (ia64-hp-*vms*): New target.
(alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
with ia64-hp-*vms*.
* libgcc/config.host (ia64-hp-*vms*): New target.
(alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
with ia64-hp-*vms*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150587 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.build')
-rw-r--r-- | gcc/config.build | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/gcc/config.build b/gcc/config.build index d08143493d9..0ed87546d80 100644 --- a/gcc/config.build +++ b/gcc/config.build @@ -1,5 +1,5 @@ # GCC build-specific configuration file. -# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008 +# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009 # Free Software Foundation, Inc. #This file is part of GCC. @@ -56,12 +56,19 @@ case $build in # a broken tar, so we use cpio instead. build_install_headers_dir=install-headers-cpio ;; + 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=alpha/xm-vms.h + build_xm_file="vms/xm-vms.h" build_exeext=.exe build_install_headers_dir=install-headers-cp prefix=/gnu - local_prefix=/gnu + local_prefix=/gnu/local ;; hppa1.0-*-hpux1[01]* | \ hppa*64*-*-hpux11* | \ @@ -111,6 +118,13 @@ 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 |