1
0
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:
Piotr Kubaj 2022-02-16 16:49:46 +00:00
parent c7f1f693fa
commit b682ff98f4

View 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
+