aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only build jevents if MK_PMC is yes and only for amd64 in libcompat.Bryan Drewery2018-06-151-1/+6
* libpmc/pmu: enable for i386 as wellMatt Macy2018-05-311-1/+1
* X_COMPILER_* may not be defined.Bryan Drewery2018-01-241-1/+2
* Check for GCC first rather than clang in the MIPS lib32 rules.John Baldwin2018-01-161-8/+8
* Allow MIPS lib32 to build with clang.John Baldwin2018-01-111-0/+9
* Fix nested MAKEOBJDIRPREFIX breaking various release/buildworld/toolchain tar...Bryan Drewery2017-11-051-0/+2
* Set OBJROOT/OBJTOP as make arguments. Missed in r325329.Bryan Drewery2017-11-051-3/+3
* Reduce MAKEOBJDIRPREFIX path spam by specifying a direct objdir to use.Bryan Drewery2017-11-021-2/+4
* Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR.Bryan Drewery2017-11-011-5/+7
* lib32/libsoft: Store object files in a more consistent structure.Bryan Drewery2017-10-291-2/+2
* Move some LIBCOMPAT tmpdir logic setup to its own build target.Bryan Drewery2017-10-291-0/+10
* Support armv7 builds for userlandWarner Losh2017-10-051-2/+2
* Adjust r322633 to only apply to libexec/rtld-elf, and not usr.bin/ldd,Enji Cooper2017-09-301-2/+6
* Honor NO_RTLD for rtld-elf, similar to what's done in libexec/Makefile, withEnji Cooper2017-08-171-2/+2
* Follow-up to r321684 (Don't use libc++ when cross-building for gccDimitry Andric2017-08-071-2/+1
* buildworld: Define SYSROOT to WORLDTMP.Bryan Drewery2017-06-191-0/+1
* Support skipping 'make obj' tree-walk.Bryan Drewery2017-05-091-2/+2
* META_MODE: Fix build-tools still sometimes rebuilding during target build.Bryan Drewery2017-04-061-1/+1
* Use cross-NM (XNM) in compat32 buildEd Maste2017-01-271-0/+2
* Enable /usr/lib32 for o32 binaries on mips64.John Baldwin2017-01-061-2/+16
* Set -m32 in MD LIB32CPUCFLAGS rather than MI LIB32CFLAGS.John Baldwin2017-01-061-1/+3
* Fix build of lib32 libraries for amd64 and powerpc64 with cross toolchainBaptiste Daroussin2016-12-251-1/+1
* Fix in-tree GCC builds after r304681.Bryan Drewery2016-08-231-1/+2
* Don't disable binutils/elftoolchain bootstrapping with external compiler.Bryan Drewery2016-07-241-2/+2
* WITH_SYSTEM_COMPILER: Avoid using GCC4.8+ logic on native GCC4.2 platforms.Bryan Drewery2016-06-291-2/+2
* Fix native powerpc64 build of lib32 with in-tree GCC.Bryan Drewery2016-06-151-1/+9
* Use -L to specify compat32 library paths instead of -YEd Maste2016-06-091-1/+1
* Libcompat: Swap CXX/CFLAGS.Bryan Drewery2016-05-291-1/+1
* GCC External: Revert r300886, r300904, r300917, r300918Bryan Drewery2016-05-291-6/+11