Skip to content

Commit 9442cce

Browse files
committed
fix 9src mkfile
1 parent 442df4a commit 9442cce

3 files changed

Lines changed: 6 additions & 336 deletions

File tree

sys/src/ape/9src/mkfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ TARG=\
77
stty\
88
tar\
99
cc\
10+
pcc
1011

1112
BIN=$APEXPROOT/$objtype/bin/ape
1213
<$APEXPROOT/sys/src/cmd/mkmany
1314

1415
# pcc: same binary as cc; argv[0]=="pcc" selects .$O object extension
15-
$BIN/pcc: $BIN/cc
16-
cp $BIN/cc $BIN/pcc
16+
$O.pcc: $O.cc
17+
cp $O.cc $O.pcc
18+
1719

18-
install:V: $BIN/cc $BIN/pcc

sys/src/ape/cmd/mkfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ APE=../../ape
33
APEXPROOT=../../../..
44

55
_CORE_APPS=\
6+
# ELF post-link tool
7+
dw2elf\
68
# shell\
79
dash\
810
bash\

sys/src/cmd/pcc.c

Lines changed: 0 additions & 333 deletions
This file was deleted.

0 commit comments

Comments
 (0)