aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* remove GCC 4.2.1 build infrastructureEd Maste2020-02-291-115/+0
* Fix GCC 4.2.1 to honor --sysroot for includes.John Baldwin2018-06-271-0/+1
* Support armv7 builds for userlandWarner Losh2017-10-051-1/+4
* Convert all the arm big endian tests into a regexp rather than a list.Warner Losh2017-08-141-1/+1
* Convert gnu to using SRCTOPWarner Losh2017-03-121-2/+2
* Add full softfloat and hardfloat support for MIPS.Ruslan Bukin2016-10-311-1/+1
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-011-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-0/+1
* Fix cross compilation after r258428.Andreas Tobler2013-11-211-1/+1
* Add compiler support for the ARM EABI.Andrew Turner2013-01-171-0/+4
* Merging of projects/armv6, part 3Oleksandr Tymoshenko2012-08-151-1/+4
* Remove unused support for 64 bit long on 32 bit architectures.Tijl Coosemans2011-01-071-6/+0
* Retire TARGET_ABI.Warner Losh2011-01-071-9/+6
* Complete the integration of tbemd branch into head.Warner Losh2010-11-101-3/+7
* Fix build for O32 systems without a TARGET_CPUTYPE defined. We must default toJuli Mallett2010-06-021-0/+8
* Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain.Juli Mallett2010-06-021-1/+22
* Non-GCC gcc compatible compilers may provide the same multimedia intrinsicDavid E. O'Brien2010-05-121-0/+2
* Make little endian compiles produce little endian binaries on mips.Warner Losh2010-03-051-0/+4
* Fix build breakage due to the interplay between r189801 and r189824.David Schultz2009-03-141-0/+1
* Update bmake glue to build GCC 4.2.Alexander Kabaev2007-05-191-6/+25
* Minor Makefile cleanup. Do not use Makefile variables named 'version' andAlexander Kabaev2007-03-121-1/+1
* Add additional support for generating code for the arm. There's stillWarner Losh2006-09-181-0/+4
* We don't need this library any more.David E. O'Brien2002-06-041-6/+0
* Bmake bits for Gcc 3.1.David E. O'Brien2002-05-101-16/+5
|\
| * The GCC target name does not always match our platform's name.David E. O'Brien2002-05-071-5/+7
| * Bmake bits for GCC 3.1.David E. O'Brien2002-04-061-3/+1
| * MFC: remove 2.6.3 cc_int shlib cruft and s/GNU_ARCH/TARGET_ARCH/g.David E. O'Brien2002-04-041-4/+1
| * Working changes for GCC 3.0.2.David E. O'Brien2001-12-181-0/+58
* Don't use "GCCDIR" as the multiple inclusion protector. Subdir MakefilesDavid E. O'Brien2002-04-231-2/+4
* Get rid of GCC_ARCH, and just use plain TARGET_ARCH.David E. O'Brien2002-04-041-3/+2
* Remove some 1996 GCC 2.6.3 cruft for building a shared cc_int lib.David E. O'Brien2002-04-031-2/+0
* Properly get the version number after the 2.95.4 upgrade.David E. O'Brien2002-03-211-1/+2
* Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integerDavid E. O'Brien2001-08-161-0/+4
* Remove MIPS support.David E. O'Brien2001-04-111-5/+0
* Define "FREEBSD_NATIVE" in the freebsd-native header to reduce the amountDavid E. O'Brien2001-03-021-1/+1
* Add comment about a requirement in using a 64-bit `long' on i386.David E. O'Brien2000-11-101-0/+3
* Scoot things over to the temporary *.295 source while I do major constructionDavid E. O'Brien2000-06-041-1/+1
* Enable Haifa on sparc64 as well.Steve Price2000-04-021-1/+1
* Move some cflag contents down to where they are acutally used.David E. O'Brien2000-03-131-2/+0
* Merge cc_drv into cc_int. Merge more shared files into cc_int.David E. O'Brien2000-01-241-6/+0
* Allow the specification of a prefix for gcc to find all the various bits.David E. O'Brien1999-12-291-8/+7
* Fix cut-n-paste braino.David E. O'Brien1999-12-221-2/+2
* Another style nit.David E. O'Brien1999-12-221-2/+2
* * Support a non-default sized `long' data type. This allows one to easilyDavid E. O'Brien1999-12-221-5/+9
* * Remove debugging cruft that accidently got committed.David E. O'Brien1999-12-221-8/+15
* Add libcc_fbsd.a that contains libc and libiberty routines needed inDavid E. O'Brien1999-12-191-6/+7
* Remove the `sysctl' get osversion hack. There are issues with cross-hostingDavid E. O'Brien1999-11-201-4/+0
* Allow sub-Makefile's to determine the version of the OS we are make'ing on.David E. O'Brien1999-11-171-0/+4
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.David E. O'Brien1999-11-151-2/+2
* Move -I of cc_tool/ before the GCCDIR ones.David E. O'Brien1999-10-121-1/+1