diff options
author | James E Wilson <wilson@specifixinc.com> | 2003-12-19 17:30:23 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-12-19 17:30:23 -0800 |
commit | 28f08c8adbb04b5da253067aadbe7ff162f3455c (patch) | |
tree | cf48e1447f73567175b576ec31b024f79439350f /gcc/config.gcc | |
parent | 0d49ce35e3c449d5befa9e935ff55223b8d869a5 (diff) | |
download | gcc-28f08c8adbb04b5da253067aadbe7ff162f3455c.zip gcc-28f08c8adbb04b5da253067aadbe7ff162f3455c.tar.gz gcc-28f08c8adbb04b5da253067aadbe7ff162f3455c.tar.bz2 |
Drop test for libunwind 0.95 and earlier.
* configure.in: Delete libunwind_has_eh_support test.
* configure: Regenerate.
* config.gcc (ia64*-*-linux*): Delete reference to t-libunwind-no-eh
and libunwind_has_eh_support check.
* config/t-libunwind-no-eh: Delete.
From-SVN: r74865
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*) |