Commit 4e85eada by Krister Walfridsson Committed by Krister Walfridsson

config.gcc (*-*-netbsd[2-9]*, [...]): Test for correct version.

2002-11-27  Krister Walfridsson  <cato@df.lth.se>

	* config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Test for
	correct version.

From-SVN: r59592
parent f248423a
2002-11-27 Krister Walfridsson <cato@df.lth.se>
* config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Test for
correct version.
2002-11-27 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.h (OK_FOR_U): Remove extra parentheses.
......
......@@ -375,7 +375,7 @@ case $machine in
# ELF configurations. We will clear extra_parts in the
# a.out configurations.
case $machine in
*-*-netbsd*1.[7-9]* | *-*-netbsd*[2-9]*)
*-*-netbsd*1.[7-9]* | *-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
;;
esac
......
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