index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused support for 64 bit long on 32 bit architectures.
tijl
2011-01-07
1
-6
/
+0
*
Retire TARGET_ABI.
imp
2011-01-07
2
-11
/
+8
*
Unbreak amd64<->i386 cross builds.
nwhitehorn
2010-12-02
1
-2
/
+3
*
The driver-XXX.c files used for host CPU detection with -march=native
nwhitehorn
2010-12-02
1
-1
/
+2
*
Let gcc and ld know where to find 32 bit libraries on amd64.
tijl
2010-11-17
1
-1
/
+1
*
We need to add powerpc64->powerpc translations (I knew I hated copying
imp
2010-11-14
1
-1
/
+1
*
Complete the integration of tbemd branch into head.
imp
2010-11-10
4
-27
/
+28
*
Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes
nwhitehorn
2010-07-10
3
-4
/
+22
*
Fix build for O32 systems without a TARGET_CPUTYPE defined. We must default to
jmallett
2010-06-02
1
-0
/
+8
*
Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain.
jmallett
2010-06-02
1
-1
/
+22
*
Non-GCC gcc compatible compilers may provide the same multimedia intrinsic
obrien
2010-05-12
3
-3
/
+7
*
Make little endian compiles produce little endian binaries on mips.
imp
2010-03-05
1
-0
/
+4
*
Back-merge (by hand) r195668:
imp
2010-01-08
1
-3
/
+0
*
Back out previous revision until better tested fix is ready.
kan
2009-06-29
1
-8
/
+0
*
Eliminate .text relocations in shared libraries compiled with stack protector.
kan
2009-06-28
1
-0
/
+8
*
Fix build breakage due to the interplay between r189801 and r189824.
das
2009-03-14
1
-0
/
+1
*
Add strndup(3) prototype to string.h.
kib
2008-12-08
1
-1
/
+1
*
Add FreeBSD/MIPS support to GCC.
obrien
2008-09-01
3
-1
/
+14
*
Turn cc_tools/Makefile and Makefile.tgt into a "linear" read. Shared
obrien
2008-08-31
3
-23
/
+20
*
Use LC_ALL=C before awk generating "optionlist"
ache
2007-11-18
1
-3
/
+3
*
Welcome FreeBSD 8.
obrien
2007-10-12
1
-2
/
+2
*
Disable TLS for arm and sparc64 here as binutils 2.15 predate GNU TLS
marius
2007-10-08
1
-0
/
+2
*
Make gcc default to big endian when building it for a big endian target.
cognet
2007-09-18
1
-0
/
+4
*
Fix compiles when user chooses to disable both ObjC and C++ support in
kan
2007-05-28
1
-1
/
+2
*
Back out the addition of -static to LDFLAGS; I'm pretty confident
ru
2007-05-21
1
-1
/
+0
*
Work-around for upgrading from a pre-symbol-versioned world.
scottl
2007-05-19
1
-0
/
+1
*
Update bmake glue to build GCC 4.2.
kan
2007-05-19
30
-827
/
+2672
*
Minor Makefile cleanup. Do not use Makefile variables named 'version' and
kan
2007-03-12
5
-9
/
+8
*
Remove gratuitous white space change.
obrien
2006-11-06
1
-12
/
+5
*
Prepare to pick up manpages from their new location.
ru
2006-09-21
2
-7
/
+2
*
Bump __FreeBSD_cc_version in case someone cares for differences between
kan
2006-09-21
1
-1
/
+1
*
Add additional support for generating code for the arm. There's still
imp
2006-09-18
5
-0
/
+201
*
This is not needed since src/gnu/usr.bin/cc/cc_int/Makefile,v 1.34.
ru
2006-09-16
1
-54
/
+0
*
A TARGET_CPU_DEFAULT of xscale for arm results in illegal instructions
imp
2006-09-15
1
-1
/
+1
*
Remove redundant defines alerady set by Makefile.fe
kan
2006-09-12
1
-3
/
+0
*
Move to more global Makefile.tgt vs. having to define in the leaves.
obrien
2006-09-12
1
-4
/
+0
*
Default to big endian ARM if "TARGET_BIG_ENDIAN" is defined, and set an ARM
obrien
2006-09-12
1
-0
/
+4
*
Default to big endian ARM if "TARGET_BIG_ENDIAN" is defined (& targeting ARM).
obrien
2006-09-12
1
-0
/
+4
*
Fix three whitespace nits.
imp
2006-09-11
1
-3
/
+2
*
The platform name is ARM not StrongARM.
obrien
2006-07-22
1
-1
/
+1
*
Desupport the *_COLLECT2 no-op.
ru
2006-03-21
1
-2
/
+2
*
Reimplementation of world/kernel build options. For details, see:
ru
2006-03-17
2
-10
/
+14
*
Don't pollute output when "make" is run with -s.
ru
2006-01-14
1
-1
/
+2
*
Locate __FreeBSD_cc_version's value beside __FreeBSD__'s value to make it
obrien
2005-10-30
1
-1
/
+2
*
Catch up with FreeBSD 7.
obrien
2005-10-29
1
-1
/
+1
*
Update bmake glue for GCC 3.4.4.
kan
2005-06-03
1
-1
/
+3
*
NOSHARED -> NO_SHARED
ru
2004-12-21
4
-4
/
+4
*
Start the dreaded NOFOO -> NO_FOO conversion.
ru
2004-12-21
9
-9
/
+9
*
Remove trailing whitespace.
kan
2004-11-07
1
-1
/
+1
*
Reconnect c++filt to the build.
kan
2004-11-07
1
-2
/
+2
[next]