Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/libgcc add ia64-netbsd support.



details:   https://anonhg.NetBSD.org/src/rev/fdbc8ef833b9
branches:  trunk
changeset: 327479:fdbc8ef833b9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 09 05:51:26 2014 +0000

description:
add ia64-netbsd support.

diffstat:

 external/gpl3/gcc/dist/libgcc/config.host |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 4a6054f26330 -r fdbc8ef833b9 external/gpl3/gcc/dist/libgcc/config.host
--- a/external/gpl3/gcc/dist/libgcc/config.host Sun Mar 09 00:41:41 2014 +0000
+++ b/external/gpl3/gcc/dist/libgcc/config.host Sun Mar 09 05:51:26 2014 +0000
@@ -652,6 +652,10 @@
        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"
        ;;



Home | Main Index | Thread Index | Old Index