diff options
author | Steve Ellcey <sje@cup.hp.com> | 2001-03-16 04:39:20 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2001-03-15 20:39:20 -0800 |
commit | 7e5b99080acf62ea3dad13ff37711d0069301f9d (patch) | |
tree | c8c0eff21c58b81d46e8c2160bd852071a3f7d1f /gcc/config.gcc | |
parent | 7d32abcdd215fd8d09764a4b96f407163cc8f309 (diff) | |
download | gcc-7e5b99080acf62ea3dad13ff37711d0069301f9d.zip gcc-7e5b99080acf62ea3dad13ff37711d0069301f9d.tar.gz gcc-7e5b99080acf62ea3dad13ff37711d0069301f9d.tar.bz2 |
Steve Ellcey's ia64-hpux port.
* config.gcc (ia64*-*-hpux*): New case.
* config/ia64/hpux.h: New file for HP-UX support.
* config/ia64/t-hpux: New file for HP-UX support.
From-SVN: r40531
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index f3fe3bb..d9ce27b 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1583,6 +1583,15 @@ ia64*-*-linux*) fi float_format=i386 ;; +ia64*-*-hpux*) + tm_file="ia64/ia64.h svr4.h ia64/sysv4.h ia64/hpux.h" + tmake_file="ia64/t-ia64 ia64/t-hpux" + target_cpu_default="MASK_GNU_AS" + if test x$enable_threads = xyes; then + thread_file='posix' + fi + float_format=i386 + ;; m32r-*-elf*) extra_parts="crtinit.o crtfini.o" ;; |