summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
Commit message (Collapse)AuthorAgeFilesLines
* Made non-SOLIBNAME the default version for Android and EmbeddedJeffrey Walton2016-01-051-5/+4
|
* Added "lean" target to cross compilesJeffrey Walton2016-01-041-2/+26
|
* Fix problem, issue #65 comment 168191115Todd Knarr2015-12-311-0/+2
|
* Added -headerpad_max_install_names to dylib targets. Added standard ↵Jeffrey Walton2015-12-311-33/+52
| | | | directory vairables to GNUmakefile-cross
* Fix an issue that caused targets to be rebuilt unnecessarilyGrant Ayers2015-12-281-0/+1
| | | | | | | | | | | and prevented updated object files from regenerating targets. The 'public_service' phony target should be an 'order-only' prerequisite so that it doesn't cause its target to be rebuilt when it is run. However, object files were specified as order-only while the 'public_service' target was not. This is reproducible by running 'make' twice. Another effect is that when these object files change they will not cause the target to be updated while they are order-only.
* Added DESTDIR to various recipesJeffrey Walton2015-12-271-29/+38
|
* Apply the same versioned solib changes as to GNUmakefileTodd Knarr2015-12-261-4/+33
|
* Updated to recognize arm64-v8a as an architectureJeffrey Walton2015-12-091-1/+4
|
* Fixed makefile to use IS_IOS rather than IS_DARWIN for iOS cross-compiles. ↵Jeffrey Walton2015-12-081-62/+55
| | | | Updated Android to use AOSP_* variables rather than ANDROID_* variables
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-15/+32
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-132/+81
|
* Changed cross-compile makefile to use "-Os" by defaultJeffrey Walton2015-07-311-11/+4
|
* Added "system" target that dumps a number of internal variables for testing ↵Jeffrey Walton2015-07-311-34/+128
| | | | and troubleshooting
* Ported relevant GNUmakefile changes to GNUmakefile-crossJeffrey Walton2015-07-201-10/+20
|
* Removed unneeded object and library files from CLEAN ruleJeffrey Walton2015-06-081-1/+1
|
* Removed -flat_namespace from LDFLAGS for iOS cross compile. That's something ↵Jeffrey Walton2015-06-081-1/+0
| | | | that was used for OS X around 10.4 or so while transitioning to namespaes in dylibs
* Added GNUmakefile-cross for Android, iOS and EmbeddedJeffrey Walton2015-06-081-0/+124