mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
comms/snap7: add riscv64 support
This commit is contained in:
parent
c7f1f693fa
commit
b682ff98f4
15
comms/snap7/files/patch-riscv64__bsd.mk
Normal file
15
comms/snap7/files/patch-riscv64__bsd.mk
Normal file
@ -0,0 +1,15 @@
|
||||
--- riscv64_bsd.mk.orig 2016-12-20 10:44:15 UTC
|
||||
+++ riscv64_bsd.mk
|
||||
@@ -0,0 +1,12 @@
|
||||
+##
|
||||
+## riscv64 BSD based (FreeBSD etc.) Makefile
|
||||
+## Use gmake instead of make
|
||||
+##
|
||||
+TargetCPU :=riscv64
|
||||
+OS :=bsd
|
||||
+CXXFLAGS := -O3 -fPIC -pedantic
|
||||
+
|
||||
+# Standard part
|
||||
+
|
||||
+include common.mk
|
||||
+
|
Loading…
Reference in New Issue
Block a user