diff options
author | Mark Mitchell <mark@codesourcery.com> | 2001-02-05 01:38:47 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2001-02-05 01:38:47 +0000 |
commit | 22fdd65e5971ec8f15368ba77046ce8c6c3cb329 (patch) | |
tree | 177855d276d1c216598a7ec68ce2bb1412e384a4 /libstdc++/csignal | |
parent | 4322eb6c0ee5bac01fbca9846438084d33367120 (diff) | |
download | gcc-22fdd65e5971ec8f15368ba77046ce8c6c3cb329.zip gcc-22fdd65e5971ec8f15368ba77046ce8c6c3cb329.tar.gz gcc-22fdd65e5971ec8f15368ba77046ce8c6c3cb329.tar.bz2 |
Remove V2 C++ library.
* configure.in: Remove --enable-libstdcxx_v3 support.
* Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3.
* configure.in: Remove --enable-libstdcxx_v3 support.
* configure: Regenerated.
From-SVN: r39445
Diffstat (limited to 'libstdc++/csignal')
-rw-r--r-- | libstdc++/csignal | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libstdc++/csignal b/libstdc++/csignal deleted file mode 100644 index 6febfb7..0000000 --- a/libstdc++/csignal +++ /dev/null @@ -1,7 +0,0 @@ -// The -*- C++ -*- signal handling header. -// This file is part of the GNU ANSI C++ Library. - -#ifndef __CSIGNAL__ -#define __CSIGNAL__ -#include <signal.h> -#endif |