summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc_tools/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r284289,r288267:bdrewery2015-12-041-0/+1
* Add compiler support for the ARM EABI.andrew2013-01-171-0/+9
* Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS ineadler2012-12-061-1/+1
* Remove libobjc and other Objective-C related components, as these aredim2011-04-171-9/+0
* Let gcc and ld know where to find 32 bit libraries on amd64.tijl2010-11-171-1/+1
* Complete the integration of tbemd branch into head.imp2010-11-101-11/+11
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesnwhitehorn2010-07-101-2/+16
* Add FreeBSD/MIPS support to GCC.obrien2008-09-011-1/+2
* Turn cc_tools/Makefile and Makefile.tgt into a "linear" read. Sharedobrien2008-08-311-8/+11
* Use LC_ALL=C before awk generating "optionlist"ache2007-11-181-3/+3
* Fix compiles when user chooses to disable both ObjC and C++ support inkan2007-05-281-1/+2
* Back out the addition of -static to LDFLAGS; I'm pretty confidentru2007-05-211-1/+0
* Work-around for upgrading from a pre-symbol-versioned world.scottl2007-05-191-0/+1
* Update bmake glue to build GCC 4.2.kan2007-05-191-416/+399
* Add additional support for generating code for the arm. There's stillimp2006-09-181-0/+34
* Fix three whitespace nits.imp2006-09-111-3/+2
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-4/+6
* Update bmake glue for GCC 3.4.4.kan2005-06-031-1/+3
* A fix from rev. 1.52 of gnu/usr.bin/cc/cc_tools/Makefile was lostru2004-08-181-10/+0
* Consolidate libiberty files in one place and avoid listing somekan2004-08-121-11/+9
* Bmake glue for GCC 3.4.2-prerelease.kan2004-07-281-80/+175
* Revise previous commit - I managed to mess up a 1-line change and brokepeter2004-06-111-1/+1
* The gcc/config/i386/freebsd64.h file neglects to override the defaultpeter2004-06-101-0/+1
* Backed out the residue of rev.1.13 (bogus addition of -static to CFLAGS).bde2004-02-261-2/+5
* Do not treat make variables as Perl variables.kan2004-01-261-4/+4
* Fixed "make clean".ru2004-01-151-0/+1
* Removed duplicate SRCS.ru2004-01-121-1/+1
* Update bmake bits to build GCC 3.3.1-prerelease.kan2003-07-111-54/+237
* Add missing quote after cut/paste error in last commit. :-(peter2003-06-261-1/+1
* Configure gcc in biarch mode for amd64 so that the -m32 flag is enabledpeter2003-06-261-2/+1
* Lock GCC w/o -m32 into 64-bit mode.obrien2003-05-011-0/+4
* We're changing the platform name from x86[_-]86 to amd64.obrien2003-04-261-4/+4
* Add multilib_options variable definition.kan2002-10-101-0/+1
* We're going to have to use a TARGET_ARCH of "x86_64" rather than "x86-64"obrien2002-09-121-3/+4
* Use a more API denoting way to handle what is in libc and what isn't.obrien2002-05-181-4/+0
* Make it possible to build a cross compiler for alpha,ru2002-05-161-0/+4
* Add x86-64 bits.obrien2002-05-151-0/+3
* The IA-64 config needs to know that we are using GNU ld & as.obrien2002-05-151-0/+3
* Touching the sjlj setting on IA-64 makes things not build.obrien2002-05-101-0/+2
* Gather up the stragglers that depends on genrtl.h. This is -j10 safe now.obrien2002-05-101-2/+2
* This was *very* -j unsafe. Add a dependency on the common generatedobrien2002-05-101-0/+3
* Bmake bits for Gcc 3.1.obrien2002-05-101-53/+94
* A little more reorg.obrien2002-04-051-4/+5
* Remove some local cruft that snuck in yesterday.obrien2002-04-041-1/+0
* Get rid of GCC_ARCH, and just use plain TARGET_ARCH.obrien2002-04-041-17/+18
* Move the creation of the insn-*.c files from cc_tools to cc_int.obrien2002-03-021-5/+3
* We need to build ``.depend'' early in the "build-tools" for the GCCobrien2001-09-271-0/+2
* Include `dbxelf.h' via tm.h (the approved FSF/GNU way) vs. in our MI header.obrien2001-03-021-1/+2
* tm.h should include the platform specific ELF header if it exists.obrien2000-12-031-0/+3
* Clean up the FreeBSD configuration files -- includes removing the usageobrien2000-03-231-1/+0
OpenPOWER on IntegriCloud