| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Retire build support for GCC's DWARF unwinder | Ed Maste | 2020-01-08 | 2 | -390/+0 |
| * | Support reading in .depend files. | Bryan Drewery | 2019-06-15 | 1 | -5/+5 |
| * | Enable /usr/lib32 for o32 binaries on mips64. | John Baldwin | 2017-01-06 | 1 | -1/+2 |
| * | Connect new LLVM-based libgcc_eh & libgcc_s to the build | Ed Maste | 2016-11-04 | 1 | -39/+0 |
| * | Fix packaging /usr/lib{,32}/libgcc_eh{,_p}.a. | Glen Barber | 2016-10-31 | 1 | -2/+2 |
| * | Add full softfloat and hardfloat support for MIPS. | Ruslan Bukin | 2016-10-31 | 1 | -1/+1 |
| * | Create a new MACHINE_ARCH for Freescale PowerPC e500v2 | Justin Hibbits | 2016-10-22 | 1 | -1/+1 |
| * | Revert r307689 | Enji Cooper | 2016-10-21 | 1 | -7/+2 |
| * | Fix building of llvm's unwind if gcc has been also built | Baptiste Daroussin | 2016-10-20 | 1 | -2/+7 |
| * | When MAKEOBJDIRPREFIX points to a case-insensitive file system, the | Marcel Moolenaar | 2016-09-24 | 1 | -7/+7 |
| * | DIRDEPS_BUILD: Avoid cyclic dependency with libc++. | Bryan Drewery | 2016-08-31 | 1 | -0/+4 |
| * | rename ARM's libunwind.S to to avoid conflict with llvm libunwind | Ed Maste | 2016-07-27 | 1 | -1/+1 |
| * | libunwind: enable only the native unwinder by default | Ed Maste | 2016-07-08 | 1 | -1/+1 |
| * | Follow-up r297842: Rework header generation to fix always rebuilding. | Bryan Drewery | 2016-04-18 | 1 | -9/+4 |
| * | MFH | Glen Barber | 2016-04-12 | 1 | -1/+1 |
| |\ | |||||
| | * | META_MODE: Avoid changed build command every build. | Bryan Drewery | 2016-04-12 | 1 | -1/+1 |
| * | | MFH | Glen Barber | 2016-03-02 | 2 | -278/+6 |
| |\| | |||||
| | * | OBJS and POBJS have not been used since r215127. | Bryan Drewery | 2016-02-24 | 1 | -6/+4 |
| | * | Don't hide AR command as bsd.lib.mk's r283925 changed as well. | Bryan Drewery | 2016-02-24 | 1 | -2/+2 |
| | * | DIRDEPS_BUILD: Regenerate without local dependencies. | Bryan Drewery | 2016-02-24 | 1 | -270/+0 |
| * | | Remove libc, librtld_db, libthr packages, and further increase | Glen Barber | 2016-02-05 | 1 | -0/+1 |
| |/ | |||||
| * | Make .debug file for libgcc_s.so.1 more useful. | Alexander Kabaev | 2016-01-27 | 1 | -1/+1 |
| * | Make libgcc compilable on RISC-V. | Ruslan Bukin | 2016-01-26 | 1 | -2/+7 |
| * | Restore libunwind.cpp to LLVM libunwind build (reverts r294576) | Ed Maste | 2016-01-22 | 1 | -1/+2 |
| * | Drop HP libunwind (unw_*) functions from LLVM libunwind | Ed Maste | 2016-01-22 | 1 | -2/+1 |
| * | Remove old generated unwind.h when using LLVM libunwind | Ed Maste | 2016-01-22 | 1 | -1/+6 |
| * | Remove local override for .cpp.o and .cpp.po rules | Ed Maste | 2016-01-19 | 1 | -8/+1 |
| * | Remove local override for .cpp.So rule | Ed Maste | 2016-01-19 | 1 | -5/+0 |
| * | Support use of LLVM's libunwind for exception unwinding | Ed Maste | 2016-01-09 | 1 | -4/+51 |
| * | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | Bryan Drewery | 2015-11-25 | 1 | -1/+0 |
| * | new depends | Simon J. Gerraty | 2015-06-16 | 1 | -0/+1 |
| * | Hook extra libs to _LIBS so bsd.lib.mk can do its thing | Simon J. Gerraty | 2015-06-16 | 1 | -2/+3 |
| * | Revert r284417 it is not necessary anymore | Baptiste Daroussin | 2015-06-15 | 1 | -1/+1 |
| * | Enforce overwritting SHLIBDIR | Baptiste Daroussin | 2015-06-15 | 1 | -1/+1 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+286 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -5/+3 |
| | |\ | |/ |/| | |||||
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 1 | -7/+4 |
| | |\ | |||||
| | * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 2 | -12/+2 |
| | |\ \ | |||||
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+1 |
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * | | | | New/updated dependencies | Simon J. Gerraty | 2014-05-05 | 1 | -0/+6 |
| | * | | | | Merge head | Simon J. Gerraty | 2014-04-28 | 1 | -10/+8 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 1 | -4/+0 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 1 | -3/+3 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 1 | -11/+27 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 1 | -0/+1 |
| | * | | | | | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ | |||||
