diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2002-01-02 22:50:01 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2002-01-02 22:50:01 +0000 |
commit | 817e13c4d9f94562586b960b38f126d410fe2392 (patch) | |
tree | 6cc50fc3e63209fd1c3dcd7d4c140bfb70b1509d /gcc/config.gcc | |
parent | 98095e2beaa1dc8dd9c192f7e0913cd1e055c042 (diff) | |
download | gcc-817e13c4d9f94562586b960b38f126d410fe2392.zip gcc-817e13c4d9f94562586b960b38f126d410fe2392.tar.gz gcc-817e13c4d9f94562586b960b38f126d410fe2392.tar.bz2 |
config.gcc (ia64-*-*): Set extra_headers.
* config.gcc (ia64-*-*): Set extra_headers.
(alpha*-dec-osf*): Likewise. Don't use alpha/t-osf.
* config/alpha/t-osf: Remove.
* config/ia64/t-ia64 (EXTRA_HEADERS): Remove.
From-SVN: r48483
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index e3b4327..8d6f1ec 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1,5 +1,5 @@ # GCC build-, host- and target-specific configuration file. -# Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. #This file is part of GCC. @@ -80,7 +80,7 @@ # depending on target. # # extra_headers List of used header files from the directory -# ginclude. +# config/${cpu_type}. # # host_xmake_file List of host-specific makefile-fragments. # @@ -235,6 +235,9 @@ i[34567]86-*-*) x86_64-*-*) cpu_type=i386 ;; +ia64-*-*) + extra_headers=ia64intrin.h + ;; hppa*-*-* | parisc*-*-*) cpu_type=pa ;; @@ -488,7 +491,8 @@ alpha*-dec-osf*) extra_passes="mips-tfile mips-tdump" fi use_collect2=yes - tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-osf alpha/t-crtfm" + tmake_file="alpha/t-alpha alpha/t-ieee alpha/t-crtfm" + extra_headers=va_list.h case $machine in *-*-osf1*) tm_file="${tm_file} alpha/osf.h alpha/osf12.h alpha/osf2or3.h" |