mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 00:07:38 +00:00
makefile: remove unnecessary ARM-specific targets
* NO_AES is determined automatically * BUILD_64 is determined automatically
This commit is contained in:
parent
c6501607f3
commit
ecd0f2dde7
1 changed files with 0 additions and 8 deletions
8
Makefile
8
Makefile
|
@ -58,14 +58,6 @@ release-all:
|
||||||
mkdir -p build/release
|
mkdir -p build/release
|
||||||
cd build/release && cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release ../.. && $(MAKE)
|
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: release-static-64
|
||||||
|
|
||||||
release-static-64:
|
release-static-64:
|
||||||
|
|
Loading…
Reference in a new issue