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
This commit is contained in:
Krister Walfridsson 2002-11-28 01:09:54 +01:00 committed by Krister Walfridsson
parent f248423aa2
commit 4e85eadab7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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