[patch] FreeBSD arm libgcc config.host

Andreas Tobler andreast-list@fgznet.ch
Sun May 7 19:43:00 GMT 2017


Hi all,

I'm going to commit the below patch to all active branches. (8,7,6,5)
It makes arm*-*-freebsd* use the generic FreeBSD t-slibgcc-elf-ver 
definition. This makes all FreeBSD targets 'consistent' in this area.

If not ok, please speak up soon.

TIA,
Andreas

2017-05-07  Andreas Tobler  <andreast@gcc.gnu.org>

	* config.host): Use the generic FreeBSD t-slibgcc-elf-ver for
	arm*-*-freebsd instead of the t-slibgcc-libgcc.

Index: config.host
===================================================================
--- config.host	(revision 247727)
+++ config.host	(working copy)
@@ -397,7 +397,7 @@
  	;;
  arm*-*-freebsd*)                # ARM FreeBSD EABI
  	tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix arm/t-elf"
-	tmake_file="${tmake_file} arm/t-bpabi arm/t-freebsd t-slibgcc-libgcc"
+	tmake_file="${tmake_file} arm/t-bpabi arm/t-freebsd"
  	tm_file="${tm_file} arm/bpabi-lib.h"
  	unwind_header=config/arm/unwind-arm.h
  	tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl arm/t-softfp 
t-softfp"



More information about the Gcc-patches mailing list