aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Libcompat: Set build tools in environment rather than make overrides.Bryan Drewery2016-05-291-4/+6
* Move external GCC compiler hacks to bsd.sys.mk.Bryan Drewery2016-05-271-7/+0
* Libcompat: Only pass -isystem =/usr/include for external GCC.Bryan Drewery2016-05-271-2/+1
* Set CPP from XCPP for the libcompat build.Bryan Drewery2016-04-151-0/+1
* META_MODE: Don't rebuild build-tools targets during normal build.Bryan Drewery2016-04-141-0/+4
* Remove leftover _LDSCRIPTROOT missed in r297270.Bryan Drewery2016-04-051-1/+1
* LIB32+WITHOUT_TOOLCHAIN: Fix build by staging includes.Bryan Drewery2016-03-311-1/+2
* Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-301-1/+1
* Fix libcompat not handling some external toolchain flags.Bryan Drewery2016-03-251-3/+11
* Build libcompat (lib32) with a --sysroot pointing into its stage directory.Bryan Drewery2016-03-251-9/+13
* LIBRARIES_ONLY should only be defined during install32.Bryan Drewery2016-03-251-2/+2
* Explicit 'make obj' for library dirs in build32 is not needed.Bryan Drewery2016-03-241-3/+0
* Use the newly minted Makefile.libcompat to implement libsoft librariesWarner Losh2016-03-121-1/+10
* Follow-up r296709: Fix build32 not properly building all libraries.Bryan Drewery2016-03-121-3/+3
* Move Makefile.lib32 to Makefile.libcompat and generalize it.Bryan Drewery2016-03-111-0/+152