mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 10:44:46 +08:00
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:
parent
f248423aa2
commit
4e85eadab7
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user