aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-10-29 11:34:38 +0200
committerRiccardo Spagni <ric@spagni.net>2016-10-29 11:34:38 +0200
commit726e8e7676754b67a869adcef695354fc20051b6 (patch)
tree069755e1f67ce010241e76a62523c2a2fb31bb49 /Makefile
parentMerge pull request #1267 (diff)
parentChanged ARM6/7/8 to ARMv6/7/8 to be nice to peronero (diff)
downloadmonero-726e8e7676754b67a869adcef695354fc20051b6.tar.xz
Merge pull request #1268
54c9400 Changed ARM6/7/8 to ARMv6/7/8 to be nice to peronero (NanoAkron)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fc79958f6..777769f13 100644
--- a/Makefile
+++ b/Makefile
@@ -62,11 +62,11 @@ coverage:
mkdir -p build/debug
cd build/debug && cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=Debug -D COVERAGE=ON ../.. && $(MAKE) && $(MAKE) test
-release-static-arm6:
+release-static-armv6:
mkdir -p build/release
cd build/release && cmake -D BUILD_TESTS=OFF -D ARCH="armv6zk" -D STATIC=ON -D BUILD_64=OFF -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE)
-release-static-arm7:
+release-static-armv7:
mkdir -p build/release
cd build/release && cmake -D BUILD_TESTS=OFF -D ARCH="armv7-a" -D STATIC=ON -D BUILD_64=OFF -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE)