OSDN Git Service

(LIBGCC_SPEC): Remove.
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 1995 03:26:37 +0000 (03:26 +0000)
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 1995 03:26:37 +0000 (03:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10676 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/alpha/alpha.h
gcc/config/linux.h
gcc/config/svr4.h

index 0a42ef2..ac283ad 100644 (file)
@@ -2080,6 +2080,3 @@ do {                                                      \
 #define HAS_INIT_SECTION
 #define LD_INIT_SWITCH "-init"
 #define LD_FINI_SWITCH "-fini"
-
-/* We do want to link in libgcc when building shared libraries under OSF/1.  */
-#define LIBGCC_SPEC "-lgcc"
index c82cfe2..3249db4 100644 (file)
@@ -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
index 6fe165b..d27920a 100644 (file)
@@ -132,12 +132,6 @@ Boston, MA 02111-1307, USA.
 #undef LIB_SPEC
 #define LIB_SPEC "%{!shared:%{!symbolic:-lc}}"
 
-/* Provide a LIBGCC_SPEC appropriate for svr4.  We also want to exclude
-   libgcc when -symbolic.  */
-
-#undef  LIBGCC_SPEC
-#define LIBGCC_SPEC "%{!shared:%{!symbolic:-lgcc}}"
-
 /* Provide an ENDFILE_SPEC appropriate for svr4.  Here we tack on our own
    magical crtend.o file (see crtstuff.c) which provides part of the
    support for getting C++ file-scope static object constructed before