FreeBSD Bugzilla – Attachment 234802 Details for
Bug 264780
comms/snap7: port to armv7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
comms/snap7: port to armv7
0001-comms-snap7-port-to-armv7.patch (text/plain), 1.51 KB, created by
Robert Clausecker
on 2022-06-20 02:44:39 UTC
(
hide
)
Description:
comms/snap7: port to armv7
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2022-06-20 02:44:39 UTC
Size:
1.51 KB
patch
obsolete
>From 4d5aed8f6dae0c519f899367c06dcf6d9cfc50be Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@fuz.su> >Date: Mon, 20 Jun 2022 04:42:56 +0200 >Subject: [PATCH] comms/snap7: port to armv7 > >Same pattern as the armv7 patch. >--- > comms/snap7/Makefile | 2 +- > comms/snap7/files/patch-arm__v7__bsd.mk | 18 ++++++++++++++++++ > 2 files changed, 19 insertions(+), 1 deletion(-) > create mode 100644 comms/snap7/files/patch-arm__v7__bsd.mk > >diff --git a/comms/snap7/Makefile b/comms/snap7/Makefile >index c21a04fb1ed0..c513b0afd58d 100644 >--- a/comms/snap7/Makefile >+++ b/comms/snap7/Makefile >@@ -23,7 +23,7 @@ MAKE_ARGS= CC=${CC} CXX=${CXX} LinkerName=${CXX} SharedObjectLinkerName="${CXX} > > PLIST_FILES= lib/libsnap7.so include/snap7.h share/examples/snap7/c-cpp/snap7.cpp > >-SNAP_ARCH= ${ARCH:S/amd64/x86_64/:S/armv6/arm_v6/} >+SNAP_ARCH= ${ARCH:S/amd64/x86_64/:S/armv/arm_v/} > MAKEFILE= ${SNAP_ARCH}_bsd.mk > > post-install: >diff --git a/comms/snap7/files/patch-arm__v7__bsd.mk b/comms/snap7/files/patch-arm__v7__bsd.mk >new file mode 100644 >index 000000000000..dd3fc506bf0d >--- /dev/null >+++ b/comms/snap7/files/patch-arm__v7__bsd.mk >@@ -0,0 +1,18 @@ >+--- arm_v7_bsd.mk.orig 2016-12-20 09:52:10 UTC >++++ arm_v7_bsd.mk >+@@ -0,0 +1,15 @@ >++## >++## ARMHF V7 tested on >++## - Raspberry board - >++## >++## To improve the build speed in small systems disable -pedantic >++## switch in CXXFLAGS >++## >++TargetCPU :=arm_v7 >++OS :=bsd >++CXXFLAGS := -O3 -g -fPIC -pedantic >++ >++# Standard part >++ >++include common.mk >++ >-- >2.35.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
fuz
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 264780
: 234802