mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:27:36 +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
9 changed files with 14 additions and 10 deletions
|
@ -7,4 +7,4 @@ http://ftp.gnu.org/gnu/make/make-${version}.tar.gz.sig make-${version}.tar.gz.si
|
|||
https://ftp.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
|
||||
auth_type="sig"
|
||||
auth_opts="--keyring ./gnu-keyring.gpg make-${version}.tar.gz.sig"
|
||||
configopts="--target=i686-pc-serenity --with-sysroot=/ --without-guile"
|
||||
configopts="--target=${SERENITY_ARCH}-pc-serenity --with-sysroot=/ --without-guile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue