mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-09 14:32:53 +00:00
[OpenBSD] Add arm support (#14608)
* add arm support to openbsd * use clang on openbsd
This commit is contained in:
@@ -11,7 +11,7 @@ Platforms: """
|
||||
solaris: i386;amd64;sparc;sparc64
|
||||
freebsd: i386;amd64;powerpc64;arm;arm64
|
||||
netbsd: i386;amd64
|
||||
openbsd: i386;amd64
|
||||
openbsd: i386;amd64;arm;arm64
|
||||
dragonfly: i386;amd64
|
||||
haiku: i386;amd64
|
||||
android: i386;arm;arm64
|
||||
|
||||
@@ -90,6 +90,7 @@ case $uos in
|
||||
;;
|
||||
*openbsd* )
|
||||
myos="openbsd"
|
||||
CC="clang"
|
||||
LINK_FLAGS="$LINK_FLAGS -lm"
|
||||
;;
|
||||
*netbsd* )
|
||||
|
||||
Reference in New Issue
Block a user