aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-0325-25/+25
* MFC: Tell gcc about FreeBSD 6.Scott Long2005-11-011-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
* Stop compiling files which are not part of GCC 3.3.x.Alexander Kabaev2004-01-053-3/+3
* Use __cxa_atexit, rather than atexit, to register C++ destructors for localAlexander Kabaev2003-12-191-1/+1
* Add two additional headers for amd64 and x86.Alexander Kabaev2003-12-091-1/+1
* If ${GCC_CPU}-c.c exists, we need to use it.David E. O'Brien2003-07-311-0/+3
* Including dynamically generated osreldate.h wasn't such a goodAlexander Kabaev2003-07-131-1/+3
* Include osreldate.h instead of sys/param.h to get __FreeBSD_versionAlexander Kabaev2003-07-111-1/+1
* Update bmake bits to build GCC 3.3.1-prerelease.Alexander Kabaev2003-07-117-79/+254
* Update for GCC 3.3.1-pre.Alexander Kabaev2003-07-112-46/+90
* Fixed build.Ruslan Ermilov2003-07-011-0/+1
* Add missing quote after cut/paste error in last commit. :-(Peter Wemm2003-06-261-1/+1
* Configure gcc in biarch mode for amd64 so that the -m32 flag is enabledPeter Wemm2003-06-261-2/+1
* When building a shared library, link it against libgcc_pic.a instead of thePeter Wemm2003-06-131-1/+2
* UseJun Kuriyama2003-06-062-2/+2
* Add a temporary indirect patch for gcc when targeting amd64. This is toPeter Wemm2003-05-242-2/+67
* Lock GCC w/o -m32 into 64-bit mode.David E. O'Brien2003-05-011-0/+4
* We're changing the platform name from x86[_-]86 to amd64.David E. O'Brien2003-04-264-7/+7
* Mark bits that do not require an object directory as such.Ruslan Ermilov2003-04-011-0/+2
* Install the gcov(1) manpage; kernbb(8) references it.Ruslan Ermilov2003-02-241-1/+0
* Gperf is usable again.David E. O'Brien2002-12-041-2/+6
* Remove our custom mixed ELF/a.out support. This means the base compilerDavid E. O'Brien2002-11-261-7/+1
* Bootstrapping aid for 4.0-RELEASE.Ruslan Ermilov2002-11-131-0/+3
* Better emulate the FSF build for Sparc64.David E. O'Brien2002-11-061-0/+1
* We HAVE_STPCPY now.David E. O'Brien2002-10-201-1/+1