summaryrefslogtreecommitdiffstats
path: root/gcc/cp/g++spec.c
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-04 06:07:03 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-04 06:07:03 +0000
commit974df224731b560002600312a6926b288483bddf (patch)
treeaf1c6004cb1229e59ffb8f7b44a7828f6eb8a3ce /gcc/cp/g++spec.c
parentd790b6bec463cd9c911a5992394bda09f126d01b (diff)
downloadppe42-gcc-974df224731b560002600312a6926b288483bddf.tar.gz
ppe42-gcc-974df224731b560002600312a6926b288483bddf.zip
libunwind cleanup
* gcc.c (init_spec): Pass -lunwind to init_gcc_specs in eh_name. * g++spec.c (lang_specific_driver): Delete USE_LIBUNWIND_EXCEPTIONS support. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74273 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/g++spec.c')
-rw-r--r--gcc/cp/g++spec.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/cp/g++spec.c b/gcc/cp/g++spec.c
index 4951ff3211e..e6c9ee6892a 100644
--- a/gcc/cp/g++spec.c
+++ b/gcc/cp/g++spec.c
@@ -302,13 +302,6 @@ lang_specific_driver (int *in_argc, const char *const **in_argv,
{
arglist[j++] = saw_profile_flag ? LIBSTDCXX_PROFILE : LIBSTDCXX;
added_libraries++;
-#ifdef USE_LIBUNWIND_EXCEPTIONS
-# ifndef LIBUNWIND
-# define LIBUNWIND "-lunwind"
-# endif
- arglist[j++] = LIBUNWIND;
- added_libraries++;
-#endif
}
if (saw_math)
arglist[j++] = saw_math;
OpenPOWER on IntegriCloud