• David du Colombier's avatar
    lib9: build tokenize on Plan 9 · 98d91420
    David du Colombier authored
    The build was broken on Plan 9 after the
    CL 2994, because of the use of getfields
    in src/liblink/go.c.
    
    This happened when building 8l, because
    getfield was part of lib9 and tokenize
    was part of the Plan 9 libc. However,
    both getfields and tokenize depend on
    utfrune, causing an incompatibility.
    
    This change enables the build of tokenize
    as part of lib9, so it doesn't use
    tokenize from the Plan 9 libc anymore.
    
    Change-Id: I2a76903b508bd92771c4754cd53dfc64df350892
    Reviewed-on: https://go-review.googlesource.com/3121Reviewed-by: 's avatarMinux Ma <minux@golang.org>
    98d91420
Name
Last commit
Last update
..
fmt Loading commit data...
utf Loading commit data...
Makefile Loading commit data...
_exits.c Loading commit data...
_p9dir.c Loading commit data...
atoi.c Loading commit data...
await.c Loading commit data...
cleanname.c Loading commit data...
create.c Loading commit data...
ctime.c Loading commit data...
dirfstat.c Loading commit data...
dirfwstat.c Loading commit data...
dirstat.c Loading commit data...
dirwstat.c Loading commit data...
dup.c Loading commit data...
errstr.c Loading commit data...
exec.c Loading commit data...
execl.c Loading commit data...
exitcode.c Loading commit data...
exits.c Loading commit data...
flag.c Loading commit data...
fmtlock2.c Loading commit data...
getenv.c Loading commit data...
getfields.c Loading commit data...
getwd.c Loading commit data...
goos.c Loading commit data...
jmp.c Loading commit data...
main.c Loading commit data...
nan.c Loading commit data...
notify.c Loading commit data...
nulldir.c Loading commit data...
open.c Loading commit data...
readn.c Loading commit data...
rfork.c Loading commit data...
run_plan9.c Loading commit data...
run_unix.c Loading commit data...
run_windows.c Loading commit data...
seek.c Loading commit data...
strecpy.c Loading commit data...
sysfatal.c Loading commit data...
tempdir_plan9.c Loading commit data...
tempdir_unix.c Loading commit data...
tempdir_windows.c Loading commit data...
time.c Loading commit data...
tokenize.c Loading commit data...
win.h Loading commit data...
windows.c Loading commit data...