Skip to content
Snippets Groups Projects
Unverified Commit 5b01f056 authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Correction to gcc recipe

parent 4873d641
No related branches found
No related tags found
1 merge request!24Correction to gcc recipe
...@@ -52,6 +52,6 @@ function recipe_clean { ...@@ -52,6 +52,6 @@ function recipe_clean {
function recipe_stage { function recipe_stage {
dest="$(realpath $1)" dest="$(realpath $1)"
make DESTDIR="$dest" install-gcc install-target-libgcc make DESTDIR="$dest" install-gcc install-target-libgcc
find "$dest/{bin,libexec}" -exec x86_64-elf-redox-strip {} ';' 2> /dev/null find "$dest"/{bin,libexec} -exec x86_64-elf-redox-strip {} ';' 2> /dev/null
skip=1 skip=1
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment