mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-16 13:48:29 +00:00
m1n1.asm: make it work again on OpenBSD
Using llvm from ports. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
This commit is contained in:
parent
24a3a0d962
commit
ea64e7bda4
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ if uname.sysname == "Darwin":
|
|||
else:
|
||||
TOOLCHAIN = "/usr/local/opt/llvm/bin/"
|
||||
USE_CLANG = "1"
|
||||
elif uname.sysname == "OpenBSD":
|
||||
DEFAULT_ARCH = "aarch64-none-elf-"
|
||||
TOOLCHAIN = "/usr/local/bin/"
|
||||
USE_CLANG = "1"
|
||||
else:
|
||||
if uname.machine == "aarch64":
|
||||
DEFAULT_ARCH = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue