diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-10-29 11:34:38 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-10-29 11:34:38 +0200 |
commit | 726e8e7676754b67a869adcef695354fc20051b6 (patch) | |
tree | 069755e1f67ce010241e76a62523c2a2fb31bb49 /README.md | |
parent | Merge pull request #1267 (diff) | |
parent | Changed ARM6/7/8 to ARMv6/7/8 to be nice to peronero (diff) | |
download | monero-726e8e7676754b67a869adcef695354fc20051b6.tar.xz |
Merge pull request #1268
54c9400 Changed ARM6/7/8 to ARMv6/7/8 to be nice to peronero (NanoAkron)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -242,9 +242,9 @@ By default, in either dynamically or statically linked builds, binaries target t * ```make release-static-64``` builds binaries on Linux on x86_64 portable across POSIX systems on x86_64 processors * ```make release-static-32``` builds binaries on Linux on x86_64 or i686 portable across POSIX systems on i686 processors -* ```make release-static-arm8``` builds binaries on Linux on armv8 portable across POSIX systems on armv8 processors -* ```make release-static-arm7``` builds binaries on Linux on armv7 portable across POSIX systems on armv7 processors -* ```make release-static-arm6``` builds binaries on Linux on armv7 or armv6 portable across POSIX systems on armv6 processors, such as the Raspberry Pi +* ```make release-static-armv8``` builds binaries on Linux portable across POSIX systems on armv8 processors +* ```make release-static-armv7``` builds binaries on Linux portable across POSIX systems on armv7 processors +* ```make release-static-armv6``` builds binaries on Linux portable across POSIX systems on armv6 processors * ```make release-static-win64``` builds binaries on 64-bit Windows portable across 64-bit Windows systems * ```make release-static-win32``` builds binaries on 64-bit or 32-bit Windows portable across 32-bit Windows systems |