summaryrefslogtreecommitdiff
path: root/etc/defaults/CC/TARGETS.archive
AgeCommit message (Collapse)Author
2024-04-26deps: Update libarchive to v3.7.4Paul Cristian Sarbu
2023-08-16Introduce configuration variable TOOLCHAIN_CONFIGOliver Reiche
... to pass along toolchain settings for current and future toolchain definitions. Configuration variable COMPILER_FAMILY is replaced by TOOLCHAIN_CONFIG["FAMILY"].
2023-08-11external: Update libarchive to v3.7.1Paul Cristian Sarbu
2023-02-24libarchive: Update to latest v3.6.2Paul Cristian Sarbu
Changes in build description: - fix capitalization of ENABLE_LIBGCC flag. - add new HIDE_SYMBOLS flag to allow hiding of export symbols; used similar logic as for libcurl to circumvent the original CHECK_C_SOURCE_COMPILES macro use.
2023-01-31Remove -Werror from externals' cflagsOliver Reiche
... and suppress new warnings thrown by clang-15. Co-authored-by: Michael Thies <mail@mhthies.de>
2022-12-21External: Add libarchive dependencyPaul Cristian Sarbu