summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2001-05-24stock perl 5.6.1Todd C. Miller
2001-05-24stock perl 5.6.1Todd C. Miller
2000-04-06virgin perl 5.6.0Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1996-08-19Import of Perl 5.003 into the tree. Makefile.bsd-wrapper andJason Downs
2017-02-01fix format stringCharles Longeau
2017-01-31Fix creation of the library name, as assigning a string to a StringRefPatrick Wildt
2017-01-29descend into clang when building obj or when COMPILER_VERSION is clangJonathan Gray
2017-01-25Add infrastructure to build LLVM for mips64.Patrick Wildt
2017-01-25Stub out aarch64 support and avoid building gas and ld on this architecture.Mark Kettenis
2017-01-25Descend into the arch specific subdirectory for every arch onPatrick Wildt
2017-01-24Prevent too much reordering in the instruction prologue, in order to fulfillMiod Vallat
2017-01-24PIE-by-default. Probably not suitable for upsttreaming in its current form.Mark Kettenis
2017-01-24Avoid allocating space for commons with ld -r. Already pushed upstream.Mark Kettenis
2017-01-24Handle the OpenBSD-style major/minor shared library version scheme.Mark Kettenis
2017-01-24Update clang build infrastructure for LLVM 4.0.0Patrick Wildt
2017-01-24Merge LLVM 4.0.0 rc1Patrick Wildt
2017-01-24Import LLVM 4.0.0 rc1 including clang and lld to help the currentPatrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-01-22Always provide clang as cc, c++ and cpp, and lld as ld.Patrick Wildt
2017-01-22On clang architectures cc, c++ and cpp are provided by clang. Also,Patrick Wildt
2017-01-22Compile and install lld as ld.lld, since that's what the ecosystemPatrick Wildt
2017-01-22Include bsd.own.mk in a few more places to pick up mk.conf overrides.Jonathan Gray
2017-01-22Disable COFF and Mach-O for OpenBSD to reduce build dependencies.Patrick Wildt
2017-01-22Add build infrastructure for lld.Patrick Wildt
2017-01-21Only build gcc4 libs if COMPILER_VERSION is gcc4.Jonathan Gray
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2001-03-18GNU readline-4.1Todd C. Miller
2017-01-21Make LLVM create strict aligned code for OpenBSD/arm64. We currentlyPatrick Wildt
2017-01-20Restore setting the visibility of __guard_local to hidden for betterPhilip Guenther
2017-01-20Take gcc's suggestions about parenthesis around assignments usedKenneth R Westerback
2017-01-20Nuke some excess whitespace.Kenneth R Westerback
2017-01-14Disable the Load Stack Guard for OpenBSD on AArch64. We don't use itPatrick Wildt
2017-01-14Update clang build infrastructure for LLVM 3.9.1Patrick Wildt
2017-01-14Merge LLVM 3.9.1Patrick Wildt
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2017-01-08Revert the addition of PROMOTE_MODE. This breaks libobjc; I guess theMiod Vallat
2017-01-07Only install header files relevant for the architecture we're targeting.Mark Kettenis
2017-01-06Don't install standard C headers for which we already have a proper systemMark Kettenis
2017-01-04With clang as cross-compiler we need to make it pass the library pathPatrick Wildt
2017-01-01Switch the arm default config from arm9e (armv5te) to mpcore (armv6k).Jonathan Gray
2016-12-30Prevent scheduling from interfering with the epilogue instructions, as soonMiod Vallat
2016-12-20Compile clang with clang by default instead of egcc. This allows ourPatrick Wildt
2016-12-19Convert the gcc 3 scheduling information to the gcc 4 model.Miod Vallat
2016-12-19A couple more unused variables.Kenneth R Westerback
2016-12-11Create perl directories 0775 in OBJDIRAndrew Fresh
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2016-11-28Setup clang to use OpenBSD settings and defines for our AArch64Patrick Wildt
2016-11-27Add Octeon coprocessor 2 instructions.Visa Hankala