diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 3e2f604..b870523 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1244,11 +1244,7 @@ ia64*-*-linux*) target_cpu_default="MASK_GNU_AS|MASK_GNU_LD" extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o" if test x"$use_libunwind_exceptions" = xyes; then - if test x"$libunwind_has_eh_support" = xyes; then - tmake_file="$tmake_file t-libunwind" - else - tmake_file="$tmake_file t-libunwind-no-eh" - fi + tmake_file="$tmake_file t-libunwind" fi ;; ia64*-*-hpux*) |