]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux.h (LIB_SPEC, [...]): Remove redundant, incorrect definitions.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 7 Feb 2005 08:11:10 +0000 (08:11 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Mon, 7 Feb 2005 08:11:10 +0000 (08:11 +0000)
* config/mn10300/linux.h (LIB_SPEC, STARTFILE_SPEC): Remove
redundant, incorrect definitions.

From-SVN: r94695

gcc/ChangeLog
gcc/config/mn10300/linux.h

index 845748b2ac8de12f93269a6433f3a5651bd8bf82..3fbce885454ac649d3d504af871fd4aa92f0476e 100644 (file)
@@ -1,5 +1,8 @@
 2005-02-07  Alexandre Oliva  <aoliva@redhat.com>
 
+       * config/mn10300/linux.h (LIB_SPEC, STARTFILE_SPEC): Remove
+       redundant, incorrect definitions.
+
        * config/frv/frv.md ("tls_indirect_call"): Turn into libcall-like
        expand.
        ("*tls_indirect_call"): New, reference hard regs directly.
index 217812d93f33a32609250f7006ef8dee2545c643..4a67179eb7f51e7992102c87a8c1d087f760029e 100644 (file)
      %{!dynamic-linker:-dynamic-linker /lib/ld.so.1}} \
    %{static:-static}"
 
-#undef  LIB_SPEC
-#define LIB_SPEC \
-  "%{shared: -lc} \
-   %{!shared: %{pthread:-lpthread} \
-     %{profile:-lc_p} %{!profile: -lc}}"
-
-#undef  STARTFILE_SPEC
-#define STARTFILE_SPEC \
-  "%{!shared: \
-     %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} \
-                      %{!p:%{profile:gcrt1.o%s} \
-                        %{!profile:crt1.o%s}}}} \
-   crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}"
-
 #undef  TARGET_SWITCHES
 #define TARGET_SWITCHES        \
   {{ "am33",           -0x4,   N_("Target the AM33 processor") }, \