summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
Commit message (Expand)AuthorAgeFilesLines
* MFC: r226702David E. O'Brien2011-11-061-1/+1
* Update gcc's __FreeBSD__ and __FreeBSD_cc_version macros for FreeBSD 9.Dimitry Andric2011-10-201-2/+2
* Remove libobjc and other Objective-C related components, as these areDimitry Andric2011-04-174-42/+1
* In r219639, SSSE3 instruction set support was backported to our gcc.Dimitry Andric2011-04-141-1/+1
* Now that TLS is supported for sparc64 by both binutils 2.17.50 committedMarius Strobl2011-03-111-1/+1
* Merge binutils 2.17.50 to head. This brings a number of improvements toDimitry Andric2011-02-181-7/+5
|\
| * Fix a missing underscore.Nathan Whitehorn2010-12-091-1/+1
| * Sync: merge r215944 through r216132 from ^/head.Dimitry Andric2010-12-021-1/+3
| |\
| * \ Sync: merge r215396 through r215463 from ^/head.Dimitry Andric2010-11-181-1/+1
| |\ \
| * \ \ Sync: merge r215273 through r215318 from ^/head.Dimitry Andric2010-11-141-1/+1
| |\ \ \
| * \ \ \ Sync: merge r214895 through r215140 from ^/head.Dimitry Andric2010-11-114-27/+28
| |\ \ \ \
| * | | | | In case of powerpc64, enable HAVE_LD_NO_DOT_SYMS in gcc's auto-host.h.Dimitry Andric2010-10-221-1/+3
| * | | | | Update gcc's auto-host.h header for binutils 2.17: turn onDimitry Andric2010-10-221-3/+3
* | | | | | Remove unused support for 64 bit long on 32 bit architectures.Tijl Coosemans2011-01-071-6/+0
* | | | | | Retire TARGET_ABI.Warner Losh2011-01-072-11/+8
| |_|_|_|/ |/| | | |
* | | | | Unbreak amd64<->i386 cross builds.Nathan Whitehorn2010-12-021-2/+3
* | | | | The driver-XXX.c files used for host CPU detection with -march=nativeNathan Whitehorn2010-12-021-1/+2
| |_|_|/ |/| | |
* | | | Let gcc and ld know where to find 32 bit libraries on amd64.Tijl Coosemans2010-11-171-1/+1
| |_|/ |/| |
* | | We need to add powerpc64->powerpc translations (I knew I hated copyingWarner Losh2010-11-141-1/+1
| |/ |/|
* | Complete the integration of tbemd branch into head.Warner Losh2010-11-104-27/+28
|/
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesNathan Whitehorn2010-07-103-4/+22
* 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-123-3/+7
* Make little endian compiles produce little endian binaries on mips.Warner Losh2010-03-051-0/+4
* Back-merge (by hand) r195668:Warner Losh2010-01-081-3/+0
* Back out previous revision until better tested fix is ready.Alexander Kabaev2009-06-291-8/+0
* Eliminate .text relocations in shared libraries compiled with stack protector.Alexander Kabaev2009-06-281-0/+8
* Fix build breakage due to the interplay between r189801 and r189824.David Schultz2009-03-141-0/+1
* Add strndup(3) prototype to string.h.Konstantin Belousov2008-12-081-1/+1
* Add FreeBSD/MIPS support to GCC.David E. O'Brien2008-09-013-1/+14
* Turn cc_tools/Makefile and Makefile.tgt into a "linear" read. SharedDavid E. O'Brien2008-08-313-23/+20
* Use LC_ALL=C before awk generating "optionlist"Andrey A. Chernov2007-11-181-3/+3
* Welcome FreeBSD 8.David E. O'Brien2007-10-121-2/+2
* 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-815/+2660
* 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