smc-tools/smc-tools-1.0.0-arm.patch

13 lines
342 B
Diff
Raw Normal View History

2018-01-16 11:41:05 +00:00
diff -up smc-tools-1.0.0/Makefile.arm smc-tools-1.0.0/Makefile
--- smc-tools-1.0.0/Makefile.arm 2018-01-08 11:58:05.000000000 +0100
+++ smc-tools-1.0.0/Makefile 2018-01-08 11:57:47.000000000 +0100
@@ -19,6 +19,8 @@ ifeq ($(ARCH),i686)
ARCH64=0
else ifeq ($(ARCH),s390)
ARCH64=0
+else ifeq ($(ARCH),armv7l)
+ARCH64=0
else
ARCH64=1
endif