summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
AgeCommit message (Expand)Author
2024-03-29No longer build the objective-C compiler (cc1obj). Its standard libraryMiod Vallat
2024-02-08Feed more generated files to the clean target; joint work with naddy@Miod Vallat
2019-12-21a few depend:-related thingies that were still in.Marc Espie
2019-04-03mortimer unlinked libobjc from the build, but didn't know how to cvs rm.Ted Unangst
2019-02-24Remove -S from install commandskn
2018-01-04Add ARM EABI aliases and remove functions that are also provided by our libc.Mark Kettenis
2017-07-24build cpp on gcc4 architectures only, as clang ships with its ownRobert Nagy
2017-07-24install gcc, g++ as gcc and g++ instead of cc, c++ and create linksRobert Nagy
2009-10-15Import a BSD make based infrastructure for building gcc, based on theRobert Nagy
2017-07-19more depends gc / yacc rules overhaulMarc Espie
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-06-23Always include Makefile.dep, conditionally including it based on theJonathan Gray
2017-06-21DEPENDSFILE comes from FreeBSD, we don't have it. replace it with itsMarc Espie
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-05-31Make gcc move switch tables into .rodata instead of .text on i386/amd64Stefan Kempf
2017-02-15gcc4 on m88k still uses sjlj exceptions, as did arm before EABI.Miod Vallat
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-16Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,Theo Buehler
2016-09-27Set owner for /usr/lib/gcc-lib and /usr/include/g++ on install.Martin Natano
2016-09-01Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABIPatrick Wildt
2016-09-01remove three more sparc references noticed by jsgTed Unangst
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-12-18Add library-based __sync functions for mips64.Visa Hankala
2015-09-16Enable -msecure-plt by default (on powerpc).Mark Kettenis
2015-08-23Define HAVE_AS_REL16, as binutils 2.17 supports the R_PPC_REL16 reloc.Mark Kettenis
2015-06-01Define HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RELOCS. These symbols areMiod Vallat
2014-09-10Add cpuid.h from clang r197399 with additional feature bits,Jonathan Gray
2014-04-08Build libgcc without SSP. With the new SSP-strong heuristics,Martynas Venckus
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-07-01Unbreak "make includes" with an empty /usr/include by creating the 'objc'Martin Pieuchot
2013-05-18Put libgcov.a in the same directory as libgcc.a rather than /usr/lib (unlikeMiod Vallat
2013-05-18Build and install libgcov on gcc 4 platforms. Build machinery from FreeBSD.Miod Vallat
2009-10-15Import a BSD make based infrastructure for building gcc, based on theRobert Nagy
2013-05-08A port of the current gcc 3.3.6 m88k backend to gcc 4.2.1.Miod Vallat
2013-03-30Don't create a c++filt.1->gcc.1 manpage link at install time, the c++filtMiod Vallat
2012-10-13fix typo, keyword is exists, not existMarc Espie
2012-09-16Build gcc as non-PIE. PIE breaks precompiled headers and causes a seriousMark Kettenis
2012-09-01Clean up the correct file to fix parallel make failuresPhilip Guenthe
2012-08-28Add support for PIE-by-default in both ld and gcc. This is a completelyPascal Stumpf
2012-05-04Add __ic_invalidate_array to libgcc on sh.Mark Kettenis
2012-04-17Explicitely request -fno-stack-protector on sh when building the unwinder,Miod Vallat
2012-04-12the fpu control symbol on sh (__fpscr_values) suddenly becomes localJonathan Gray
2012-04-12backout gcc revision 112331 "optimized integer divide for SH4"Jonathan Gray
2011-11-09openbsd will never support __ARMEB__, so remove it hereJasper Lievisse Adriaanse
2011-09-22Add missing ia64 bits.Mark Kettenis
2011-09-18Override LIB2ADDEH on ia64. Probably not quite right, but at least this makesMark Kettenis
2011-09-15Port the -Wbounded extension from gcc3 to gcc4. Based on work started byNicholas Marriott
2011-08-04Add support for hppa64.Mark Kettenis
2011-07-04Add ia64 target.Paul Irofti