Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | elftoolchain: Use ${SRCTOP} for the top of the FreeBSD tree | emaste | 2016-04-21 | 1 | -1/+1 |
| | | | | | | | | It's provided by sys.mk so there's no need to derive it from ${.CURDIR}. Suggested by: ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5998 | ||||
* | Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchain | emaste | 2016-04-18 | 1 | -1/+1 |
| | | | | | | | This produces a nicer path in debug info and build logs. MFC after: 1 week Sponsored by: The FreeBSD Foundation | ||||
* | Fix spelling error. | bdrewery | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | META MODE: Fix 'make bootstrap-tools'. | bdrewery | 2015-11-25 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | 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 | ||||
* | new depends | sjg | 2015-06-16 | 1 | -0/+21 |
| | |||||
* | Add Makefile for elftoolchain readelf(1) | emaste | 2015-01-02 | 1 | -0/+14 |
Sponsored by: The FreeBSD Foundation |