Plan 9 from Bell Labs’s /usr/web/sources/contrib/lucio/386/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</sys/src/mkfile.proto

O= 8
ALEF= ${O}al
AS= ${O}a
CC= ${O}c
GC= ${O}g
LD= ${O}l

# The Go port needs the AR enhancements incorporated
# in the Inferno archiver.
AR=iar

# The Go distribution relies on some GNU bison features, specifically
# for producing error messages.  We don't have a Bison port to Plan 9
# yet, so this is a stop-gap until we do.
# YACC= bison

# During a build of the Go distribution the following apply,
# unconditionally
GOOS= plan9
GOARCH= $objtype

# ... these need to be preset by the user or the defaults will be used
GOROOT= $ROOT
GOBIN= $GOROOT/$objtype/bin
#GOROOT_FINAL= $GOROOT		# this is the default

# ... these may as well be set here
GOHOSTOS= plan9
GOHOSTARCH= $cputype		# (unproven assumption)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.