summaryrefslogtreecommitdiff
path: root/Makefile.libcompat
AgeCommit message (Expand)Author
2024-11-30Makefile.inc1: Enable requesting the universe toolchain.John Baldwin
2023-08-23Remove $FreeBSD$: one-line sh patternWarner Losh
2021-08-11Prefer MK_SSP=no to SSP_CFLAGS=Mitchell Horne
2021-08-11mk: format some option listsMitchell Horne
2021-07-29libpmc: always generate libpmc_events.cMitchell Horne
2021-01-07libcompat: remove redundant path for ncursesBaptiste Daroussin
2021-01-07Rename NO_WERROR -> MK_WERROR=noAlex Richardson
2021-01-07Stop passing MK_WARNS=no for bootstrap toolsAlex Richardson
2021-01-05ncurses: only keep the version with widechar supportBaptiste Daroussin
2020-10-08Race in 32-bit fixedWarner Losh
2020-09-08Add WITH_/WITHOUT_CLEAN option to replace NO_CLEANEd Maste
2020-03-26Stop building libl and libyEmmanuel Vadot
2019-11-07libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis
2019-11-07Revert r354449: libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis
2019-11-07libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis
2019-10-15Build compat libraries before "everything".Brooks Davis
2019-10-15Move the per-ARCH definitions to bsd.compat.mk.Brooks Davis
2019-10-11Centralize adding OBJCOPY=${XOBJCOPY} to LIB32WMAKEFLAGS.Brooks Davis
2019-07-25libsysdecode: use the proper include directoryEd Maste
2019-07-25Workaround the build failure on platforms have lib32 after r350301Li-Wen Hsu
2019-06-29Build lib32 libl. The library is built from usr.bin/lex/lib. It would beTijl Coosemans
2018-11-12Use ...-freebsd13.0 in -target strings.Brooks Davis
2018-11-03libcompat: disable retpoline when building build toolsEd Maste
2018-08-23Fix non-FreeBSD host lib32 build for TARGET=amd64Alex Richardson
2018-08-03Install the 32-bit compat sanitizer libraries.John Baldwin
2018-07-30Makefile.libcompat: correctly append to make variableEd Maste
2018-07-30Makefile.libcompat: use one variable assignment per lineEd Maste
2018-06-29Don't change directory owner to root when building with -DNO_ROOTAlex Richardson
2018-06-28Remove the various build flag hacks for GCC cross-compile.John Baldwin
2018-06-20Reduce exec and fstat overhead for non-build targets.Bryan Drewery
2018-06-15lib32: Fix lib/libpmc/pmu-events files ending up in source directory.Bryan Drewery
2018-06-15libcompat: Only build libmagic build tool if MK_FILE is yes.Bryan Drewery
2018-06-15Only build jevents if MK_PMC is yes and only for amd64 in libcompat.Bryan Drewery
2018-05-31libpmc/pmu: enable for i386 as wellMatt Macy
2018-01-24X_COMPILER_* may not be defined.Bryan Drewery
2018-01-16Check for GCC first rather than clang in the MIPS lib32 rules.John Baldwin
2018-01-11Allow MIPS lib32 to build with clang.John Baldwin
2017-11-05Fix nested MAKEOBJDIRPREFIX breaking various release/buildworld/toolchain tar...Bryan Drewery
2017-11-05Set OBJROOT/OBJTOP as make arguments. Missed in r325329.Bryan Drewery
2017-11-02Reduce MAKEOBJDIRPREFIX path spam by specifying a direct objdir to use.Bryan Drewery
2017-11-01Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR.Bryan Drewery
2017-10-29lib32/libsoft: Store object files in a more consistent structure.Bryan Drewery
2017-10-29Move some LIBCOMPAT tmpdir logic setup to its own build target.Bryan Drewery
2017-10-05Support armv7 builds for userlandWarner Losh
2017-09-30Adjust r322633 to only apply to libexec/rtld-elf, and not usr.bin/ldd,Enji Cooper
2017-08-17Honor NO_RTLD for rtld-elf, similar to what's done in libexec/Makefile, withEnji Cooper
2017-08-07Follow-up to r321684 (Don't use libc++ when cross-building for gccDimitry Andric
2017-06-19buildworld: Define SYSROOT to WORLDTMP.Bryan Drewery
2017-05-09Support skipping 'make obj' tree-walk.Bryan Drewery
2017-04-06META_MODE: Fix build-tools still sometimes rebuilding during target build.Bryan Drewery