aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-07-06 18:14:03 +0200
committerRiccardo Spagni <ric@spagni.net>2016-07-06 18:14:03 +0200
commit65df33fb0670859c531f09838642fb5e4f5dad9d (patch)
tree133dbb4b070e9558cc912d4617e73604f284de8e /Makefile
parentMerge pull request #876 (diff)
parentmakefile: remove unnecessary ARM-specific targets (diff)
downloadmonero-65df33fb0670859c531f09838642fb5e4f5dad9d.tar.xz
Merge pull request #877
ecd0f2d makefile: remove unnecessary ARM-specific targets (redfish) c650160 cmake: disable AES on ARM (redfish) 804b1bc cmake: initialize ARCH for native builds (redfish) bb39034 cmake: remove repetitive code in handling of NO_AES (redfish)
Diffstat (limited to '')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index b02f92ad5..69d1127de 100644
--- a/Makefile
+++ b/Makefile
@@ -58,14 +58,6 @@ release-all:
mkdir -p build/release
cd build/release && cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE)
-release-arm6:
- mkdir -p build/release
- cd build/release && cmake -D BUILD_TESTS=OFF -D ARCH="armv6zk" -D BUILD_64=OFF -D NO_AES=ON -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE)
-
-release-arm7:
- mkdir -p build/release
- cd build/release && cmake -D BUILD_TESTS=OFF -D ARCH="armv7-a" -D BUILD_64=OFF -D NO_AES=ON -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE)
-
release-static: release-static-64
release-static-64: