diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-12 18:36:30 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-12 18:36:30 +0000 |
commit | ed3e1bbc6b602ca019a6391a8e2a42b06e57bff5 (patch) | |
tree | cddc77083c1cfeaa50af1a351d07d7835b751b74 /gcc/config.build | |
parent | edacfc78557c1379f05797ee98d819d0dff655f3 (diff) | |
download | gcc-ed3e1bbc6b602ca019a6391a8e2a42b06e57bff5.tar.gz |
gcc:
* config.build (alpha*-dec-osf4*): Remove.
* config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
of obsolete configurations.
(alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
support.
* config/alpha/t-osf4: Renamed to ...
* config/alpha/t-osf5: ... this.
* config/alpha/osf.h: Renamed to ...
* config/alpha/osf5.h: ... this.
Merged old osf5.h contents.
Update comments.
(ASM_SPEC): Use ASM_OLDAS_SPEC directly.
(EXTRA_SPECS): Removed.
* doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
reflect removal of Tru64 UNIX V4.0/V5.0 support.
Document that.
fixincludes:
* inclhack.def (alpha_wchar): Remove.
* fixincl.x: Regenerate.
* tests/base/wchar.h: Remove.
libgcc:
* config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
alpha-dec-osf5.0* support.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158235 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.build')
-rw-r--r-- | gcc/config.build | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config.build b/gcc/config.build index 0ed87546d80..6c837c3c32f 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, 2009 +# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. #This file is part of GCC. @@ -51,11 +51,6 @@ build_file_translate= # System-specific settings. case $build in - alpha*-dec-osf4*) - # Some versions of OSF4 (specifically X4.0-9 296.7) have - # 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 |