Commit Graph

25 Commits

Author SHA1 Message Date
Jeffrey Walton
26db40567d
Add Integer Bitops tests (Issue 344) 2016-12-06 20:56:57 -05:00
Jeffrey Walton
7e9a60da47
Add adhoc.cpp to test sources (Issue 332)
This should have been included in Commit 8de854cae6
2016-11-04 21:20:45 -04:00
Jeffrey Walton
b20e498fc5
Additional use of $(strip $(CXXFLAGS)) cleanup 2016-10-26 18:26:07 -04:00
Jeffrey Walton
c892295487 Remove uneeded -Wno-delete-non-virtual-dtor from GNUmakefile
-Wno-delete-non-virtual-dtor is no longer needed since we have virtual destructors in place and they are active in config.h
2016-09-24 00:05:24 -04:00
Jeffrey Walton
c569e81edc Cleaned dylib artifacts 2016-09-10 09:46:24 -04:00
Jeffrey Walton
64281d26f7 Add integer.cpp to third position in GNUmakefile 2016-09-08 12:44:22 -04:00
Jeffrey Walton
f8ad685c3d Rename bench.cpp to bench1.cpp 2016-04-22 14:15:09 -04:00
Jeffrey Walton
dfe2946a75 Add Coverity artifacts to clean recipe 2016-04-11 00:51:15 -04:00
Jeffrey Walton
d9c3c51aa8 Made non-SOLIBNAME the default version for Android and Embedded 2016-01-05 15:05:29 -05:00
Jeffrey Walton
8f5ff96b0b Added "lean" target to cross compiles 2016-01-04 20:23:19 -05:00
Todd Knarr
69a76042e2 Fix problem, issue #65 comment 168191115 2015-12-31 13:05:14 -08:00
Jeffrey Walton
6652e94d20 Added -headerpad_max_install_names to dylib targets. Added standard directory vairables to GNUmakefile-cross 2015-12-31 01:43:42 -05:00
Grant Ayers
4f277dab59 Fix an issue that caused targets to be rebuilt unnecessarily
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.
2015-12-28 16:30:01 -08:00
Jeffrey Walton
1ab5cbd047 Added DESTDIR to various recipes 2015-12-27 13:13:16 -05:00
Todd Knarr
56abc4e4c9 Apply the same versioned solib changes as to GNUmakefile 2015-12-26 10:57:04 -08:00
Jeffrey Walton
bdebe53dd6 Updated to recognize arm64-v8a as an architecture 2015-12-09 00:41:15 -05:00
Jeffrey Walton
5703c85d2d Fixed makefile to use IS_IOS rather than IS_DARWIN for iOS cross-compiles. Updated Android to use AOSP_* variables rather than ANDROID_* variables 2015-12-08 14:55:58 -05:00
Jeffrey Walton
628f40755a Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Coverity rollup) 2015-11-18 15:35:35 -05:00
Jeffrey Walton
48809d4e85 CRYPTOPP 5.6.3 RC6 checkin 2015-11-05 01:59:46 -05:00
Jeffrey Walton
9b552d06d2 Changed cross-compile makefile to use "-Os" by default 2015-07-31 15:33:08 -04:00
Jeffrey Walton
158bb2c94f Added "system" target that dumps a number of internal variables for testing and troubleshooting 2015-07-31 14:24:49 -04:00
Jeffrey Walton
d40eee99c0 Ported relevant GNUmakefile changes to GNUmakefile-cross 2015-07-20 06:55:42 -04:00
Jeffrey Walton
e385e24654 Removed unneeded object and library files from CLEAN rule 2015-06-08 13:03:46 -04:00
Jeffrey Walton
f23c30000d Removed -flat_namespace from LDFLAGS for iOS cross compile. That's something that was used for OS X around 10.4 or so while transitioning to namespaes in dylibs 2015-06-08 12:11:38 -04:00
Jeffrey Walton
467a224723 Added GNUmakefile-cross for Android, iOS and Embedded 2015-06-08 07:50:22 -04:00