mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Merge pull request #21 from ids1024/strip
Strip binaries in gcc and gnu-binutils, for much smaller file size
This commit is contained in:
commit
b5be7eaa2d
@ -52,5 +52,6 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
make DESTDIR="$dest" install-gcc install-target-libgcc
|
||||
find "$dest" -exec x86_64-elf-redox-strip {} ';' 2> /dev/null
|
||||
skip=1
|
||||
}
|
||||
|
||||
@ -42,5 +42,6 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
make DESTDIR="$dest" install
|
||||
find "$dest" -exec x86_64-elf-redox-strip {} ';' 2> /dev/null
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user