mirror of git://gcc.gnu.org/git/gcc.git
config.host (sparc-*-linux*): Correct md_unwind_header filename.
2011-06-09 David S. Miller <davem@davemloft.net> Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * config.host (sparc-*-linux*): Correct md_unwind_header filename. (s390x-ibm-tpf*): Fix typo. Co-Authored-By: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> From-SVN: r174838
This commit is contained in:
parent
ee610fcd4d
commit
10c4cabcde
|
|
@ -1,3 +1,10 @@
|
||||||
|
2011-06-09 David S. Miller <davem@davemloft.net>
|
||||||
|
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* config.host (sparc-*-linux*): Correct md_unwind_header
|
||||||
|
filename.
|
||||||
|
(s390x-ibm-tpf*): Fix typo.
|
||||||
|
|
||||||
2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
|
* config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
|
||||||
|
|
|
||||||
|
|
@ -563,7 +563,7 @@ s390x-*-linux*)
|
||||||
;;
|
;;
|
||||||
s390x-ibm-tpf*)
|
s390x-ibm-tpf*)
|
||||||
tmake_file="${tmake_file} s390/t-crtstuff s390/t-tpf"
|
tmake_file="${tmake_file} s390/t-crtstuff s390/t-tpf"
|
||||||
md_unwind_header-s390/tpf-unwind.h
|
md_unwind_header=s390/tpf-unwind.h
|
||||||
;;
|
;;
|
||||||
score-*-elf)
|
score-*-elf)
|
||||||
;;
|
;;
|
||||||
|
|
@ -600,7 +600,7 @@ sparc-*-elf*)
|
||||||
sparc-*-linux*) # SPARC's running GNU/Linux, libc6
|
sparc-*-linux*) # SPARC's running GNU/Linux, libc6
|
||||||
extra_parts="$extra_parts crtfastmath.o"
|
extra_parts="$extra_parts crtfastmath.o"
|
||||||
tmake_file="${tmake_file} t-crtfm"
|
tmake_file="${tmake_file} t-crtfm"
|
||||||
md_unwind_header=sparc/linux.h
|
md_unwind_header=sparc/linux-unwind.h
|
||||||
;;
|
;;
|
||||||
sparc-*-rtems* | sparc64-*-rtems* )
|
sparc-*-rtems* | sparc64-*-rtems* )
|
||||||
tmake_file="sparc/t-elf t-crtin t-crtfm t-rtems"
|
tmake_file="sparc/t-elf t-crtin t-crtfm t-rtems"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue