Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | - Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes}, | marius | 2015-07-19 | 1 | -1/+1 | |
* | new depends | sjg | 2015-06-16 | 1 | -0/+1 | |
* | Hook extra libs to _LIBS so bsd.lib.mk can do its thing | sjg | 2015-06-16 | 1 | -2/+3 | |
* | Revert r284417 it is not necessary anymore | bapt | 2015-06-15 | 2 | -2/+2 | |
* | Enforce overwritting SHLIBDIR | bapt | 2015-06-15 | 2 | -2/+2 | |
* | Add META_MODE support. | sjg | 2015-06-13 | 12 | -0/+769 | |
|\ | ||||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 10 | -20/+0 | |
| * | Merge sync of head | sjg | 2015-05-27 | 17 | -3082/+31 | |
| |\ | ||||||
| * | | all is MAIN target | sjg | 2014-11-30 | 1 | -0/+2 | |
| * | | Merge from head@274682 | sjg | 2014-11-19 | 6 | -17/+11 | |
| |\ \ | ||||||
| * | | | fixed dep | sjg | 2014-11-19 | 1 | -1/+0 | |
| * | | | Merge head from 7/28 | sjg | 2014-08-19 | 12 | -65/+26 | |
| |\ \ \ | ||||||
| * | | | | Fix building libstdc++ with clang | sjg | 2014-05-16 | 2 | -6/+3 | |
| * | | | | Updated dependencies | sjg | 2014-05-16 | 7 | -7/+7 | |
| * | | | | Updated dependencies | sjg | 2014-05-10 | 7 | -0/+14 | |
| * | | | | Merge from head | sjg | 2014-05-08 | 6 | -6/+6 | |
| |\ \ \ \ | ||||||
| * | | | | | Need to stage_files | sjg | 2014-05-05 | 1 | -0/+6 | |
| * | | | | | New/updated dependencies | sjg | 2014-05-05 | 1 | -0/+6 | |
| * | | | | | Merge head | sjg | 2014-04-28 | 9 | -26/+36 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge head@256284 | sjg | 2013-10-13 | 3 | -1/+9 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge head | sjg | 2013-09-11 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge from head | sjg | 2013-09-05 | 15 | -11483/+91 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | sync from head | sjg | 2013-04-12 | 3 | -8/+28 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Updated dependencies | sjg | 2013-03-11 | 6 | -0/+6 | |
| * | | | | | | | | | | Updated dependencies | sjg | 2013-02-16 | 10 | -20/+0 | |
| * | | | | | | | | | | Sync with HEAD. | obrien | 2013-02-08 | 6 | -28/+79 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Correct the r242545 sync with head@242525. | obrien | 2013-02-07 | 1 | -4/+0 | |
| * | | | | | | | | | | | We need /backward too it seems | sjg | 2012-11-08 | 1 | -0/+4 | |
| * | | | | | | | | | | | Updated/new Makefile.depend | sjg | 2012-11-08 | 9 | -0/+29 | |
| | | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 7 | -16/+37 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 12 | -0/+758 | |
* | | | | | | | | | | | | | | | Misc fixes from projects/bmake | sjg | 2015-06-11 | 1 | -4/+8 | |
* | | | | | | | | | | | | | | | ntp is now again libreadline free, so only build libreadline for gdb | bapt | 2015-05-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Unbreak build where WANT_GDB == "no', as libreadline is also used by ntpdc. | markm | 2015-05-25 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Only build libreadline if gdb is going to be built | bapt | 2015-05-18 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | Build libgcov only if we're building base system GCC | emaste | 2015-05-18 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | Build libgomp only if we're also building base system GCC | emaste | 2015-05-15 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | libgomp: bring initial BSD support from upstream. | pfg | 2015-04-28 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | libgomp: bring early CPU affinity support from FSF GCC-4_3 branch. | pfg | 2015-04-27 | 2 | -1/+4 | |
* | | | | | | | | | | | | | | Exclude the floating-point functions from libgcc_s on arm64, they are | andrew | 2015-04-02 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Remove gnu/ info pages to unbreak the build with MK_GCC != no, etc | ngie | 2015-01-02 | 1 | -13/+0 | |
* | | | | | | | | | | | | | | Remove info pages | bapt | 2015-01-02 | 4 | -3056/+0 | |
* | | | | | | | | | | | | | | Fix build with recent binutils | bapt | 2014-12-23 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Convert to LIBADD | bapt | 2014-11-25 | 4 | -10/+6 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | libdialog has to be linked to libncursesw and libm | bapt | 2014-11-07 | 1 | -0/+3 | |
* | | | | | | | | | | | | | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | andrew | 2014-10-01 | 5 | -17/+7 | |
* | | | | | | | | | | | | | Add ${LIBC} to DPADD to fix "make checkdpadd" | ngie | 2014-08-20 | 1 | -0/+1 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Replace all uses of libncurses and libtermcap with their wide character | brooks | 2014-07-17 | 1 | -2/+2 | |
* | | | | | | | | | | | | Make MK_GNUCXX mean "build the libstdc++ and libsupc++ libraries" and | imp | 2014-07-10 | 1 | -1/+1 | |
* | | | | | | | | | | | | The GNU readline library is now an INTERNALLIB - that is, it is | bapt | 2014-07-09 | 5 | -58/+13 |