Commit 9a0b29f0 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

re PR target/49684 (build fails on crtstuff.c / crtbegin using default CRT_CALL_STATIC_FUNCTION)

	PR target/49684
	* config/cris/t-elfmulti (CRTSTUFF_T_CFLAGS): Don't include
	$(LIBGCC2_CFLAGS).

From-SVN: r176111
parent a50023f9
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
......
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment