summaryrefslogtreecommitdiffstats
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-29 15:55:38 +0000
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-29 15:55:38 +0000
commitadce431d57af3f57a47f5cd218b6f17c5d26707c (patch)
tree5fcad1e9761bd345a8b8a8dc033d65a3bb11a33d /libgcc/config.host
parentdf83ab947493060f40811015c66899e5552e7a12 (diff)
downloadppe42-gcc-adce431d57af3f57a47f5cd218b6f17c5d26707c.tar.gz
ppe42-gcc-adce431d57af3f57a47f5cd218b6f17c5d26707c.zip
* config.host (tic6x-*-uclinux): Append to extra_parts. Fix
formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181805 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host6
1 files changed, 4 insertions, 2 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index a9fb9ad8d08..961c69f4af6 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)
OpenPOWER on IntegriCloud