diff options
author | James E Wilson <wilson@specifixinc.com> | 2004-01-09 23:14:29 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2004-01-09 23:14:29 +0000 |
commit | 9813058e848a5ff8950db9df412118a0128721da (patch) | |
tree | 1e903dff7dd3d8392b722a803ddc1674b6dd24fb /gcc/gcc.c | |
parent | 27c99ffebca238cfc77736076f7d79fc9cc77f8e (diff) | |
download | gcc-9813058e848a5ff8950db9df412118a0128721da.zip gcc-9813058e848a5ff8950db9df412118a0128721da.tar.gz gcc-9813058e848a5ff8950db9df412118a0128721da.tar.bz2 |
gcc.c (init_spec): Remove -lunwind from shared case.
2004-01-09 James E Wilson <wilson@specifixinc.com>
* gcc.c (init_spec): Remove -lunwind from shared case.
* conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
From-SVN: r75611
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1633,9 +1633,6 @@ init_spec (void) #else "-lgcc_s%M" #endif -#ifdef USE_LIBUNWIND_EXCEPTIONS - " -lunwind" -#endif , "-lgcc", "-lgcc_eh" @@ -1657,9 +1654,6 @@ init_spec (void) #else "-lgcc_s%M" #endif -#ifdef USE_LIBUNWIND_EXCEPTIONS - " -lunwind" -#endif , "libgcc.a%s", "libgcc_eh.a%s" |