19 lines
914 B
Diff
19 lines
914 B
Diff
|
diff --git a/libgcc/config.host b/libgcc/config.host
|
||
|
index e768389..aec10c7 100644
|
||
|
--- a/libgcc/config.host
|
||
|
+++ b/libgcc/config.host
|
||
|
@@ -320,11 +320,11 @@ alpha*-dec-*vms*)
|
||
|
;;
|
||
|
arc*-*-elf*)
|
||
|
tmake_file="arc/t-arc-newlib arc/t-arc"
|
||
|
- extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o libgmon.a crtg.o crtgend.o crttls_r25.o crttls_r30.o"
|
||
|
+ extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o crtg.o crtgend.o crttls_r25.o crttls_r30.o"
|
||
|
;;
|
||
|
arc*-*-linux-uclibc*)
|
||
|
tmake_file="${tmake_file} t-slibgcc-libgcc t-slibgcc-nolc-override arc/t-arc700-uClibc arc/t-arc"
|
||
|
- extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o libgmon.a crtg.o crtgend.o"
|
||
|
+ extra_parts="crti.o crtn.o crtend.o crtbegin.o crtendS.o crtbeginS.o crtg.o crtgend.o"
|
||
|
;;
|
||
|
arm-wrs-vxworks)
|
||
|
tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp"
|