mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +01:00
Revert "Add tcc 0.9.27"
This reverts commit 1ebbd69c79.
This requruies sed first to make a modification.
This commit is contained in:
parent
ce24c8cf3c
commit
238bd677d7
5 changed files with 10 additions and 65 deletions
|
|
@ -36,6 +36,7 @@ ln -s . tmp/after/lib/x86-mes
|
|||
ln -s . tmp/after/lib/linux/x86-mes
|
||||
mkdir tmp/after/include/{mes,gnu,linux,sys,mach}
|
||||
mkdir tmp/after/include/linux/{x86,x86_64}
|
||||
# put all the kaems for after in
|
||||
cp after.kaem tmp/
|
||||
cp after.kaem.run tmp/after/kaem.run
|
||||
|
||||
|
|
@ -60,13 +61,11 @@ cp mes-files/config.h tmp/after/mes/include/mes/
|
|||
cp mes-files/config.h tmp/after/tcc-mes/include/mes/
|
||||
mkdir tmp/after/mes/{bin,m2}
|
||||
|
||||
# tcc
|
||||
# tcc 0.9.26
|
||||
cp tcc.kaem tmp/after/
|
||||
cp -r tcc-0.9.26p1 tmp/after/
|
||||
cp -r tcc-0.9.27 tmp/after/
|
||||
touch tmp/after/tcc-0.9.27/config.h
|
||||
touch tmp/after/tcc-0.9.26p1/config.h
|
||||
pushd tmp/after/tcc-0.9.26p1
|
||||
cp ../../../tcc-0.9.26p1-files/config.h .
|
||||
ln -s ../mes/module .
|
||||
ln -s ../mes/mes .
|
||||
ln -s /after/lib x86-mes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue