Module Name:    src
Committed By:   mrg
Date:           Sun Mar  9 05:51:26 UTC 2014

Modified Files:
        src/external/gpl3/gcc/dist/libgcc: config.host

Log Message:
add ia64-netbsd support.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/dist/libgcc/config.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/libgcc/config.host
diff -u src/external/gpl3/gcc/dist/libgcc/config.host:1.6 src/external/gpl3/gcc/dist/libgcc/config.host:1.7
--- src/external/gpl3/gcc/dist/libgcc/config.host:1.6	Wed Mar  5 00:13:41 2014
+++ src/external/gpl3/gcc/dist/libgcc/config.host	Sun Mar  9 05:51:26 2014
@@ -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"
 	;;

Reply via email to