config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld, should come from the...
authorAndreas Schwab <schwab@gcc.gnu.org>
Tue, 7 Jan 2003 23:34:24 +0000 (23:34 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Tue, 7 Jan 2003 23:34:24 +0000 (23:34 +0000)
* config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
should come from the generic *-*-linux* entry.

From-SVN: r61024

gcc/ChangeLog
gcc/config.gcc

index beaa6ea309e226a9d190d5ba239447007dd23a2e..733c1d8ea560504cf505d30997c547e7c3692cff 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-08  Andreas Schwab  <schwab@suse.de>
+
+       * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
+       should come from the generic *-*-linux* entry.
+
 Tue Jan  7 22:29:56 CET 2003  Jan Hubicka  <jh@suse.cz>
 
        * cselib.c (cselib_current_insn_in_libcall): New static variable.
@@ -34,17 +39,17 @@ Tue Jan  7 21:46:57 CET 2003  Jan Hubicka  <jh@suse.cz>
 
 2003-01-07  Andreas Schwab  <schwab@suse.de>
 
-        * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
-        Move --enable-initfini-array check ...
-        * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
-        HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
-        Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
-        * configure: Rebuild.
+       * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
+       Move --enable-initfini-array check ...
+       * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
+       HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
+       Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
+       * configure: Rebuild.
 
 2003-01-07  Richard Henderson  <rth@redhat.com>
 
-        * alias.c (find_base_value): Only use new_reg_base_value shortcut
-        if the register is set once.
+       * alias.c (find_base_value): Only use new_reg_base_value shortcut
+       if the register is set once.
 
 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
   
index 4c1ed01005578c85a6d9e88e940cb985e244c672..1c75d618669583d94769f9b29e87048ee940be70 100644 (file)
@@ -1664,8 +1664,6 @@ m68k-*-linux*)            # Motorola m68k's running GNU/Linux
                                # aka the GNU/Linux C library 6.
        tm_file=m68k/linux.h
        tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
-       extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
-       gnu_ld=yes
        ;;
 m68k-*-psos*)
        tmake_file=m68k/t-m68kbare