mirror of https://github.com/golang/go.git
parent
5132d10305
commit
41abdad5ec
|
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
CFLAGS=-I$(GOROOT)/include
|
CFLAGS=-I$(GOROOT)/include
|
||||||
BIN=$(HOME)/bin
|
BIN=$(HOME)/bin
|
||||||
O=6
|
O=o
|
||||||
|
|
||||||
# The directory is ar because the source is portable and general.
|
# The directory is ar because the source is portable and general.
|
||||||
# We call the binary 6ar to avoid confusion and because this binary
|
# We call the binary 6ar to avoid confusion and because this binary
|
||||||
# is linked only with amd64 and x86 support.
|
# is linked only with amd64 and x86 support.
|
||||||
|
|
||||||
TARG=$(O)ar
|
TARG=6ar
|
||||||
OFILES=\
|
OFILES=\
|
||||||
ar.$O\
|
ar.$O\
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue