diff options
author | redfish <redfish@galactica.pw> | 2016-06-23 17:01:31 -0400 |
---|---|---|
committer | redfish <redfish@galactica.pw> | 2016-06-23 17:01:31 -0400 |
commit | ecd0f2dde7b2d8f3ff820d1190c00401c436384a (patch) | |
tree | 200a4c2828d823f602c0fffb3f914a65a53c7aa3 /Makefile | |
parent | cmake: disable AES on ARM (diff) | |
download | monero-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-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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: |