mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 22:35:23 +01:00
Add binutils 2.30.
This commit is contained in:
parent
8fbc5b06c7
commit
db9dd4628a
11 changed files with 133 additions and 78 deletions
|
|
@ -51,6 +51,9 @@ src_compile() {
|
|||
export PATH=$PWD/usr:$PATH
|
||||
make ARCH=i386 prepare
|
||||
make ARCH=i386
|
||||
|
||||
# Clear up more space
|
||||
find . -name '*.o' -delete
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue