Commit d4b4b542 by Rainer Orth Committed by Rainer Orth

Fix LIB2ADD overrides in libgcc

	* config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
	(powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
	(powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
	(powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
	* config/i386/t-darwin64: Remove.
	* config/sh/t-netbsd (LIB2ADD): Remove.

From-SVN: r181587
parent b3fb6108
2011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
(powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
(powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
(powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
* config/i386/t-darwin64: Remove.
* config/sh/t-netbsd (LIB2ADD): Remove.
2011-11-21 Georg-Johann Lay <avr@gjlay.de> 2011-11-21 Georg-Johann Lay <avr@gjlay.de>
PR target/49313 PR target/49313
......
...@@ -663,7 +663,7 @@ ia64-hp-*vms*) ...@@ -663,7 +663,7 @@ ia64-hp-*vms*)
md_unwind_header=ia64/vms-unwind.h md_unwind_header=ia64/vms-unwind.h
;; ;;
iq2000*-*-elf*) iq2000*-*-elf*)
tmake_file=t-fdpbit tmake_file="iq2000/t-iq2000 t-fdpbit"
# Don't use default. # Don't use default.
extra_parts= extra_parts=
;; ;;
...@@ -847,7 +847,7 @@ powerpc-*-freebsd*) ...@@ -847,7 +847,7 @@ powerpc-*-freebsd*)
extra_parts="$extra_parts crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o" extra_parts="$extra_parts crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
;; ;;
powerpc-*-netbsd*) powerpc-*-netbsd*)
tmake_file="$tmake_file rs6000/t-crtstuff" tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
;; ;;
powerpc-*-eabispe*) powerpc-*-eabispe*)
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic" tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic"
...@@ -887,10 +887,10 @@ powerpc-*-linux* | powerpc64-*-linux*) ...@@ -887,10 +887,10 @@ powerpc-*-linux* | powerpc64-*-linux*)
md_unwind_header=rs6000/linux-unwind.h md_unwind_header=rs6000/linux-unwind.h
;; ;;
powerpc-wrs-vxworks|powerpc-wrs-vxworksae) powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
tmake_file="rs6000/t-ppccomm-ldbl t-fdpbit" tmake_file="$tmake_file rs6000/t-ppccomm-ldbl t-fdpbit"
;; ;;
powerpc-*-lynxos*) powerpc-*-lynxos*)
tmake_file="$tmake_file t-fdpbit" tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
;; ;;
powerpcle-*-elf*) powerpcle-*-elf*)
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit" tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ppccomm-ldbl rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
......
LIB2_SIDITI_CONV_FUNCS = yes
LIB2ADD = $(srcdir)/config/darwin-64.c
LIB1ASMFUNCS_CACHE = _ic_invalidate LIB1ASMFUNCS_CACHE = _ic_invalidate
LIB2ADD =
HOST_LIBGCC2_CFLAGS += -mieee HOST_LIBGCC2_CFLAGS += -mieee
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment