re PR target/49684 (build fails on crtstuff.c / crtbegin using default CRT_CALL_STATI...
authorHans-Peter Nilsson <hp@axis.com>
Sat, 9 Jul 2011 22:36:12 +0000 (22:36 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 9 Jul 2011 22:36:12 +0000 (22:36 +0000)
PR target/49684
* config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
$(LIBGCC2_CFLAGS).

From-SVN: r176111

gcc/ChangeLog
gcc/config/cris/t-elfmulti

index fba2db93a9e394b91fd74e2a335eeb317e7f557c..e654d17323be13b00678ff4792ca4e98bea78d51 100644 (file)
@@ -1,5 +1,9 @@
 2011-07-10  Hans-Peter Nilsson  <hp@axis.com>
 
+       PR target/49684
+       * config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
+       $(LIBGCC2_CFLAGS).
+
        PR bootstrap/49680
        * config/cris/cris.c (cris_asm_output_case_end): Robustify against
        stray notes and debug insns by using prev_nonnote_nondebug_insn
index 8d4dfea4ef13338648703fd6075bac05acdb7d60..90eeaaedf44d5a435d486d4630d6138830750bfb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2007, 2011 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
@@ -31,4 +31,4 @@ MULTILIB_MATCHES = \
 MULTILIB_EXTRA_OPTS = mbest-lib-options
 INSTALL_LIBGCC = install-multilib
 LIBGCC = stmp-multilib
-CRTSTUFF_T_CFLAGS = $(LIBGCC2_CFLAGS) -moverride-best-lib-options
+CRTSTUFF_T_CFLAGS = -moverride-best-lib-options