summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-09 14:26:41 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-09 14:26:41 +0000
commit3569d462f34c3ec26a9b52083d202eeffa3b2438 (patch)
treee5e721e53905dc6be0aff1e31ed575b5bdcd0ad6 /libgcc
parent63bb6dcffb53e4b4ddf8cd588774e3a8c4f66f6b (diff)
downloadgcc-3569d462f34c3ec26a9b52083d202eeffa3b2438.tar.gz
* config.host (ia64*-*-linux*): Move ia64/t-glibc after
t-libunwind. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177598 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host2
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 9148c9badc2..4ce6e92950c 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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
diff --git a/libgcc/config.host b/libgcc/config.host
index d35ee3a4a61..9972bf0ef7c 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -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