diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-16 22:50:18 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-08-16 22:50:18 -0700 |
| commit | 2e3cec04184963a00565932bf80be51c9fcf3043 (patch) | |
| tree | 4e67edea372bdec9815b173288f0e5e2be622fda /pkg | |
| parent | 6cf13a16c62f000d12ff0489f5d882322fdc97b1 (diff) | |
scc: Remove headers
We just use musl headers.
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/scc/gen.rc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pkg/scc/gen.rc b/pkg/scc/gen.rc index d790ee67..ac58ba19 100644 --- a/pkg/scc/gen.rc +++ b/pkg/scc/gen.rc @@ -15,10 +15,6 @@ build '$outdir'/inc/error.h awk '$srcdir'/cc2/cc2.h '|' '$srcdir'/cc2/generror.a expr '-f $srcdir/cc2/generror.awk' set baseoutdir '$outdir' -hdrs=(\ - assert.h stddef.h errno.h locale.h string.h stdarg.h stdbool.h stdlib.h\ - signal.h stdio.h ctype.h stdint.h\ -) for(arch in $archs) { { set outdir '$outdir'/$arch @@ -37,15 +33,10 @@ for(arch in $archs) { ) '$baseoutdir'/libcc.a file libexec/scc/cc2-$arch '$outdir'/cc2-$arch 755 } >$arch.ninja ; subninja $arch.ninja - - hdrs=($hdrs bits/$arch/arch/^(stddef.h string.h stdlib.h signal.h stdio.h stdint.h)) } cflags -D 'ARCH=''"'^$archs(1)^'"''' exe scc driver/posix/scc.c libcc.a file bin/scc '$outdir'/scc 755 -for(hdr in $hdrs) - file include/scc/$hdr '$srcdir'/libc/include/$hdr 644 - fetch git |
