http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49684

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|regression                  |target

--- Comment #1 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2011-07-09 
15:11:12 UTC ---
Looks like it's a combination of the target missing assembler cfi directives
and a "-g" sneaking in while compiling crtstuff.c.  So, recategorizing as
target and no longer requesting any documentation update.  The solution is
probably just:
===================================================================
--- config/cris/t-elfmulti    (revision 175272)
+++ config/cris/t-elfmulti    (working copy)
@@ -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

Reply via email to