]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host (tic6x-*-uclinux): Append to extra_parts.
authorBernd Schmidt <bernds@codesourcery.com>
Tue, 29 Nov 2011 15:55:38 +0000 (15:55 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Tue, 29 Nov 2011 15:55:38 +0000 (15:55 +0000)
* config.host (tic6x-*-uclinux): Append to extra_parts.  Fix
formatting.

From-SVN: r181805

libgcc/ChangeLog
libgcc/config.host

index f146181da9c88e4ba5e6f80aaea004899a923e53..aca72b0ee20fdbdba8301ca899d25e90259348f5 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-29  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * config.host (tic6x-*-uclinux): Append to extra_parts.  Fix
+       formatting.
+
 2011-11-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR other/51022
index a9fb9ad8d08af7099a5846205dbf463d73b722d5..961c69f4af68c3bd5430001a5f4f6c079c109fc2 100644 (file)
@@ -1068,9 +1068,11 @@ spu-*-elf*)
                libgcc_cache64k.a libgcc_cache128k.a"
        ;;
 tic6x-*-uclinux)
-       tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp c6x/t-elf  c6x/t-uclinux t-crtstuff-pic t-libgcc-pic t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-gnu-prefix"
+       tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl t-softfp \
+               c6x/t-elf  c6x/t-uclinux t-crtstuff-pic t-libgcc-pic \
+               t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver t-gnu-prefix"
        tm_file="$tm_file c6x/c6x-abi.h"
-       extra_parts="crtbeginS.o crtendS.o crti.o crtn.o"
+       extra_parts="$extra_parts crtbeginS.o crtendS.o crti.o crtn.o"
        unwind_header=config/c6x/unwind-c6x.h
        ;;
 tic6x-*-elf)