From 297c460378826c7159f782dcc427fefb6cca1ee0 Mon Sep 17 00:00:00 2001 From: mrg Date: Sun, 9 Mar 2014 05:51:26 +0000 Subject: [PATCH] add ia64-netbsd support. --- external/gpl3/gcc/dist/libgcc/config.host | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/external/gpl3/gcc/dist/libgcc/config.host b/external/gpl3/gcc/dist/libgcc/config.host index 4540bfae9f10..67cc5b9cfc0e 100644 --- a/external/gpl3/gcc/dist/libgcc/config.host +++ b/external/gpl3/gcc/dist/libgcc/config.host @@ -652,6 +652,10 @@ ia64*-*-linux*) fi md_unwind_header=ia64/linux-unwind.h ;; +ia64*-*-netbsd*) + extra_parts="${extra_parts} crtfastmath.o" + tmake_file="${tmake_file} ia64/t-ia64 ia64/t-ia64-elf ia64/t-eh-ia64 t-crtfm" + ;; ia64*-*-hpux*) tmake_file="ia64/t-ia64 ia64/t-ia64-elf ia64/t-hpux t-slibgcc ia64/t-slibgcc-hpux t-slibgcc-hpux" ;;