diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-08-09 14:26:41 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2011-08-09 14:26:41 +0000 |
commit | 3cb6e5bd17614aa4e87619cb00895985df3d006b (patch) | |
tree | e5e721e53905dc6be0aff1e31ed575b5bdcd0ad6 /libgcc/config.host | |
parent | 4001900fb3dd67c055a9350244fd4a644c6d7c7a (diff) | |
download | gcc-3cb6e5bd17614aa4e87619cb00895985df3d006b.tar.gz |
config.host (ia64*-*-linux*): Move ia64/t-glibc after t-libunwind.
* config.host (ia64*-*-linux*): Move ia64/t-glibc after
t-libunwind.
From-SVN: r177598
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
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 |