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



Mans Rullgard <mans at mansr dot com> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

                 CC|                            |mans at mansr dot com



--- Comment #1 from Mans Rullgard <mans at mansr dot com> 2013-04-16 10:15:55 
UTC ---

This fixes this problem (still fails building libgcc) for bfin-uclibc:



--- a/gcc/config.gcc

+++ b/gcc/config.gcc

@@ -966,7 +966,7 @@ bfin*-uclinux*)

        ;;

 bfin*-linux-uclibc*)

        tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h gnu-user.h linux.h

glibc-stdint.h bfin/linux.h ./linux-sysroot-suffix.h"

-       tmake_file="bfin/t-bfin-linux t-slibgcc"

+       tmake_file="${tmake_file} bfin/t-bfin-linux t-slibgcc"

        use_collect2=no

        ;;

 bfin*-rtems*)

Reply via email to