mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 15:23:27 +00:00
Add build support for FreeBSD PowerPC64
This commit is contained in:
@@ -120,6 +120,11 @@ ifeq ($(ucpu),ppc64)
|
||||
endif
|
||||
ifeq ($(ucpu),powerpc)
|
||||
mycpu = powerpc
|
||||
ifeq ($(myos),freebsd)
|
||||
mycpu = $(shell sh -c 'uname -p | tr "[:upper:]" "[:lower:]"')
|
||||
CFLAGS += -m64
|
||||
LDFLAGS += -m64
|
||||
endif
|
||||
endif
|
||||
ifeq ($(ucpu),ppc)
|
||||
mycpu = ppc
|
||||
|
||||
Reference in New Issue
Block a user