netbsd fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19204 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2004-04-28 01:04:11 +00:00
parent 62f4f0b4d1
commit 1752eebc58
2 changed files with 5 additions and 6 deletions

View file

@ -1,3 +1,7 @@
2004-04-27 Adam Fedor <fedor@gnu.org>
* clean_os.sh: Report netbsd1.6* and netbsd2* as netbsdelf.
Tue Apr 20 10:27:16 2004 Matt Rice <ratmice@yahoo.com>
* target.make: Use the GNU/Linux ELF code for GNU/Hurd too.

View file

@ -32,12 +32,7 @@ case "$1" in
exit 0
;;
# Remove version number for NetBSD ELF targets
netbsdelf*)
echo netbsdelf
exit 0
;;
# Also an ELF target
netbsd1.6ZK*)
netbsdelf* | netbsd1.6* | netbsd2*)
echo netbsdelf
exit 0
;;