aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorredfish <redfish@galactica.pw>2016-06-23 17:01:31 -0400
committerredfish <redfish@galactica.pw>2016-06-23 17:01:31 -0400
commitecd0f2dde7b2d8f3ff820d1190c00401c436384a (patch)
tree200a4c2828d823f602c0fffb3f914a65a53c7aa3 /Makefile
parentcmake: disable AES on ARM (diff)
downloadmonero-ecd0f2dde7b2d8f3ff820d1190c00401c436384a.tar.xz
makefile: remove unnecessary ARM-specific targets
* NO_AES is determined automatically * BUILD_64 is determined automatically
Diffstat (limited to 'Makefile')
-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: