aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2011-11-29 15:55:38 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2011-11-29 15:55:38 +0000
commit4d5ae4eadc00c0fc843735d39c56a58f0107c972 (patch)
tree5fcad1e9761bd345a8b8a8dc033d65a3bb11a33d
parent9645592c93a087e305e64a4244e6a56cbc174e20 (diff)
downloadgcc-4d5ae4eadc00c0fc843735d39c56a58f0107c972.zip
gcc-4d5ae4eadc00c0fc843735d39c56a58f0107c972.tar.gz
gcc-4d5ae4eadc00c0fc843735d39c56a58f0107c972.tar.bz2
config.host (tic6x-*-uclinux): Append to extra_parts.
* config.host (tic6x-*-uclinux): Append to extra_parts. Fix formatting. From-SVN: r181805
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host6
2 files changed, 9 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index f146181..aca72b0 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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
diff --git a/libgcc/config.host b/libgcc/config.host
index a9fb9ad..961c69f 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -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)