diff options
| author | redfish <redfish@galactica.pw> | 2016-08-28 05:42:06 -0400 |
|---|---|---|
| committer | redfish <redfish@galactica.pw> | 2016-08-28 05:42:06 -0400 |
| commit | 397b720069e4c6011e20c6f9d4848c6092f002f3 (patch) | |
| tree | b068f63b6c5712018eb29cf7f69fb132c5dca3bc /Makefile | |
| parent | 57ca3f3f64ebfcd83af899cbff58e683198152a0 (diff) | |
| download | monzero-core-397b720069e4c6011e20c6f9d4848c6092f002f3.tar.gz monzero-core-397b720069e4c6011e20c6f9d4848c6092f002f3.tar.xz monzero-core-397b720069e4c6011e20c6f9d4848c6092f002f3.zip | |
make: remove NO_AES from arm targets
cmake sets that appropriately based on the target architecture
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,11 +60,11 @@ release-all: release-static-arm6: mkdir -p build/release - cd build/release && cmake -D BUILD_TESTS=OFF -D ARCH="armv6zk" -D STATIC=ON -D BUILD_64=OFF -D NO_AES=ON -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE) + 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: mkdir -p build/release - cd build/release && cmake -D BUILD_TESTS=OFF -D ARCH="armv7-a" -D STATIC=ON -D BUILD_64=OFF -D NO_AES=ON -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE) + 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) release-static: release-static-64 |
