summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2016-11-09Remove /usr/libdata/perl5/site_perl from sitelib and sitearch, nowTodd C. Miller
2016-11-09Stop installing perl .ph filesAndrew Fresh
2016-11-08Set the permissions of the specs file explicitly so that they don'tTheo Buehler
2009-10-15Import a BSD make based infrastructure for building gcc, based on theRobert Nagy
2016-10-19Don't warn about shadowing a global function unless the localPhilip Guenther
2016-10-16Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,Theo Buehler
2016-10-03Fix ownership for install on a noperm filesystem.Martin Natano
2016-09-29Set correct owner for installed files. Required for noperm release.Martin Natano
2016-09-27Set owner for /usr/lib/gcc-lib and /usr/include/g++ on install.Martin Natano
2016-09-27Disable -fstrict-aliasing per default on OpenBSD.Pascal Stumpf
2016-09-24Build install Config_heavy.pl during build not installAndrew Fresh
2016-09-20Revert previous, I didn't intend to commit this (yet).Martin Natano
2016-09-20Set correct owner for installed files. One step closer to nopermMartin Natano
2009-10-12import perl 5.10.1Todd C. Miller
1995-12-19raw import of cvs-1.6Theo de Raadt
2016-09-20Support a few more relocations, most notably R_ARM_MOVW_ABS_NC andMark Kettenis
2016-09-19Add PowerPC backend build infrastructure.Pascal Stumpf
2016-09-18On arm, set the "triple" to armv7-unknown-openbsdX.Y-gnueabi. This makes theMark Kettenis
2016-09-18Use ${INSTALL} instead of install, like in all the other Makefile's.Martin Natano
2016-09-17For now, force soft-float; our kernel doesn't support saving the FPU state yet.Mark Kettenis
2016-09-17Fix types for OpenBSD/arm.Mark Kettenis
2016-09-17Add missing build infrastructure for arm.Mark Kettenis
2016-09-16Hardcode STRIP=/usr/bin/strip so that install -s worksPhilip Guenther
2016-09-16Don't check if target directory is writeable. This gets in the way ofMartin Natano
2016-09-14Disable --gc-sections on powerpc, for it is broken.Jeremie Courreges-Anglas
2016-09-11Install binaries, scripts and documentation with the usual owner/group/mode.Martin Natano
2016-09-11Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}Philip Guenther
2016-09-10Bring in FreeBSD changes to prevent clang triggeringJonathan Gray
2016-09-10use an unused attribute on a function argument to avoid -Wself-assignJonathan Gray
2016-09-09Handle -p as an alias of -pg. From the ports patch.Jonathan Gray
2016-09-08Use rcrt0.o instead of crt0.o for -static -pie executables.Mark Kettenis
2016-09-08Have "make cleandir" work everywhere in the clang tree.Pascal Stumpf
2016-09-07Backport https://reviews.llvm.org/rL279449 from upstreamStefan Kempf
2016-09-06Link to -lcompiler_rt instead of -lgcc.Pascal Stumpf
2016-09-05libunwind relies on the EH frame header. Our OpenBSD frontend codePatrick Wildt
2016-09-05Fix "make depend".Pascal Stumpf
2016-09-05Let clang use libc++/libc++abi and its header files per default. You can stillPascal Stumpf
2016-09-05Link static PIEs with the correct C runtime (rcrt0.o).Pascal Stumpf
2016-09-05I was bound to forget some files ...Pascal Stumpf
2016-09-05LLVM/Clang build system. This only builds the bare minimum of what is neededPascal Stumpf
2016-09-04httpS://www.openbsd.org/Theo Buehler
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2016-09-03clarify purpose of src/gnu/ directory.Sebastian Benoit
2016-09-03Tests about TLS relocations that should only apply when building aPhilip Guenther
2016-09-03Revert rev 1.15: RELRO is working so we no longer need special handlingPhilip Guenther
2016-09-03RELRO Just Works on m88k so remove the #if: RELRO everywhere!Philip Guenther
2016-09-03Mark the PLT as RWX so that ld.so's generic RWX->RW->RX logic can bePhilip Guenther
2016-09-02Make build deterministic by removing a line that records the date ofTheo Buehler
2016-09-01Re-enable libobjc on arm.Mark Kettenis
2016-09-01Implement exception handling for ARM EABI. Cobbled together from bits ofMark Kettenis