aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2436-36/+36
* Disable TLS for arm and sparc64 here as binutils 2.15 predate GNU TLSMarius Strobl2007-10-081-0/+2
* Make gcc default to big endian when building it for a big endian target.Olivier Houchard2007-09-181-0/+4
* Fix compiles when user chooses to disable both ObjC and C++ support inAlexander Kabaev2007-05-281-1/+2
* Back out the addition of -static to LDFLAGS; I'm pretty confidentRuslan Ermilov2007-05-211-1/+0
* Work-around for upgrading from a pre-symbol-versioned world.Scott Long2007-05-191-0/+1
* Update bmake glue to build GCC 4.2.Alexander Kabaev2007-05-1930-827/+2672
* Minor Makefile cleanup. Do not use Makefile variables named 'version' andAlexander Kabaev2007-03-125-9/+8
* Remove gratuitous white space change.David E. O'Brien2006-11-061-12/+5
* Prepare to pick up manpages from their new location.Ruslan Ermilov2006-09-212-7/+2
* Bump __FreeBSD_cc_version in case someone cares for differences betweenAlexander Kabaev2006-09-211-1/+1
* Add additional support for generating code for the arm. There's stillWarner Losh2006-09-185-0/+201
* This is not needed since src/gnu/usr.bin/cc/cc_int/Makefile,v 1.34.Ruslan Ermilov2006-09-161-54/+0
* A TARGET_CPU_DEFAULT of xscale for arm results in illegal instructionsWarner Losh2006-09-151-1/+1
* Remove redundant defines alerady set by Makefile.feAlexander Kabaev2006-09-121-3/+0
* Move to more global Makefile.tgt vs. having to define in the leaves.David E. O'Brien2006-09-121-4/+0
* Default to big endian ARM if "TARGET_BIG_ENDIAN" is defined, and set an ARMDavid E. O'Brien2006-09-121-0/+4
* Default to big endian ARM if "TARGET_BIG_ENDIAN" is defined (& targeting ARM).David E. O'Brien2006-09-121-0/+4
* Fix three whitespace nits.Warner Losh2006-09-111-3/+2
* The platform name is ARM not StrongARM.David E. O'Brien2006-07-221-1/+1
* Desupport the *_COLLECT2 no-op.Ruslan Ermilov2006-03-211-2/+2
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-172-10/+14
* Don't pollute output when "make" is run with -s.Ruslan Ermilov2006-01-141-1/+2
* Locate __FreeBSD_cc_version's value beside __FreeBSD__'s value to make itDavid E. O'Brien2005-10-301-1/+2
* Catch up with FreeBSD 7.David E. O'Brien2005-10-291-1/+1
* Update bmake glue for GCC 3.4.4.Alexander Kabaev2005-06-031-1/+3
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-214-4/+4
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-219-9/+9
* Remove trailing whitespace.Alexander Kabaev2004-11-071-1/+1
* Reconnect c++filt to the build.Alexander Kabaev2004-11-071-2/+2
* Unbreak c++filt. It was disconnected from the build and never fixed duringAlexander Kabaev2004-11-071-8/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-246-7/+7
* A fix from rev. 1.52 of gnu/usr.bin/cc/cc_tools/Makefile was lostRuslan Ermilov2004-08-181-10/+0
* Consolidate libiberty files in one place and avoid listing someAlexander Kabaev2004-08-122-15/+12
* Whitespace nit.Ruslan Ermilov2004-08-031-1/+1
* Fix a copy and paste error. Do not include errors.c in libgcc_int.a,Alexander Kabaev2004-07-301-1/+1
* Bmake glue for GCC 3.4.2-prerelease.Alexander Kabaev2004-07-2817-652/+679
* Revise previous commit - I managed to mess up a 1-line change and brokePeter Wemm2004-06-111-1/+1
* The gcc/config/i386/freebsd64.h file neglects to override the defaultPeter Wemm2004-06-102-0/+10
* Remove componenst which are not part of GCC 3.3 and which are not likelyAlexander Kabaev2004-05-294-115/+0
* Rremoved bogus -static from CFLAGS. Makeworld will add -static in theBruce Evans2004-02-261-1/+1
* Backed out the residue of rev.1.13 (bogus addition of -static to CFLAGS).Bruce Evans2004-02-261-2/+5
* Remove getopt*.c, we already have compatible getopt_long() in libcAndrey A. Chernov2004-02-171-1/+1
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-0511-22/+22
* Do not treat make variables as Perl variables.Alexander Kabaev2004-01-261-4/+4
* Fixed "make clean".Ruslan Ermilov2004-01-151-0/+1
* Last revision also added duplicate SRCS. Fixed this so thatRuslan Ermilov2004-01-121-1/+1
* Don't put objects in SRCS -- this creates all sort of havoc likeRuslan Ermilov2004-01-121-4/+4
* Removed duplicate SRCS.Ruslan Ermilov2004-01-122-6/+6
* Ensure that generated headers are here before we build .dependRuslan Ermilov2004-01-111-7/+1