Skip to content

Commit 423341a

Browse files
committed
diff: add round-1 gnulib objects to libdiff.a
Add the gnulib modules needed to resolve first-round link errors for cmp/diff/diff3/sdiff: xmalloc, xalloc-die, xstrtoimax, quotearg, diagnose, version-etc, version-etc-fsf, progname, c-stack, xstdopen, propername-lite, cmpbuf, exitfail. https://claude.ai/code/session_01WGAwvvTwDg2yknFkmZ3qzs
1 parent 2657615 commit 423341a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

sys/src/ape/cmd/diff/mkfile

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,18 @@ TARG=\
1111
LIB= libdiff.a$O
1212

1313
LIBO=\
14-
sigsegv.$O stdbit.$O
14+
sigsegv.$O stdbit.$O\
15+
xmalloc.$O xalloc-die.$O\
16+
xstrtoimax.$O\
17+
quotearg.$O\
18+
diagnose.$O\
19+
version-etc.$O version-etc-fsf.$O\
20+
progname.$O\
21+
c-stack.$O\
22+
xstdopen.$O\
23+
propername-lite.$O\
24+
cmpbuf.$O\
25+
exitfail.$O
1526

1627
CMPO=\
1728
cmp.$O system.$O

0 commit comments

Comments
 (0)