rbnacl-libsodium 1.0.11 → 1.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +4 -0
- data/lib/rbnacl/libsodium/version.rb +1 -1
- data/vendor/libsodium/AUTHORS +45 -33
- data/vendor/libsodium/ChangeLog +63 -2
- data/vendor/libsodium/LICENSE +1 -1
- data/vendor/libsodium/Makefile.am +1 -0
- data/vendor/libsodium/Makefile.in +17 -14
- data/vendor/libsodium/README.markdown +1 -0
- data/vendor/libsodium/THANKS +38 -4
- data/vendor/libsodium/aclocal.m4 +25 -24
- data/vendor/libsodium/autogen.sh +12 -7
- data/vendor/libsodium/autom4te.cache/output.0 +5066 -2281
- data/vendor/libsodium/autom4te.cache/output.1 +1013 -600
- data/vendor/libsodium/autom4te.cache/output.2 +5066 -2281
- data/vendor/libsodium/autom4te.cache/requests +426 -1584
- data/vendor/libsodium/autom4te.cache/traces.0 +2044 -876
- data/vendor/libsodium/autom4te.cache/traces.1 +996 -523
- data/vendor/libsodium/autom4te.cache/traces.2 +1996 -828
- data/vendor/libsodium/build-aux/compile +5 -4
- data/vendor/libsodium/build-aux/config.guess +120 -68
- data/vendor/libsodium/build-aux/config.sub +51 -22
- data/vendor/libsodium/build-aux/depcomp +3 -3
- data/vendor/libsodium/build-aux/install-sh +2 -2
- data/vendor/libsodium/build-aux/missing +3 -3
- data/vendor/libsodium/build-aux/test-driver +3 -3
- data/vendor/libsodium/builds/msvc/properties/Win32.props +4 -1
- data/vendor/libsodium/builds/msvc/properties/x64.props +4 -1
- data/vendor/libsodium/builds/msvc/resource.h +14 -0
- data/vendor/libsodium/builds/msvc/resource.rc +63 -0
- data/vendor/libsodium/builds/msvc/version.h +7 -4
- data/vendor/libsodium/builds/msvc/vs2010/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj +182 -139
- data/vendor/libsodium/builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2012/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj +182 -129
- data/vendor/libsodium/builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2013/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj +182 -129
- data/vendor/libsodium/builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2015/libsodium.import.props +1 -1
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.props +10 -5
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj +181 -118
- data/vendor/libsodium/builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters +632 -470
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.import.props +52 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.import.xml +17 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium.sln +52 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.props +48 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj +320 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.vcxproj.filters +962 -0
- data/vendor/libsodium/builds/msvc/vs2017/libsodium/libsodium.xml +15 -0
- data/vendor/libsodium/configure +1002 -589
- data/vendor/libsodium/configure.ac +48 -21
- data/vendor/libsodium/contrib/Findsodium.cmake +267 -0
- data/vendor/libsodium/contrib/Makefile.am +3 -0
- data/vendor/libsodium/contrib/Makefile.in +483 -0
- data/vendor/libsodium/dist-build/Makefile.in +11 -7
- data/vendor/libsodium/dist-build/android-armv8-a.sh +1 -1
- data/vendor/libsodium/dist-build/android-build.sh +25 -17
- data/vendor/libsodium/dist-build/android-mips32.sh +1 -1
- data/vendor/libsodium/dist-build/android-mips64.sh +1 -1
- data/vendor/libsodium/dist-build/android-x86_64.sh +1 -1
- data/vendor/libsodium/dist-build/emscripten-symbols.def +150 -2
- data/vendor/libsodium/dist-build/emscripten-wasm.sh +132 -0
- data/vendor/libsodium/dist-build/emscripten.sh +8 -6
- data/vendor/libsodium/dist-build/ios.sh +29 -5
- data/vendor/libsodium/libsodium.vcxproj +139 -77
- data/vendor/libsodium/libsodium.vcxproj.filters +315 -144
- data/vendor/libsodium/m4/ax_check_catchable_segv.m4 +42 -0
- data/vendor/libsodium/m4/ax_check_compile_flag.m4 +6 -4
- data/vendor/libsodium/m4/ax_check_define.m4 +3 -3
- data/vendor/libsodium/m4/ax_check_gnu_make.m4 +31 -25
- data/vendor/libsodium/m4/ax_check_link_flag.m4 +8 -6
- data/vendor/libsodium/m4/ax_pthread.m4 +275 -275
- data/vendor/libsodium/m4/ax_valgrind_check.m4 +92 -41
- data/vendor/libsodium/m4/pkg.m4 +1 -1
- data/vendor/libsodium/msvc-scripts/Makefile.in +11 -7
- data/vendor/libsodium/msvc-scripts/process.bat +4 -3
- data/vendor/libsodium/packaging/dotnet-core/README.md +59 -0
- data/vendor/libsodium/packaging/dotnet-core/desktop.targets +16 -0
- data/vendor/libsodium/packaging/dotnet-core/libsodium.props +33 -0
- data/vendor/libsodium/packaging/dotnet-core/prepare.py +262 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/alpine-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/build +9 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/centos-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/debian-x64 +4 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/fedora-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/opensuse-x64 +3 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/pack +5 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/test +27 -0
- data/vendor/libsodium/packaging/dotnet-core/recipes/ubuntu-x64 +4 -0
- data/vendor/libsodium/packaging/nuget/package.config +1 -1
- data/vendor/libsodium/packaging/nuget/package.gsl +3 -3
- data/vendor/libsodium/src/Makefile.in +11 -7
- data/vendor/libsodium/src/libsodium/Makefile.am +113 -98
- data/vendor/libsodium/src/libsodium/Makefile.in +1034 -1236
- data/vendor/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c +31 -12
- data/vendor/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c +31 -10
- data/vendor/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c +153 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/crypto_auth.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/{cp/hmac_hmacsha256.c → auth_hmacsha256.c} +43 -35
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/{cp/hmac_hmacsha512.c → auth_hmacsha512.c} +43 -35
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/{cp/hmac_hmacsha512256.c → auth_hmacsha512256.c} +48 -9
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_easy.c +4 -3
- data/vendor/libsodium/src/libsodium/crypto_box/crypto_box_seal.c +2 -1
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c +197 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c +79 -0
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c +150 -0
- data/vendor/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c +1156 -662
- data/vendor/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c +12 -5
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/{core_hsalsa20_api.c → core_hsalsa20.c} +0 -0
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c +95 -0
- data/vendor/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c +195 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/{blake2/generichash_blake2_api.c → blake2b/generichash_blake2.c} +7 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h +109 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c +49 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.h +140 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c +92 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c +87 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.h +103 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c +90 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.h +103 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-avx2.h +340 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse2.h +164 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-load-sse41.h +307 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c +494 -0
- data/vendor/libsodium/src/libsodium/crypto_generichash/{blake2 → blake2b}/ref/generichash_blake2b.c +22 -26
- data/vendor/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c +254 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/{hash_sha256_api.c → hash_sha256.c} +4 -2
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c +280 -0
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/{hash_sha512_api.c → hash_sha512.c} +4 -2
- data/vendor/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c +52 -0
- data/vendor/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c +49 -0
- data/vendor/libsodium/src/libsodium/crypto_kx/crypto_kx.c +136 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c +6 -0
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c +34 -27
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h +1 -1
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h +203 -156
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h +178 -134
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c +22 -4
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.h +10 -12
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c +564 -315
- data/vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h +1 -1
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c +131 -84
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h +23 -18
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c +163 -145
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h +2 -1
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx2.c +247 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c +42 -29
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c +71 -47
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c +100 -65
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h +77 -23
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c +30 -31
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-avx2.h +150 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ref.h +28 -26
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ssse3.h +102 -99
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c +90 -41
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2id.c +213 -0
- data/vendor/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c +72 -4
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c +34 -37
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h +27 -32
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c +120 -86
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c +16 -13
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h +4 -4
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c +98 -50
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c +23 -18
- data/vendor/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c +105 -105
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/donna_c64/curve25519_donna_c64.c +395 -330
- data/vendor/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c +225 -198
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c +6 -5
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c +170 -0
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c +83 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c +65 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h +24 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c +71 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/{shorthash_siphash24_api.c → shorthash_siphash24.c} +0 -0
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c +11 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/crypto_sign.c +33 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h +18 -0
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c +18 -13
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c +29 -26
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c +75 -36
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c +39 -15
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c +91 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c +174 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c +66 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/common.h +766 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts.h +28 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/consts_aes128ctr.c +28 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128.h +50 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/int128_aes128ctr.c +149 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c +31 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c +195 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/{stream_aes128ctr_api.c → stream_aes128ctr.c} +6 -3
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c +179 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c +173 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u0.h +86 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u1.h +98 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u4.h +175 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/u8.h +357 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/{stream_chacha20_ref.c → chacha20_ref.c} +93 -94
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c +39 -7
- data/vendor/libsodium/src/libsodium/crypto_stream/crypto_stream.c +7 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c +120 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c +93 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.h +16 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/{amd64_xmm6/stream_salsa20_amd64_xmm6.S → xmm6/salsa20_xmm6-asm.S} +20 -12
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.c +31 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6/salsa20_xmm6.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c +131 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c +122 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h +8 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u0.h +195 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u1.h +207 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u4.h +547 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/u8.h +476 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012_ref.c +106 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012.c +20 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208_ref.c +106 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208.c +20 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/xchacha20/stream_xchacha20.c +63 -0
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c +60 -0
- data/vendor/libsodium/src/libsodium/crypto_verify/sodium/verify.c +61 -0
- data/vendor/libsodium/src/libsodium/include/Makefile.am +8 -6
- data/vendor/libsodium/src/libsodium/include/Makefile.in +29 -21
- data/vendor/libsodium/src/libsodium/include/sodium.h +15 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_aes256gcm.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h +6 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h +91 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h +5 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xchacha20poly1305.h +153 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h +3 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h +4 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h +4 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kdf.h +51 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h +42 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_kx.h +64 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h +11 -9
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash.h +37 -1
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h +40 -10
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2id.h +116 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h +37 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h +0 -4
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xchacha20poly1305.h +62 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h +5 -1
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h +18 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign.h +22 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h +28 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_aes128ctr.h +10 -5
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h +14 -3
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa2012.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_salsa208.h +3 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xchacha20.h +53 -0
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h +4 -0
- data/vendor/libsodium/src/libsodium/include/sodium/private/common.h +84 -17
- data/vendor/libsodium/src/libsodium/include/sodium/private/implementations.h +11 -0
- data/vendor/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h +50 -0
- data/vendor/libsodium/src/libsodium/include/sodium/randombytes.h +10 -2
- data/vendor/libsodium/src/libsodium/include/sodium/utils.h +4 -5
- data/vendor/libsodium/src/libsodium/include/sodium/version.h.in +4 -0
- data/vendor/libsodium/src/libsodium/randombytes/randombytes.c +47 -19
- data/vendor/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c +30 -50
- data/vendor/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c +25 -15
- data/vendor/libsodium/src/libsodium/sodium/core.c +25 -23
- data/vendor/libsodium/src/libsodium/sodium/runtime.c +66 -57
- data/vendor/libsodium/src/libsodium/sodium/utils.c +120 -106
- data/vendor/libsodium/src/libsodium/sodium/version.c +10 -0
- data/vendor/libsodium/test/Makefile.in +11 -7
- data/vendor/libsodium/test/default/Makefile.am +65 -5
- data/vendor/libsodium/test/default/Makefile.in +243 -78
- data/vendor/libsodium/test/default/aead_aes256gcm.c +2 -2
- data/vendor/libsodium/test/default/aead_xchacha20poly1305.c +188 -0
- data/vendor/libsodium/test/default/aead_xchacha20poly1305.exp +51 -0
- data/vendor/libsodium/test/default/auth.c +11 -7
- data/vendor/libsodium/test/default/auth2.c +15 -12
- data/vendor/libsodium/test/default/auth3.c +18 -15
- data/vendor/libsodium/test/default/auth5.c +3 -2
- data/vendor/libsodium/test/default/auth6.c +4 -3
- data/vendor/libsodium/test/default/auth7.c +3 -2
- data/vendor/libsodium/test/default/box.c +57 -52
- data/vendor/libsodium/test/default/box2.c +41 -36
- data/vendor/libsodium/test/default/box7.c +4 -3
- data/vendor/libsodium/test/default/box8.c +4 -3
- data/vendor/libsodium/test/default/box_easy.c +36 -32
- data/vendor/libsodium/test/default/box_easy2.c +41 -34
- data/vendor/libsodium/test/default/box_seal.c +7 -6
- data/vendor/libsodium/test/default/box_seed.c +10 -8
- data/vendor/libsodium/test/default/chacha20.c +18 -3
- data/vendor/libsodium/test/default/chacha20.exp +45 -0
- data/vendor/libsodium/test/default/cmptest.h +1 -0
- data/vendor/libsodium/test/default/core1.c +10 -9
- data/vendor/libsodium/test/default/core2.c +13 -12
- data/vendor/libsodium/test/default/core3.c +13 -12
- data/vendor/libsodium/test/default/core4.c +11 -12
- data/vendor/libsodium/test/default/core5.c +13 -12
- data/vendor/libsodium/test/default/core6.c +15 -13
- data/vendor/libsodium/test/default/ed25519_convert.c +12 -9
- data/vendor/libsodium/test/default/hash.c +10 -6
- data/vendor/libsodium/test/default/hash3.c +3 -2
- data/vendor/libsodium/test/default/index-wasm.html.tpl +118 -0
- data/vendor/libsodium/test/default/kdf.c +61 -0
- data/vendor/libsodium/test/default/kdf.exp +77 -0
- data/vendor/libsodium/test/default/keygen.c +64 -0
- data/vendor/libsodium/test/default/keygen.exp +1 -0
- data/vendor/libsodium/test/default/kx.c +119 -0
- data/vendor/libsodium/test/default/kx.exp +7 -0
- data/vendor/libsodium/test/default/nacl-test-wrapper.sh +9 -2
- data/vendor/libsodium/test/default/onetimeauth.c +26 -23
- data/vendor/libsodium/test/default/onetimeauth2.c +22 -20
- data/vendor/libsodium/test/default/onetimeauth7.c +3 -2
- data/vendor/libsodium/test/default/pwhash.c +209 -157
- data/vendor/libsodium/test/default/pwhash_argon2id.c +388 -0
- data/vendor/libsodium/test/default/pwhash_argon2id.exp +15 -0
- data/vendor/libsodium/test/default/pwhash_scrypt.c +232 -224
- data/vendor/libsodium/test/default/pwhash_scrypt.exp +2 -1
- data/vendor/libsodium/test/default/pwhash_scrypt_ll.c +39 -41
- data/vendor/libsodium/test/default/randombytes.c +34 -13
- data/vendor/libsodium/test/default/randombytes.exp +1 -0
- data/vendor/libsodium/test/default/scalarmult.c +21 -18
- data/vendor/libsodium/test/default/scalarmult2.c +8 -6
- data/vendor/libsodium/test/default/scalarmult5.c +13 -10
- data/vendor/libsodium/test/default/scalarmult6.c +17 -14
- data/vendor/libsodium/test/default/scalarmult7.c +9 -10
- data/vendor/libsodium/test/default/secretbox.c +39 -36
- data/vendor/libsodium/test/default/secretbox2.c +28 -25
- data/vendor/libsodium/test/default/secretbox7.c +3 -2
- data/vendor/libsodium/test/default/secretbox8.c +4 -3
- data/vendor/libsodium/test/default/secretbox_easy.c +40 -37
- data/vendor/libsodium/test/default/secretbox_easy2.c +19 -18
- data/vendor/libsodium/test/default/shorthash.c +4 -4
- data/vendor/libsodium/test/default/sign.c +70 -13
- data/vendor/libsodium/test/default/sign.exp +2 -0
- data/vendor/libsodium/test/default/siphashx24.c +33 -0
- data/vendor/libsodium/test/default/siphashx24.exp +64 -0
- data/vendor/libsodium/test/default/sodium_core.c +9 -8
- data/vendor/libsodium/test/default/sodium_utils.c +52 -46
- data/vendor/libsodium/test/default/sodium_utils2.c +17 -8
- data/vendor/libsodium/test/default/sodium_utils3.c +15 -6
- data/vendor/libsodium/test/default/sodium_version.c +7 -1
- data/vendor/libsodium/test/default/stream.c +31 -18
- data/vendor/libsodium/test/default/stream.exp +65 -0
- data/vendor/libsodium/test/default/stream2.c +13 -9
- data/vendor/libsodium/test/default/stream3.c +12 -10
- data/vendor/libsodium/test/default/stream4.c +30 -27
- data/vendor/libsodium/test/default/verify1.c +5 -4
- data/vendor/libsodium/test/default/xchacha20.c +376 -0
- data/vendor/libsodium/test/default/xchacha20.exp +5 -0
- data/vendor/libsodium/test/quirks/quirks.h +4 -3
- metadata +140 -111
- data/vendor/libsodium/autom4te.cache/output.3 +0 -17240
- data/vendor/libsodium/autom4te.cache/output.4 +0 -17517
- data/vendor/libsodium/autom4te.cache/output.5 +0 -18535
- data/vendor/libsodium/autom4te.cache/output.6 +0 -19077
- data/vendor/libsodium/autom4te.cache/output.7 +0 -19837
- data/vendor/libsodium/autom4te.cache/traces.3 +0 -2833
- data/vendor/libsodium/autom4te.cache/traces.4 +0 -2951
- data/vendor/libsodium/autom4te.cache/traces.5 +0 -3042
- data/vendor/libsodium/autom4te.cache/traces.6 +0 -3194
- data/vendor/libsodium/autom4te.cache/traces.7 +0 -3614
- data/vendor/libsodium/builds/msvc/properties/ARM.props +0 -20
- data/vendor/libsodium/compile +0 -347
- data/vendor/libsodium/config.guess +0 -1568
- data/vendor/libsodium/config.sub +0 -1793
- data/vendor/libsodium/depcomp +0 -791
- data/vendor/libsodium/install-sh +0 -527
- data/vendor/libsodium/ltmain.sh +0 -9655
- data/vendor/libsodium/missing +0 -215
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/verify_hmacsha256.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/verify_hmacsha512.c +0 -12
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256_api.c +0 -16
- data/vendor/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c +0 -14
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c +0 -41
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c +0 -22
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c +0 -18
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c +0 -42
- data/vendor/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c +0 -29
- data/vendor/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.c +0 -100
- data/vendor/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa20/ref/core_salsa20.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_core/salsa208/core_salsa208_api.c +0 -21
- data/vendor/libsodium/src/libsodium/crypto_core/salsa208/ref/core_salsa208.c +0 -126
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2-impl.h +0 -48
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-avx2.c +0 -45
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-avx2.h +0 -123
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ref.c +0 -94
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-sse41.c +0 -80
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-sse41.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ssse3.c +0 -87
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-compress-ssse3.h +0 -97
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-avx2.h +0 -339
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-sse2.h +0 -66
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-load-sse41.h +0 -400
- data/vendor/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c +0 -456
- data/vendor/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256.c +0 -269
- data/vendor/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c +0 -298
- data/vendor/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-impl.h +0 -40
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c +0 -35
- data/vendor/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c +0 -26
- data/vendor/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24.c +0 -72
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/description +0 -1
- data/vendor/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519_api.c +0 -39
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.c +0 -159
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c +0 -59
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/common.h +0 -771
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.c +0 -14
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128.h +0 -56
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128_aes128ctr.c +0 -131
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/stream_aes128ctr.c +0 -29
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/types.h +0 -10
- data/vendor/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c +0 -180
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/ref/stream_chacha20_ref.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/vec/stream_chacha20_vec.c +0 -336
- data/vendor/libsodium/src/libsodium/crypto_stream/chacha20/vec/stream_chacha20_vec.h +0 -28
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.c +0 -55
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c +0 -63
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c +0 -19
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.c +0 -51
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.c +0 -54
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.c +0 -51
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.c +0 -54
- data/vendor/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.c +0 -24
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.c +0 -35
- data/vendor/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20_api.c +0 -11
- data/vendor/libsodium/src/libsodium/crypto_verify/16/ref/verify_16.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/16/verify_16_api.c +0 -6
- data/vendor/libsodium/src/libsodium/crypto_verify/32/ref/verify_32.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/32/verify_32_api.c +0 -6
- data/vendor/libsodium/src/libsodium/crypto_verify/64/ref/verify_64.c +0 -17
- data/vendor/libsodium/src/libsodium/crypto_verify/64/verify_64_api.c +0 -6
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_int32.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_int64.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint16.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint32.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint64.h +0 -8
- data/vendor/libsodium/src/libsodium/include/sodium/crypto_uint8.h +0 -8
- data/vendor/libsodium/test-driver +0 -139
@@ -1,9 +1,9 @@
|
|
1
1
|
#! /bin/sh
|
2
2
|
# Wrapper for compilers which do not understand '-c -o'.
|
3
3
|
|
4
|
-
scriptversion=
|
4
|
+
scriptversion=2016-01-11.22; # UTC
|
5
5
|
|
6
|
-
# Copyright (C) 1999-
|
6
|
+
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
|
7
7
|
# Written by Tom Tromey <tromey@cygnus.com>.
|
8
8
|
#
|
9
9
|
# This program is free software; you can redistribute it and/or modify
|
@@ -255,7 +255,8 @@ EOF
|
|
255
255
|
echo "compile $scriptversion"
|
256
256
|
exit $?
|
257
257
|
;;
|
258
|
-
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe
|
258
|
+
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
|
259
|
+
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
|
259
260
|
func_cl_wrapper "$@" # Doesn't return...
|
260
261
|
;;
|
261
262
|
esac
|
@@ -342,6 +343,6 @@ exit $ret
|
|
342
343
|
# eval: (add-hook 'write-file-hooks 'time-stamp)
|
343
344
|
# time-stamp-start: "scriptversion="
|
344
345
|
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
345
|
-
# time-stamp-time-zone: "
|
346
|
+
# time-stamp-time-zone: "UTC0"
|
346
347
|
# time-stamp-end: "; # UTC"
|
347
348
|
# End:
|
@@ -1,8 +1,8 @@
|
|
1
1
|
#! /bin/sh
|
2
2
|
# Attempt to guess a canonical system name.
|
3
|
-
# Copyright 1992-
|
3
|
+
# Copyright 1992-2017 Free Software Foundation, Inc.
|
4
4
|
|
5
|
-
timestamp='
|
5
|
+
timestamp='2017-05-27'
|
6
6
|
|
7
7
|
# This file is free software; you can redistribute it and/or modify it
|
8
8
|
# under the terms of the GNU General Public License as published by
|
@@ -27,7 +27,7 @@ timestamp='2014-11-04'
|
|
27
27
|
# Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
|
28
28
|
#
|
29
29
|
# You can get the latest version of this script from:
|
30
|
-
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
|
30
|
+
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
|
31
31
|
#
|
32
32
|
# Please send patches to <config-patches@gnu.org>.
|
33
33
|
|
@@ -50,7 +50,7 @@ version="\
|
|
50
50
|
GNU config.guess ($timestamp)
|
51
51
|
|
52
52
|
Originally written by Per Bothner.
|
53
|
-
Copyright 1992-
|
53
|
+
Copyright 1992-2017 Free Software Foundation, Inc.
|
54
54
|
|
55
55
|
This is free software; see the source for copying conditions. There is NO
|
56
56
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
@@ -168,19 +168,29 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
168
168
|
# Note: NetBSD doesn't particularly care about the vendor
|
169
169
|
# portion of the name. We always set it to "unknown".
|
170
170
|
sysctl="sysctl -n hw.machine_arch"
|
171
|
-
UNAME_MACHINE_ARCH=`(
|
172
|
-
/
|
171
|
+
UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
|
172
|
+
/sbin/$sysctl 2>/dev/null || \
|
173
|
+
/usr/sbin/$sysctl 2>/dev/null || \
|
174
|
+
echo unknown)`
|
173
175
|
case "${UNAME_MACHINE_ARCH}" in
|
174
176
|
armeb) machine=armeb-unknown ;;
|
175
177
|
arm*) machine=arm-unknown ;;
|
176
178
|
sh3el) machine=shl-unknown ;;
|
177
179
|
sh3eb) machine=sh-unknown ;;
|
178
180
|
sh5el) machine=sh5le-unknown ;;
|
181
|
+
earmv*)
|
182
|
+
arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
|
183
|
+
endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
|
184
|
+
machine=${arch}${endian}-unknown
|
185
|
+
;;
|
179
186
|
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
|
180
187
|
esac
|
181
188
|
# The Operating System including object format, if it has switched
|
182
|
-
# to ELF recently
|
189
|
+
# to ELF recently (or will in the future) and ABI.
|
183
190
|
case "${UNAME_MACHINE_ARCH}" in
|
191
|
+
earm*)
|
192
|
+
os=netbsdelf
|
193
|
+
;;
|
184
194
|
arm*|i386|m68k|ns32k|sh3*|sparc|vax)
|
185
195
|
eval $set_cc_for_build
|
186
196
|
if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
|
@@ -197,6 +207,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
197
207
|
os=netbsd
|
198
208
|
;;
|
199
209
|
esac
|
210
|
+
# Determine ABI tags.
|
211
|
+
case "${UNAME_MACHINE_ARCH}" in
|
212
|
+
earm*)
|
213
|
+
expr='s/^earmv[0-9]/-eabi/;s/eb$//'
|
214
|
+
abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
|
215
|
+
;;
|
216
|
+
esac
|
200
217
|
# The OS release
|
201
218
|
# Debian GNU/NetBSD machines have a different userland, and
|
202
219
|
# thus, need a distinct triplet. However, they do not need
|
@@ -207,13 +224,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
207
224
|
release='-gnu'
|
208
225
|
;;
|
209
226
|
*)
|
210
|
-
release=`echo ${UNAME_RELEASE}|sed -e 's/[-_]
|
227
|
+
release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
|
211
228
|
;;
|
212
229
|
esac
|
213
230
|
# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
|
214
231
|
# contains redundant information, the shorter form:
|
215
232
|
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
|
216
|
-
echo "${machine}-${os}${release}"
|
233
|
+
echo "${machine}-${os}${release}${abi}"
|
217
234
|
exit ;;
|
218
235
|
*:Bitrig:*:*)
|
219
236
|
UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
|
@@ -223,6 +240,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
223
240
|
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
|
224
241
|
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
|
225
242
|
exit ;;
|
243
|
+
*:LibertyBSD:*:*)
|
244
|
+
UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
|
245
|
+
echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
|
246
|
+
exit ;;
|
226
247
|
*:ekkoBSD:*:*)
|
227
248
|
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
|
228
249
|
exit ;;
|
@@ -235,6 +256,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
235
256
|
*:MirBSD:*:*)
|
236
257
|
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
|
237
258
|
exit ;;
|
259
|
+
*:Sortix:*:*)
|
260
|
+
echo ${UNAME_MACHINE}-unknown-sortix
|
261
|
+
exit ;;
|
238
262
|
alpha:OSF1:*:*)
|
239
263
|
case $UNAME_RELEASE in
|
240
264
|
*4.0)
|
@@ -251,42 +275,42 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
251
275
|
ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
|
252
276
|
case "$ALPHA_CPU_TYPE" in
|
253
277
|
"EV4 (21064)")
|
254
|
-
UNAME_MACHINE=
|
278
|
+
UNAME_MACHINE=alpha ;;
|
255
279
|
"EV4.5 (21064)")
|
256
|
-
UNAME_MACHINE=
|
280
|
+
UNAME_MACHINE=alpha ;;
|
257
281
|
"LCA4 (21066/21068)")
|
258
|
-
UNAME_MACHINE=
|
282
|
+
UNAME_MACHINE=alpha ;;
|
259
283
|
"EV5 (21164)")
|
260
|
-
UNAME_MACHINE=
|
284
|
+
UNAME_MACHINE=alphaev5 ;;
|
261
285
|
"EV5.6 (21164A)")
|
262
|
-
UNAME_MACHINE=
|
286
|
+
UNAME_MACHINE=alphaev56 ;;
|
263
287
|
"EV5.6 (21164PC)")
|
264
|
-
UNAME_MACHINE=
|
288
|
+
UNAME_MACHINE=alphapca56 ;;
|
265
289
|
"EV5.7 (21164PC)")
|
266
|
-
UNAME_MACHINE=
|
290
|
+
UNAME_MACHINE=alphapca57 ;;
|
267
291
|
"EV6 (21264)")
|
268
|
-
UNAME_MACHINE=
|
292
|
+
UNAME_MACHINE=alphaev6 ;;
|
269
293
|
"EV6.7 (21264A)")
|
270
|
-
UNAME_MACHINE=
|
294
|
+
UNAME_MACHINE=alphaev67 ;;
|
271
295
|
"EV6.8CB (21264C)")
|
272
|
-
UNAME_MACHINE=
|
296
|
+
UNAME_MACHINE=alphaev68 ;;
|
273
297
|
"EV6.8AL (21264B)")
|
274
|
-
UNAME_MACHINE=
|
298
|
+
UNAME_MACHINE=alphaev68 ;;
|
275
299
|
"EV6.8CX (21264D)")
|
276
|
-
UNAME_MACHINE=
|
300
|
+
UNAME_MACHINE=alphaev68 ;;
|
277
301
|
"EV6.9A (21264/EV69A)")
|
278
|
-
UNAME_MACHINE=
|
302
|
+
UNAME_MACHINE=alphaev69 ;;
|
279
303
|
"EV7 (21364)")
|
280
|
-
UNAME_MACHINE=
|
304
|
+
UNAME_MACHINE=alphaev7 ;;
|
281
305
|
"EV7.9 (21364A)")
|
282
|
-
UNAME_MACHINE=
|
306
|
+
UNAME_MACHINE=alphaev79 ;;
|
283
307
|
esac
|
284
308
|
# A Pn.n version is a patched version.
|
285
309
|
# A Vn.n version is a released version.
|
286
310
|
# A Tn.n version is a released field test version.
|
287
311
|
# A Xn.n version is an unreleased experimental baselevel.
|
288
312
|
# 1.2 uses "1.2" for uname -r.
|
289
|
-
echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr
|
313
|
+
echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
|
290
314
|
# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
|
291
315
|
exitcode=$?
|
292
316
|
trap '' 0
|
@@ -359,16 +383,16 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
359
383
|
exit ;;
|
360
384
|
i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
|
361
385
|
eval $set_cc_for_build
|
362
|
-
SUN_ARCH=
|
386
|
+
SUN_ARCH=i386
|
363
387
|
# If there is a compiler, see if it is configured for 64-bit objects.
|
364
388
|
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
|
365
389
|
# This test works for both compilers.
|
366
|
-
if [ "$CC_FOR_BUILD" !=
|
390
|
+
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
|
367
391
|
if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
|
368
|
-
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
|
392
|
+
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
|
369
393
|
grep IS_64BIT_ARCH >/dev/null
|
370
394
|
then
|
371
|
-
SUN_ARCH=
|
395
|
+
SUN_ARCH=x86_64
|
372
396
|
fi
|
373
397
|
fi
|
374
398
|
echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
|
@@ -393,7 +417,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
393
417
|
exit ;;
|
394
418
|
sun*:*:4.2BSD:*)
|
395
419
|
UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
|
396
|
-
test "x${UNAME_RELEASE}" =
|
420
|
+
test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
|
397
421
|
case "`/bin/arch`" in
|
398
422
|
sun3)
|
399
423
|
echo m68k-sun-sunos${UNAME_RELEASE}
|
@@ -618,13 +642,13 @@ EOF
|
|
618
642
|
sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
|
619
643
|
sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
|
620
644
|
case "${sc_cpu_version}" in
|
621
|
-
523) HP_ARCH=
|
622
|
-
528) HP_ARCH=
|
645
|
+
523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0
|
646
|
+
528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1
|
623
647
|
532) # CPU_PA_RISC2_0
|
624
648
|
case "${sc_kernel_bits}" in
|
625
|
-
32) HP_ARCH=
|
626
|
-
64) HP_ARCH=
|
627
|
-
'') HP_ARCH=
|
649
|
+
32) HP_ARCH=hppa2.0n ;;
|
650
|
+
64) HP_ARCH=hppa2.0w ;;
|
651
|
+
'') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
|
628
652
|
esac ;;
|
629
653
|
esac
|
630
654
|
fi
|
@@ -663,11 +687,11 @@ EOF
|
|
663
687
|
exit (0);
|
664
688
|
}
|
665
689
|
EOF
|
666
|
-
(CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
|
690
|
+
(CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
|
667
691
|
test -z "$HP_ARCH" && HP_ARCH=hppa
|
668
692
|
fi ;;
|
669
693
|
esac
|
670
|
-
if [ ${HP_ARCH} =
|
694
|
+
if [ ${HP_ARCH} = hppa2.0w ]
|
671
695
|
then
|
672
696
|
eval $set_cc_for_build
|
673
697
|
|
@@ -680,12 +704,12 @@ EOF
|
|
680
704
|
# $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
|
681
705
|
# => hppa64-hp-hpux11.23
|
682
706
|
|
683
|
-
if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
|
707
|
+
if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) |
|
684
708
|
grep -q __LP64__
|
685
709
|
then
|
686
|
-
HP_ARCH=
|
710
|
+
HP_ARCH=hppa2.0w
|
687
711
|
else
|
688
|
-
HP_ARCH=
|
712
|
+
HP_ARCH=hppa64
|
689
713
|
fi
|
690
714
|
fi
|
691
715
|
echo ${HP_ARCH}-hp-hpux${HPUX_REV}
|
@@ -790,14 +814,14 @@ EOF
|
|
790
814
|
echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
|
791
815
|
exit ;;
|
792
816
|
F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
|
793
|
-
FUJITSU_PROC=`uname -m | tr
|
794
|
-
FUJITSU_SYS=`uname -p | tr
|
817
|
+
FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
|
818
|
+
FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
|
795
819
|
FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
|
796
820
|
echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
|
797
821
|
exit ;;
|
798
822
|
5000:UNIX_System_V:4.*:*)
|
799
|
-
FUJITSU_SYS=`uname -p | tr
|
800
|
-
FUJITSU_REL=`echo ${UNAME_RELEASE} | tr
|
823
|
+
FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
|
824
|
+
FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
|
801
825
|
echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
|
802
826
|
exit ;;
|
803
827
|
i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
|
@@ -813,10 +837,11 @@ EOF
|
|
813
837
|
UNAME_PROCESSOR=`/usr/bin/uname -p`
|
814
838
|
case ${UNAME_PROCESSOR} in
|
815
839
|
amd64)
|
816
|
-
|
817
|
-
|
818
|
-
|
840
|
+
UNAME_PROCESSOR=x86_64 ;;
|
841
|
+
i386)
|
842
|
+
UNAME_PROCESSOR=i586 ;;
|
819
843
|
esac
|
844
|
+
echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
|
820
845
|
exit ;;
|
821
846
|
i*:CYGWIN*:*)
|
822
847
|
echo ${UNAME_MACHINE}-pc-cygwin
|
@@ -879,7 +904,7 @@ EOF
|
|
879
904
|
exit ;;
|
880
905
|
*:GNU/*:*:*)
|
881
906
|
# other systems with GNU libc and userland
|
882
|
-
echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr
|
907
|
+
echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
|
883
908
|
exit ;;
|
884
909
|
i*86:Minix:*:*)
|
885
910
|
echo ${UNAME_MACHINE}-pc-minix
|
@@ -902,7 +927,7 @@ EOF
|
|
902
927
|
EV68*) UNAME_MACHINE=alphaev68 ;;
|
903
928
|
esac
|
904
929
|
objdump --private-headers /bin/sh | grep -q ld.so.1
|
905
|
-
if test "$?" = 0 ; then LIBC=
|
930
|
+
if test "$?" = 0 ; then LIBC=gnulibc1 ; fi
|
906
931
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
907
932
|
exit ;;
|
908
933
|
arc:Linux:*:* | arceb:Linux:*:*)
|
@@ -933,6 +958,9 @@ EOF
|
|
933
958
|
crisv32:Linux:*:*)
|
934
959
|
echo ${UNAME_MACHINE}-axis-linux-${LIBC}
|
935
960
|
exit ;;
|
961
|
+
e2k:Linux:*:*)
|
962
|
+
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
963
|
+
exit ;;
|
936
964
|
frv:Linux:*:*)
|
937
965
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
938
966
|
exit ;;
|
@@ -945,6 +973,9 @@ EOF
|
|
945
973
|
ia64:Linux:*:*)
|
946
974
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
947
975
|
exit ;;
|
976
|
+
k1om:Linux:*:*)
|
977
|
+
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
978
|
+
exit ;;
|
948
979
|
m32r*:Linux:*:*)
|
949
980
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
950
981
|
exit ;;
|
@@ -970,6 +1001,9 @@ EOF
|
|
970
1001
|
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
|
971
1002
|
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
|
972
1003
|
;;
|
1004
|
+
mips64el:Linux:*:*)
|
1005
|
+
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
1006
|
+
exit ;;
|
973
1007
|
openrisc*:Linux:*:*)
|
974
1008
|
echo or1k-unknown-linux-${LIBC}
|
975
1009
|
exit ;;
|
@@ -1002,6 +1036,9 @@ EOF
|
|
1002
1036
|
ppcle:Linux:*:*)
|
1003
1037
|
echo powerpcle-unknown-linux-${LIBC}
|
1004
1038
|
exit ;;
|
1039
|
+
riscv32:Linux:*:* | riscv64:Linux:*:*)
|
1040
|
+
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
1041
|
+
exit ;;
|
1005
1042
|
s390:Linux:*:* | s390x:Linux:*:*)
|
1006
1043
|
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
|
1007
1044
|
exit ;;
|
@@ -1021,7 +1058,7 @@ EOF
|
|
1021
1058
|
echo ${UNAME_MACHINE}-dec-linux-${LIBC}
|
1022
1059
|
exit ;;
|
1023
1060
|
x86_64:Linux:*:*)
|
1024
|
-
echo ${UNAME_MACHINE}-
|
1061
|
+
echo ${UNAME_MACHINE}-pc-linux-${LIBC}
|
1025
1062
|
exit ;;
|
1026
1063
|
xtensa*:Linux:*:*)
|
1027
1064
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
@@ -1100,7 +1137,7 @@ EOF
|
|
1100
1137
|
# uname -m prints for DJGPP always 'pc', but it prints nothing about
|
1101
1138
|
# the processor, so we play safe by assuming i586.
|
1102
1139
|
# Note: whatever this is, it MUST be the same as what config.sub
|
1103
|
-
# prints for the "djgpp" host, or else GDB
|
1140
|
+
# prints for the "djgpp" host, or else GDB configure will decide that
|
1104
1141
|
# this is a cross-build.
|
1105
1142
|
echo i586-pc-msdosdjgpp
|
1106
1143
|
exit ;;
|
@@ -1249,6 +1286,9 @@ EOF
|
|
1249
1286
|
SX-8R:SUPER-UX:*:*)
|
1250
1287
|
echo sx8r-nec-superux${UNAME_RELEASE}
|
1251
1288
|
exit ;;
|
1289
|
+
SX-ACE:SUPER-UX:*:*)
|
1290
|
+
echo sxace-nec-superux${UNAME_RELEASE}
|
1291
|
+
exit ;;
|
1252
1292
|
Power*:Rhapsody:*:*)
|
1253
1293
|
echo powerpc-apple-rhapsody${UNAME_RELEASE}
|
1254
1294
|
exit ;;
|
@@ -1262,16 +1302,23 @@ EOF
|
|
1262
1302
|
UNAME_PROCESSOR=powerpc
|
1263
1303
|
fi
|
1264
1304
|
if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
|
1265
|
-
if [ "$CC_FOR_BUILD" !=
|
1305
|
+
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
|
1266
1306
|
if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
|
1267
|
-
|
1268
|
-
|
1307
|
+
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
|
1308
|
+
grep IS_64BIT_ARCH >/dev/null
|
1269
1309
|
then
|
1270
1310
|
case $UNAME_PROCESSOR in
|
1271
1311
|
i386) UNAME_PROCESSOR=x86_64 ;;
|
1272
1312
|
powerpc) UNAME_PROCESSOR=powerpc64 ;;
|
1273
1313
|
esac
|
1274
1314
|
fi
|
1315
|
+
# On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc
|
1316
|
+
if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \
|
1317
|
+
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
|
1318
|
+
grep IS_PPC >/dev/null
|
1319
|
+
then
|
1320
|
+
UNAME_PROCESSOR=powerpc
|
1321
|
+
fi
|
1275
1322
|
fi
|
1276
1323
|
elif test "$UNAME_PROCESSOR" = i386 ; then
|
1277
1324
|
# Avoid executing cc on OS X 10.9, as it ships with a stub
|
@@ -1286,7 +1333,7 @@ EOF
|
|
1286
1333
|
exit ;;
|
1287
1334
|
*:procnto*:*:* | *:QNX:[0123456789]*:*)
|
1288
1335
|
UNAME_PROCESSOR=`uname -p`
|
1289
|
-
if test "$UNAME_PROCESSOR" =
|
1336
|
+
if test "$UNAME_PROCESSOR" = x86; then
|
1290
1337
|
UNAME_PROCESSOR=i386
|
1291
1338
|
UNAME_MACHINE=pc
|
1292
1339
|
fi
|
@@ -1295,15 +1342,18 @@ EOF
|
|
1295
1342
|
*:QNX:*:4*)
|
1296
1343
|
echo i386-pc-qnx
|
1297
1344
|
exit ;;
|
1298
|
-
NEO
|
1345
|
+
NEO-*:NONSTOP_KERNEL:*:*)
|
1299
1346
|
echo neo-tandem-nsk${UNAME_RELEASE}
|
1300
1347
|
exit ;;
|
1301
1348
|
NSE-*:NONSTOP_KERNEL:*:*)
|
1302
1349
|
echo nse-tandem-nsk${UNAME_RELEASE}
|
1303
1350
|
exit ;;
|
1304
|
-
NSR
|
1351
|
+
NSR-*:NONSTOP_KERNEL:*:*)
|
1305
1352
|
echo nsr-tandem-nsk${UNAME_RELEASE}
|
1306
1353
|
exit ;;
|
1354
|
+
NSX-*:NONSTOP_KERNEL:*:*)
|
1355
|
+
echo nsx-tandem-nsk${UNAME_RELEASE}
|
1356
|
+
exit ;;
|
1307
1357
|
*:NonStop-UX:*:*)
|
1308
1358
|
echo mips-compaq-nonstopux
|
1309
1359
|
exit ;;
|
@@ -1317,7 +1367,7 @@ EOF
|
|
1317
1367
|
# "uname -m" is not consistent, so use $cputype instead. 386
|
1318
1368
|
# is converted to i386 for consistency with other x86
|
1319
1369
|
# operating systems.
|
1320
|
-
if test "$cputype" =
|
1370
|
+
if test "$cputype" = 386; then
|
1321
1371
|
UNAME_MACHINE=i386
|
1322
1372
|
else
|
1323
1373
|
UNAME_MACHINE="$cputype"
|
@@ -1359,7 +1409,7 @@ EOF
|
|
1359
1409
|
echo i386-pc-xenix
|
1360
1410
|
exit ;;
|
1361
1411
|
i*86:skyos:*:*)
|
1362
|
-
echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}
|
1412
|
+
echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
|
1363
1413
|
exit ;;
|
1364
1414
|
i*86:rdos:*:*)
|
1365
1415
|
echo ${UNAME_MACHINE}-pc-rdos
|
@@ -1370,23 +1420,25 @@ EOF
|
|
1370
1420
|
x86_64:VMkernel:*:*)
|
1371
1421
|
echo ${UNAME_MACHINE}-unknown-esx
|
1372
1422
|
exit ;;
|
1423
|
+
amd64:Isilon\ OneFS:*:*)
|
1424
|
+
echo x86_64-unknown-onefs
|
1425
|
+
exit ;;
|
1373
1426
|
esac
|
1374
1427
|
|
1375
1428
|
cat >&2 <<EOF
|
1376
1429
|
$0: unable to guess system type
|
1377
1430
|
|
1378
|
-
This script
|
1379
|
-
|
1380
|
-
|
1431
|
+
This script (version $timestamp), has failed to recognize the
|
1432
|
+
operating system you are using. If your script is old, overwrite
|
1433
|
+
config.guess and config.sub with the latest versions from:
|
1381
1434
|
|
1382
|
-
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
|
1435
|
+
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
|
1383
1436
|
and
|
1384
|
-
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
|
1437
|
+
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
|
1385
1438
|
|
1386
|
-
If
|
1387
|
-
|
1388
|
-
|
1389
|
-
information to handle your system.
|
1439
|
+
If $0 has already been updated, send the following data and any
|
1440
|
+
information you think might be pertinent to config-patches@gnu.org to
|
1441
|
+
provide the necessary information to handle your system.
|
1390
1442
|
|
1391
1443
|
config.guess timestamp = $timestamp
|
1392
1444
|
|