summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
Commit message (Expand)AuthorAgeFilesLines
* Fix ARM32 compile with ClangJeffrey Walton2020-08-091-1/+2
* Fix ARM32 compile due to missing neon headerJeffrey Walton2020-08-071-11/+18
* Avoid use of tr in feature requestsJeffrey Walton2020-08-071-21/+21
* Remove unneeded './' from cryptest.exe recipeJeffrey Walton2020-07-291-1/+1
* Fix Android i686 buildJeffrey Walton2020-07-291-0/+1
* More ARM and Aarch64 macro tweaksJeffrey Walton2020-07-291-7/+26
* Fix Android cross-compile due to missing flags on gcm_simd.cpp and gf2n_simd.cppJeffrey Walton2020-07-291-1/+5
* Fix GNUMakefile-crossJeffrey Walton2020-07-281-5/+4
* Fix GNUMakefile-crossJeffrey Walton2020-07-281-1/+4
* Add build-aux/ to autotools-clean recipeJeffrey Walton2020-07-111-1/+1
* Remove 64-bit AdvancedProcessBlocks (GH #945)Jeffrey Walton2020-07-071-21/+0
* Update makefile flagsJeffrey Walton2020-07-071-8/+8
* Remove -DCRYPTOPP_DISABLE_ASM from dependencies ruleJeffrey Walton2020-05-101-2/+2
* Recognize armv8l-unknown-linux-gnueabihf in the makefilesJeffrey Walton2020-04-121-5/+2
* Update iOS and Android scripts (GH #936, PR #937)Jeffrey Walton2020-03-091-16/+14
* Patch Android cpu-features for C++ compiler (GH #926)Jeffrey Walton2020-02-081-1/+3
* Compile cpu-features.c with CC instead of CXX (GH #926, PR #927)Paul Götzinger2020-02-081-1/+1
* Remove unneeded source files from MakefileJeffrey Walton2019-10-231-1/+1
* Add test programs for feature testingJeffrey Walton2019-10-211-1/+1
* Whitespace check-inJeffrey Walton2019-10-191-1/+1
* Update commentsJeffrey Walton2019-10-191-0/+2
* Use umulh for Aarch64 multiplyJeffrey Walton2019-10-181-0/+14
* Add android-clean to makefile recipesJeffrey Walton2019-10-181-1/+6
* Enable CRYPTOPP_DISABLE_MIXED_ASM in config_asm.hJeffrey Walton2019-10-171-5/+8
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-161-12/+13
* Fix hard floats on AndroidJeffrey Walton2019-10-161-7/+2
* Guard IS_ARMv8 for stray IS_ARM32Jeffrey Walton2019-10-161-0/+4
* Fix Android ARMv7a compile and link (#894)Jeffrey Walton2019-10-161-6/+11
* Fix setenv-android.sh and cryptest-android.sh for NDK r19 (PR #893)Jeffrey Walton2019-10-151-3/+12
* Compile cpu_features.c with '-x c' to avoid compile errorJeffrey Walton2019-10-151-11/+3
* Add -DCRYPTOPP_DISABLE_ASM for 'make deps' recipeJeffrey Walton2019-09-301-1/+1
* Move 'make deps' to bottom of MakefileJeffrey Walton2019-09-281-1/+2
* Add LINK_LIBRARY_PATH (GH #866)Jeffrey Walton2019-07-211-1/+2
* Add link-library variable to Makefiles (GH #866)Jeffrey Walton2019-07-211-2/+7
* Use wildcard for FORTIFY_SOURCE filter on TCXXFLAGS (GH #865)Jeffrey Walton2019-07-191-2/+3
* Fix missing if statementJeffrey Walton2019-07-191-0/+1
* Fix TCXXFLAGS using openSUSE standard flags (GH #865)Jeffrey Walton2019-07-191-2/+1
* Fold CRYPTOPP_VALGRIND into CRYPTOPP_COVERAGEJeffrey Walton2019-07-051-3/+3
* Update commentsJeffrey Walton2019-05-231-8/+9
* Fix armv8l-unknown-linux-gnueabihf yet againJeffrey Walton2019-05-211-3/+13
* Limit Cryptogams AES and SHA to Linux distrosJeffrey Walton2019-05-211-15/+20
* Enable Cryptogams AES on ARM using ClangJeffrey Walton2019-05-211-10/+12
* Add ARM SHA512 asm implementation from Cryptogams (GH #841, PR #843)Jeffrey Walton2019-05-191-1/+5
* Add ARM SHA256 asm implementation from Cryptogams (GH #840, PR #840)Jeffrey Walton2019-05-191-1/+9
* Add ARM SHA1 asm implementation from Cryptogams (GH #837, PR #838)Jeffrey Walton2019-05-181-4/+4
* Use test_arm_sha1.cxx for feature testsJeffrey Walton2019-05-171-1/+1
* Make config.h more Autoconf friendly (GH #835, PR #836)Jeffrey Walton2019-05-171-1/+1
* Cleanup SIMON64 and SPECK64 flags in Makefile (GH #834)Jeffrey Walton2019-05-161-2/+0
* Use TCXXFLAGS for feature tests in GNUmakefile-crossJeffrey Walton2019-02-281-8/+8
* Remove early NEON qualification tests from Makefile (GH #812, GH #813)Jeffrey Walton2019-02-271-1/+1