aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc9
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"
;;