mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 23:41:01 +08:00
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
This commit is contained in:
parent
4001900fb3
commit
3cb6e5bd17
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user