mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 06:39:07 +00:00
Ports: Use SERENITY_ARCH in --target/--host
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for ports! :^)
This commit is contained in:
parent
7cb9237be9
commit
4c497228a9
Notes:
sideshowbarker
2024-07-18 21:25:04 +09:00
Author: https://github.com/linusg
Commit: 4c497228a9
Pull-request: https://github.com/SerenityOS/serenity/pull/5739
9 changed files with 14 additions and 10 deletions
|
@ -6,7 +6,11 @@ useconfigure=true
|
|||
makeopts=tcc
|
||||
|
||||
configure() {
|
||||
run ./configure --cross-prefix=i686-pc-serenity- --cpu=i686 --triplet=i686-pc-serenity --crtprefix=/usr/lib
|
||||
run ./configure \
|
||||
--cross-prefix="${SERENITY_ARCH}-pc-serenity-" \
|
||||
--cpu="${SERENITY_ARCH}" \
|
||||
--triplet="${SERENITY_ARCH}-pc-serenity" \
|
||||
--crtprefix=/usr/lib
|
||||
}
|
||||
|
||||
export CONFIG_ldl=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue