Commit a8e55f88 authored by Lucio De Re's avatar Lucio De Re Committed by Russ Cox

cmd/8l/obj.c: NetBSD passes the test, Hnetbsd added.

myrtle$ go version
go version devel +d533352b414d Sat Mar 09 05:39:15 2013 +0100 netbsd/386
myrtle$ time go test -ldflags -hostobj ../misc/cgo/test
ok      _/var/project/GoLang/misc/cgo/test      10.962s
   68.63s real    49.60s user    19.06s system
myrtle$ uname -a
NetBSD myrtle.plan9.local 6.0_BETA2 NetBSD 6.0_BETA2 (GENERIC) i386

R=rsc
CC=golang-dev
https://golang.org/cl/7641047
parent 18f926aa
...@@ -147,6 +147,7 @@ main(int argc, char *argv[]) ...@@ -147,6 +147,7 @@ main(int argc, char *argv[])
default: default:
sysfatal("cannot use -hostobj with -H %s", headstr(HEADTYPE)); sysfatal("cannot use -hostobj with -H %s", headstr(HEADTYPE));
case Hlinux: case Hlinux:
case Hnetbsd:
break; break;
} }
} }
......
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