| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove contrib/gcc and contrib/gcclibs | Ed Maste | 2020-02-29 | 1 | -7950/+0 |
* | GCC: Add a new option "-fstack-protector-strong" | Pedro F. Giffuni | 2015-07-30 | 1 | -1/+1 |
* | gcc: clean some warnings from -Wformat-security | Pedro F. Giffuni | 2013-12-20 | 1 | -2/+2 |
* | gcc: another round of merges from the gcc pre-43 branch. | Pedro F. Giffuni | 2013-11-21 | 1 | -2/+2 |
* | Implement -print-file-name=include (which is undocumented | Tim Kientzle | 2012-02-10 | 1 | -0/+11 |
* | Disable shared libgcc use for profiled builds. GNU linker pulls symbols | Alexander Kabaev | 2007-05-28 | 1 | -2/+3 |
* | Merge local FreeBSD changes. | Alexander Kabaev | 2007-05-19 | 1 | -835/+1298 |
* | Resolve conflicts after GCC 3.4.6 20060825 import. | Alexander Kabaev | 2006-08-26 | 1 | -1/+3 |
* | Merge conflicts for GCC 3.4.4. | Alexander Kabaev | 2005-06-03 | 1 | -5/+13 |
* | Merge FreeBSD modifications into gcc 3.4.2-prerelease: | Alexander Kabaev | 2004-07-28 | 1 | -1002/+1126 |
* | Use correct priority parameter value in add_prefix from corresponding | Alexander Kabaev | 2003-11-13 | 1 | -1/+1 |
* | Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.21 ("GCC_OPTIONS"); 1.{16,25,27} | Alexander Kabaev | 2003-11-07 | 1 | -0/+3 |
* | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | Alexander Kabaev | 2003-07-11 | 1 | -437/+533 |
* | Merge FreeBSD modifications into gcc 3.2.2 release: | Alexander Kabaev | 2003-02-10 | 1 | -2/+3 |
* | main() changed its argv declaration, so follow suit in some FBSD added code. | David E. O'Brien | 2003-01-29 | 1 | -2/+2 |
* | Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.21 ("GCC_OPTIONS"); 1.{16,25,27} | David E. O'Brien | 2002-12-04 | 1 | -3/+6 |
* | Remove our custom mixed ELF/a.out support. This means the base compiler | David E. O'Brien | 2002-11-26 | 1 | -55/+0 |
* | ELF low-level toolchain bits now live in /usr/bin, not /usr/libexec/elf. | David E. O'Brien | 2002-10-12 | 1 | -1/+1 |
* | Merge FreeBSD modifications into gcc 3.2.1-prerelease: | Alexander Kabaev | 2002-10-10 | 1 | -94/+282 |
* | Merge FreeBSD modifications into gcc 3.2.1-prerelease: | Alexander Kabaev | 2002-09-01 | 1 | -1/+1 |
* | Read specs from /usr/libdata/gcc/specs if it exists. | David E. O'Brien | 2002-06-06 | 1 | -2/+2 |
* | MD_EXEC_PREFIX doesn't work for the cross-arch compiler. | Ruslan Ermilov | 2002-05-16 | 1 | -1/+7 |
* | Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.{5,13} (ELF, and objformat support); | David E. O'Brien | 2002-05-09 | 1 | -62/+47 |
* | Allow for better control over the GCC front-end when building a cross | David E. O'Brien | 2002-03-05 | 1 | -1/+5 |
* | Allow one to specify a STANDARD_EXEC_PREFIX for GCC (but not BINUTILS) bits. | David E. O'Brien | 2002-03-03 | 1 | -1/+3 |
* | Better granularity of the FREEBSD_NATIVE #ifdef's. | David E. O'Brien | 2002-03-02 | 1 | -6/+7 |
* | Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.{5,13} (ELF, and objformat support); | David E. O'Brien | 2002-02-06 | 1 | -1483/+2634 |
* | Support the environmental var "GCC_OPTIONS". Which can hold a set of | David E. O'Brien | 2001-05-29 | 1 | -0/+52 |
* | Merge gcc-2.95.3-test3 changes onto mainline. Bump FreeBSD cc version. | David E. O'Brien | 2001-02-17 | 1 | -1/+2 |
* | Merge gcc.2.95.3-test1 changes onto mainline | David E. O'Brien | 2001-01-03 | 1 | -5/+5 |
* | Merge conflicts. | David E. O'Brien | 2000-03-09 | 1 | -2/+2 |
* | Allow the specification of a prefix for gcc to find all the various bits. | David E. O'Brien | 1999-12-29 | 1 | -3/+3 |
* | Reduce the FreeBSD custom hacks to gcc.c by using the GCC provided methods | David E. O'Brien | 1999-12-22 | 1 | -6/+0 |
* | Provide complete coverage in switch statement to quiet -Wall. | David E. O'Brien | 1999-12-18 | 1 | -0/+4 |
* | * Use getobjformat() rather than manually do what it does. | David E. O'Brien | 1999-11-29 | 1 | -71/+43 |
* | Structure field name changed. | David E. O'Brien | 1999-11-03 | 1 | -1/+1 |
* | Merge the FREEBSD_NATIVE and ELF/a.out support into GCC 2.95.1. | David E. O'Brien | 1999-10-26 | 1 | -528/+520 |
* | Merge from ../egcs/gcc/gcc.c rev.1.5: | Bruce Evans | 1999-09-13 | 1 | -0/+4 |
* | This brings rev 1.2 (FREEBSD_NATIVE) and rev 1.5 (mixed ELF/aout support) | David E. O'Brien | 1999-08-29 | 1 | -1148/+1739 |
* | a.out is default | Peter Wemm | 1999-01-16 | 1 | -4/+0 |
* | Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day. | John Birrell | 1998-08-30 | 1 | -3/+3 |
* | Only do a.out/elf switching on i386 family | Peter Wemm | 1998-03-09 | 1 | -6/+8 |
* | First round of changes to support generation of assembler for the old | Peter Wemm | 1998-03-08 | 1 | -0/+78 |
* | correct vfork()/exit() to vfork()/_exit(). This is far more important | Peter Wemm | 1997-04-25 | 1 | -1/+1 |
* | check for /usr/libdata/gcc/specs and use it if it exists. | Peter Wemm | 1997-02-22 | 1 | -0/+1 |
* | When running native on freebsd (ie: in /usr/bin, /usr/libexec, not the | Peter Wemm | 1996-09-18 | 1 | -3/+18 |
* | Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of the | Peter Wemm | 1996-09-18 | 1 | -0/+5254 |