Skip to content

Commit

Permalink
comms/snap7: actually add powerpc64le config
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 15, 2021
1 parent 008994a commit f4d591b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions comms/snap7/files/patch-powerpc64le__bsd.mk
@@ -0,0 +1,15 @@
--- powerpc64le_bsd.mk.orig 2016-12-20 10:44:15 UTC
+++ powerpc64le_bsd.mk
@@ -0,0 +1,12 @@
+##
+## powerpc64le BSD based (FreeBSD etc.) Makefile
+## Use gmake instead of make
+##
+TargetCPU :=powerpc64le
+OS :=bsd
+CXXFLAGS := -O3 -fPIC -pedantic
+
+# Standard part
+
+include common.mk
+

0 comments on commit f4d591b

Please sign in to comment.