config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to tmake_file.
2016-12-10 Krister Walfridsson <krister.walfridsson@gmail.com> * config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to tmake_file. From-SVN: r243518
This commit is contained in:
parent
c3879be19f
commit
d6574dd103
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2016-12-10 Krister Walfridsson <krister.walfridsson@gmail.com>
|
||||||
|
|
||||||
|
* config.host (i[34567]86-*-netbsdelf*): Add i386/t-crtstuff to
|
||||||
|
tmake_file.
|
||||||
|
|
||||||
2016-12-05 Cupertino Miranda <cmiranda@synopsys.com>
|
2016-12-05 Cupertino Miranda <cmiranda@synopsys.com>
|
||||||
|
|
||||||
* config.host (arc*-*-linux-uclibc*): Use default extra
|
* config.host (arc*-*-linux-uclibc*): Use default extra
|
||||||
|
|
|
@ -599,6 +599,7 @@ x86_64-*-freebsd*)
|
||||||
md_unwind_header=i386/freebsd-unwind.h
|
md_unwind_header=i386/freebsd-unwind.h
|
||||||
;;
|
;;
|
||||||
i[34567]86-*-netbsdelf*)
|
i[34567]86-*-netbsdelf*)
|
||||||
|
tmake_file="${tmake_file} i386/t-crtstuff"
|
||||||
;;
|
;;
|
||||||
x86_64-*-netbsd*)
|
x86_64-*-netbsd*)
|
||||||
tmake_file="${tmake_file} i386/t-crtstuff"
|
tmake_file="${tmake_file} i386/t-crtstuff"
|
||||||
|
|
Loading…
Add table
Reference in a new issue