summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2016-11-09Stop installing perl .ph filesafresh11-10/+1
2016-11-08Set the permissions of the specs file explicitly so that they don'ttb4-7/+8
2016-10-19Don't warn about shadowing a global function unless the localguenther1-2/+14
2016-10-16Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,tb1-1/+7
2016-10-03Fix ownership for install on a noperm filesystem.natano3-3/+8
2016-09-29Set correct owner for installed files. Required for noperm release.natano3-15/+18
2016-09-27Set owner for /usr/lib/gcc-lib and /usr/include/g++ on install.natano1-5/+5
2016-09-27Disable -fstrict-aliasing per default on OpenBSD.pascal1-2/+5
2016-09-24Build install Config_heavy.pl during build not installafresh12-13/+16
2016-09-20Revert previous, I didn't intend to commit this (yet).natano3-31/+20
2016-09-20Set correct owner for installed files. One step closer to nopermnatano6-25/+61
2016-09-20Support a few more relocations, most notably R_ARM_MOVW_ABS_NC andkettenis4-0/+73
2016-09-19Add PowerPC backend build infrastructure.pascal7-0/+233
2016-09-18On arm, set the "triple" to armv7-unknown-openbsdX.Y-gnueabi. This makes thekettenis1-1/+5
2016-09-18Use ${INSTALL} instead of install, like in all the other Makefile's.natano2-6/+6
2016-09-17For now, force soft-float; our kernel doesn't support saving the FPU state yet.kettenis1-0/+4
2016-09-17Fix types for OpenBSD/arm.kettenis1-1/+5
2016-09-17Add missing build infrastructure for arm.kettenis7-0/+246
2016-09-16Hardcode STRIP=/usr/bin/strip so that install -s worksguenther1-1/+1
2016-09-16Don't check if target directory is writeable. This gets in the way ofnatano1-2/+0
2016-09-14Disable --gc-sections on powerpc, for it is broken.jca1-1/+1
2016-09-11Install binaries, scripts and documentation with the usual owner/group/mode.natano1-3/+7
2016-09-11Install programs with ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}guenther2-4/+6
2016-09-10Bring in FreeBSD changes to prevent clang triggeringjsg5-18/+21
2016-09-10use an unused attribute on a function argument to avoid -Wself-assignjsg1-3/+2
2016-09-09Handle -p as an alias of -pg. From the ports patch.jsg1-1/+1
2016-09-08Use rcrt0.o instead of crt0.o for -static -pie executables.kettenis1-29/+7
2016-09-08Have "make cleandir" work everywhere in the clang tree.pascal11-22/+22
2016-09-07Backport https://reviews.llvm.org/rL279449 from upstreamstefan1-4/+2
2016-09-06Link to -lcompiler_rt instead of -lgcc.pascal1-8/+2
2016-09-05libunwind relies on the EH frame header. Our OpenBSD frontend codepatrick1-1/+2
2016-09-05Fix "make depend".pascal1-1/+4
2016-09-05Let clang use libc++/libc++abi and its header files per default. You can stillpascal3-8/+59
2016-09-05Link static PIEs with the correct C runtime (rcrt0.o).pascal1-0/+4
2016-09-05I was bound to forget some files ...pascal3-0/+856
2016-09-05LLVM/Clang build system. This only builds the bare minimum of what is neededpascal76-0/+3661
2016-09-04httpS://www.openbsd.org/tb1-1/+1
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.pascal6251-0/+2847835
2016-09-03clarify purpose of src/gnu/ directory.benno1-7/+8
2016-09-03Tests about TLS relocations that should only apply when building aguenther3-19/+21
2016-09-03Revert rev 1.15: RELRO is working so we no longer need special handlingguenther1-19/+0
2016-09-03RELRO Just Works on m88k so remove the #if: RELRO everywhere!guenther1-4/+0
2016-09-03Mark the PLT as RWX so that ld.so's generic RWX->RW->RX logic can beguenther1-1/+1
2016-09-02Make build deterministic by removing a line that records the date oftb1-4/+2
2016-09-01Re-enable libobjc on arm.kettenis1-4/+1
2016-09-01Implement exception handling for ARM EABI. Cobbled together from bits ofkettenis1-8/+124
2016-09-01Really stop linking perl to pthreadafresh11-0/+3
2016-09-01Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABIpatrick13-23/+67
2016-09-01remove three more sparc references noticed by jsgtedu1-2/+2
2016-08-31admin: add -C option to set a revision's commitidjcs1-2/+59