mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:37:34 +00:00
Ports: Update gcc patch to match the toolchain
This commit is contained in:
parent
d86275d271
commit
148679d1b5
2 changed files with 2 additions and 8 deletions
|
@ -13,12 +13,6 @@ post_fetch() {
|
|||
run contrib/download_prerequisites
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
patch_internal
|
||||
run sed -i.bak 's@-fno-exceptions @@' gcc/config/serenity.h
|
||||
run rm -f gcc/config/serenity.h.bak
|
||||
}
|
||||
|
||||
build() {
|
||||
run make $makeopts
|
||||
run find "./host-${SERENITY_ARCH}-pc-serenity/gcc/" -maxdepth 1 -type f -executable -exec strip --strip-debug {} \; || echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue