]> gcc.gnu.org Git - gcc.git/commitdiff
config.host (ia64*-*-linux*): Move ia64/t-glibc after t-libunwind.
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 9 Aug 2011 14:26:41 +0000 (14:26 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Tue, 9 Aug 2011 14:26:41 +0000 (14:26 +0000)
* config.host (ia64*-*-linux*): Move ia64/t-glibc after
t-libunwind.

From-SVN: r177598

libgcc/ChangeLog
libgcc/config.host

index 9148c9badc20e20560ce534ae362a5f5ff3a5e2e..4ce6e92950c1e8c725bc4e0079a69351dc44223e 100644 (file)
@@ -1,3 +1,8 @@
+2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * config.host (ia64*-*-linux*): Move ia64/t-glibc after
+       t-libunwind.
+
 2011-08-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR other/48007
index d35ee3a4a61337935e94e01c10f5693ce00b38e6..9972bf0ef7c3bdbef7efb908d00a970172fa33b8 100644 (file)
@@ -472,7 +472,7 @@ ia64*-*-freebsd*)
        ;;
 ia64*-*-linux*)
        extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
-       tmake_file="ia64/t-ia64 t-crtfm t-softfp-tf ia64/t-softfp t-softfp ia64/t-softfp-compat ia64/t-glibc ia64/t-eh-ia64 t-libunwind"
+       tmake_file="ia64/t-ia64 t-crtfm t-softfp-tf ia64/t-softfp t-softfp ia64/t-softfp-compat ia64/t-eh-ia64 t-libunwind ia64/t-glibc"
        if test x$with_system_libunwind != xyes ; then
                tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
        fi
This page took 0.076844 seconds and 5 git commands to generate.