aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* META MODE: Fix 'make bootstrap-tools'.Bryan Drewery2015-11-251-27/+9
| | | | | | | | | | | | | | | | | | The main problem was bitrot after elftoolchain being swapped in for the GNU toolchain. This also reworks how the list of 'host allowed' libraries is determined to only allow INTERNALLIBs, which is needed for libelftc to come in. For usr.bin/readelf use the same hack, as libelf and libdward, to bring in the needed sys/ headers for host builds. This has not yet been a problem due to readelf not being built as a host tool in buildworld. This is possible in the meta build though when building the toolchain. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291321
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
| | | | | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=288226
* Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAINEd Maste2015-08-131-1/+1
| | | | | | | | | | | | | | The option was added only to ease the transition from GNU Binutils to ELF Tool Chain tools, and that process is now complete (for the viable replacements). Noting the removal in UPDATING is sufficient as we have not shipped a release with the option. Reviewed by: brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3240 Notes: svn path=/head/; revision=286730
* Support WITH_LLDBSimon J. Gerraty2015-06-161-1/+1
| | | | | | | Remove entries from userland/gnu that conflict with toolchain Notes: svn path=/head/; revision=284482
* Pay attention to MK_ELFTOOLCHAIN_TOOLS so we build the desired tools.Simon J. Gerraty2015-06-151-6/+23
| | | | Notes: svn path=/head/; revision=284424
* Merge sync of headSimon J. Gerraty2015-05-271-1/+16
| | | | Notes: svn path=/projects/bmake/; revision=283595
* Renamed pkgs/ targets/Simon J. Gerraty2014-11-301-2/+2
| | | | Notes: svn path=/projects/bmake/; revision=275339
* Rename pkgs to more generic targets (that's what they are)Simon J. Gerraty2014-11-302-0/+22
Reviewed by: marcel Notes: svn path=/projects/bmake/; revision=275282