mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +01:00
Create empty files for tcc inside chroot
This commit is contained in:
parent
f3ad93a1ae
commit
866909fbf7
2 changed files with 8 additions and 3 deletions
|
|
@ -17,6 +17,10 @@ MES=${bindir}/mes
|
|||
|
||||
# Initial tcc
|
||||
cd tcc-0.9.26
|
||||
|
||||
# Create config.h
|
||||
catm config.h
|
||||
|
||||
${MES} --no-auto-compile -e main ${bindir}/mescc.scm -- \
|
||||
-S \
|
||||
-o tcc.s \
|
||||
|
|
@ -379,6 +383,9 @@ tcc -ar cr ${libdir}/libgetopt.a getopt.o
|
|||
# Now compile tcc 0.9.27
|
||||
cd ../tcc-0.9.27
|
||||
|
||||
# Create config.h
|
||||
catm config.h
|
||||
|
||||
# Compile the binary
|
||||
tcc \
|
||||
-v \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue