From: Andreas Schwab Date: Tue, 7 Jan 2003 23:34:24 +0000 (+0000) Subject: config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld, should come from the... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7edc5a07b71a08f941de93ff9cce86cad1eb16d;p=gcc.git config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld, should come from the generic *-*-linux* entry. * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld, should come from the generic *-*-linux* entry. From-SVN: r61024 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index beaa6ea309e..733c1d8ea56 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-08 Andreas Schwab + + * 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 * cselib.c (cselib_current_insn_in_libcall): New static variable. @@ -34,17 +39,17 @@ Tue Jan 7 21:46:57 CET 2003 Jan Hubicka 2003-01-07 Andreas Schwab - * 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 - * 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 diff --git a/gcc/config.gcc b/gcc/config.gcc index 4c1ed010055..1c75d618669 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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