mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +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
|
@ -16,7 +16,7 @@ index 7ffe373..3c8aae4 100755
|
|||
basic_machine=we32k-att
|
||||
;;
|
||||
+ *serenity*)
|
||||
+ basic_machine=i686-pc
|
||||
+ basic_machine="${SERENITY_ARCH}-pc"
|
||||
+ ;;
|
||||
+
|
||||
sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue