mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Move tcc 0.9.27 after bzip2.
This also allows to merge two builds of tcc 0.9.27. Drop tcc 0.9.27 git submodule.
This commit is contained in:
parent
f030a3a74e
commit
419cd74d92
29 changed files with 98 additions and 166 deletions
|
|
@ -2,14 +2,10 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_unpack() {
|
||||
cp -r ../src/tcc-0.9.27 .
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Note that tcc includes static-link and ignore-static-inside-array patches
|
||||
# since we do not build from clean checkout.
|
||||
patch -Np0 -i ../../patches/ignore-duplicate-symbols.patch
|
||||
default_src_prepare
|
||||
|
||||
touch config.h
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue