aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
Commit message (Expand)AuthorAgeFilesLines
* build{libcompat}: Pass UNIVERSE_TOOLCHAIN_PATH to the _lc_build-tools submakeJohn Baldwin2023-08-221-0/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Makefile.libcompat: Fix DTRACE variableJessica Clarke2023-08-101-1/+1
* Makefile.inc1: Enable requesting the universe toolchain.John Baldwin2023-08-011-0/+1
* arm64 lib32: enable building of lib32 on arm64Mike Karels2023-07-251-1/+1
* Makefile.libcompat: Make quoting for CC/CXX/CPP more future-proofJessica Clarke2023-07-141-3/+3
* Makefile.libcompat: Be consistent about not installing includesJessica Clarke2023-07-141-1/+1
* Makefile.libcompat: Quote CFLAGS and CXXFLAGS for sub-makeJessica Clarke2023-07-091-3/+3
* Generalise libcompat to be a list rather than a single optionJessica Clarke2023-06-271-12/+21
* Makefile.libcompat: Handle MK_FOO varying for native and compat archesJessica Clarke2023-06-271-23/+33
* Makefile.libcompat: Remove unused _LC_INCDIRSJessica Clarke2023-06-271-5/+0
* libcompat: avoid installing include files twiceEd Maste2022-11-171-0/+1
* Install working pkgconfig .pc files for compat librariesAlex Richardson2022-08-111-0/+1
* libcompat: Use WORLDTMP sysrootBrooks Davis2022-07-011-30/+4
* Makefile.libcompat: SortWarner Losh2022-02-021-3/+2
* stand: Fix kboot issue on powerpc64 with MK_LIB32=yesWarner Losh2022-02-021-1/+2
* libcompat: Remove MIPS from list of compat librariesWarner Losh2021-12-091-1/+1
* ncurses: fix libcompat (lib32 for example) buildingBaptiste Daroussin2021-10-041-2/+2
* Prefer MK_SSP=no to SSP_CFLAGS=Mitchell Horne2021-08-041-1/+2
* mk: format some option listsMitchell Horne2021-08-041-3/+8
* Add build system support for ASAN+UBSAN instrumentationAlex Richardson2021-08-021-0/+1
* `make buildworld' with time logging for each stageWolfram Schneider2021-08-011-1/+1
* libpmc: always generate libpmc_events.cMitchell Horne2021-05-311-1/+1
* libcompat: remove redundant path for ncursesBaptiste Daroussin2021-01-071-1/+1
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-071-1/+1
* Stop passing MK_WARNS=no for bootstrap toolsAlex Richardson2021-01-071-1/+1
* ncurses: only keep the version with widechar supportBaptiste Daroussin2021-01-051-2/+2
* Race in 32-bit fixedWarner Losh2020-10-081-1/+1
* Add WITH_/WITHOUT_CLEAN option to replace NO_CLEANEd Maste2020-09-081-2/+2
* Stop building libl and libyEmmanuel Vadot2020-03-261-1/+0
* libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-071-19/+1
* Revert r354449: libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-071-1/+19
* libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-071-19/+1
* Build compat libraries before "everything".Brooks Davis2019-10-151-1/+1
* Move the per-ARCH definitions to bsd.compat.mk.Brooks Davis2019-10-151-95/+1
* Centralize adding OBJCOPY=${XOBJCOPY} to LIB32WMAKEFLAGS.Brooks Davis2019-10-111-6/+3
* libsysdecode: use the proper include directoryEd Maste2019-07-251-1/+0
* Workaround the build failure on platforms have lib32 after r350301Li-Wen Hsu2019-07-251-0/+1
* Build lib32 libl. The library is built from usr.bin/lex/lib. It would beTijl Coosemans2019-06-291-0/+1
* Use ...-freebsd13.0 in -target strings.Brooks Davis2018-11-121-3/+3
* libcompat: disable retpoline when building build toolsEd Maste2018-11-031-1/+2
* Fix non-FreeBSD host lib32 build for TARGET=amd64Alex Richardson2018-08-231-0/+5
* Install the 32-bit compat sanitizer libraries.John Baldwin2018-08-031-1/+1
* Makefile.libcompat: correctly append to make variableEd Maste2018-07-301-1/+1
* Makefile.libcompat: use one variable assignment per lineEd Maste2018-07-301-1/+2
* Don't change directory owner to root when building with -DNO_ROOTAlex Richardson2018-06-291-5/+5
* Remove the various build flag hacks for GCC cross-compile.John Baldwin2018-06-281-16/+0
* Reduce exec and fstat overhead for non-build targets.Bryan Drewery2018-06-201-5/+6
* lib32: Fix lib/libpmc/pmu-events files ending up in source directory.Bryan Drewery2018-06-151-1/+3
* libcompat: Only build libmagic build tool if MK_FILE is yes.Bryan Drewery2018-06-151-1/+4