diff options
author | merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-12-05 03:26:37 +0000 |
---|---|---|
committer | merrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-12-05 03:26:37 +0000 |
commit | 2f27db12ec72b1eae4ba0dbfe898cc59d93560ce (patch) | |
tree | 846090c523beddb7407d6c993ed5694ff082c57f /gcc/config/linux.h | |
parent | cc4a58a095af4e6e36ae2b47ae3182c75ef323cd (diff) | |
download | gcc-2f27db12ec72b1eae4ba0dbfe898cc59d93560ce.tar.gz |
(LIBGCC_SPEC): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10676 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r-- | gcc/config/linux.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index c82cfe2dd09..3249db4cc4f 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -61,11 +61,6 @@ Boston, MA 02111-1307, USA. */ fprintf (FILE, "\t.version\t\"01.01\"\n"); \ } while (0) -#undef LIBGCC_SPEC -#define LIBGCC_SPEC \ - "%{!shared:-lgcc}" - - /* Provide a STARTFILE_SPEC appropriate for Linux. Here we add the Linux magical crtbegin.o file (see crtstuff.c) which provides part of the support for getting C++ file-scope static |