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
/
Makefile.inc1
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only use the CROSS_BINUTILS_PREFIX tool if it exists.
andrew
2015-04-02
1
-1
/
+2
*
Ensure the cross assembler, linker and objcopy are used for the build32
dim
2015-04-02
1
-3
/
+5
*
Add --sysroot to the compiler flags for clang or gcc external toolchains
rodrigc
2015-03-26
1
-1
/
+1
*
Add some more explanation to the different phases of the build.
imp
2015-03-25
1
-5
/
+14
*
Force MK_INCLUDES for the legacy stage
emaste
2015-03-25
1
-1
/
+2
*
Start to import support for the AArch64 architecture from ARM. This change
andrew
2015-03-19
1
-1
/
+1
*
When cross-building with an external toolchain we still need a target strip
emaste
2015-03-17
1
-0
/
+5
*
Add LIB_CXX so that C++ libraries will use CXX to link.
bdrewery
2015-03-17
1
-0
/
+4
*
Provide automatic cross-binutils path if no BINUTILS_BOOTSTRAP
emaste
2015-03-12
1
-0
/
+13
*
It appears that xlint isn't used in the build process, so it certainly
imp
2015-03-12
1
-1
/
+0
*
Support CROSS_BINUTILS_PREFIX with in-tree compiler
emaste
2015-02-26
1
-0
/
+6
*
Fill in missing dependencies for dtrace related tools so the bootstrap-tools
ngie
2015-02-23
1
-0
/
+3
*
Parallelize building bootstrap-tools
ngie
2015-02-23
1
-1
/
+19
*
Fix bootstrap on systems with old yacc with small MAXTABLE.
jkim
2015-02-18
1
-5
/
+5
*
Restore the ability to use clang as an external compiler. This was
grehan
2015-02-18
1
-3
/
+4
*
release: use xz via pipe when compressing the tarballs.
rpaulo
2015-02-17
1
-15
/
+17
*
Fix a typo when invoking tar(1) to create the debug distributions.
rpaulo
2015-02-16
1
-1
/
+1
*
Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;
cperciva
2015-02-12
1
-6
/
+2
*
Remove remnant from texinfo
bapt
2015-02-11
1
-5
/
+1
*
Exclude 'tests' from DEBUG_DISTRIBUTIONS.
gjb
2015-02-10
1
-1
/
+1
*
Merge xz 5.2.0.
rpaulo
2015-02-09
1
-0
/
+1
*
Conditionalize building radius support into libpam, ppp, etc via
ngie
2015-02-04
1
-1
/
+5
*
Restore addr2line to cross tools
emaste
2015-01-23
1
-0
/
+3
*
Fix bootstrap on systems with old libdwarf and WITHOUT_CDDL
emaste
2015-01-21
1
-4
/
+9
*
Remove addr2line from cross elftoolchain tools list
emaste
2015-01-21
1
-1
/
+0
*
Remove GNU texinfo from base along with all info pages.
bapt
2015-01-02
1
-24
/
+6
*
Use BINUTILS_BOOTSTRAP knob for binutils only
emaste
2014-12-30
1
-1
/
+3
*
Update the text for building texinfo with build-tools to reflect the fact
ngie
2014-12-22
1
-1
/
+1
*
Build selective portions of gnu/usr.bin/texinfo as part of build-tools to
ngie
2014-12-22
1
-0
/
+15
*
Fix accidental MK_DEBUG_FILES=no addition to NXBMAKE in r275909
ngie
2014-12-18
1
-1
/
+1
*
Don't build full clang toolchain or clang extras in stages 1-3 of buildworld
ngie
2014-12-18
1
-3
/
+7
*
Fix building/installing tests when TESTSBASE != /usr/tests
ngie
2014-12-18
1
-3
/
+6
*
Fix sporadic build failures due to race when running make installworld
ngie
2014-12-17
1
-1
/
+1
*
Add an UPDATING entry and warning about the change in r274807 to help users
brooks
2014-12-16
1
-0
/
+2
*
Add makewhatis to ITOOLS if MK_MAN != no
ngie
2014-12-08
1
-0
/
+5
*
Build gperf with xdev as part of _xb-bootstrap-tools
ngie
2014-12-08
1
-1
/
+2
*
Build infrastructure for elftoolchain tools
emaste
2014-12-01
1
-0
/
+12
*
Slightly alter the handling of LOCAL_LIB_DIRS to skip addition of
brooks
2014-11-21
1
-4
/
+15
*
Add a guard against attempting to invoke the buildenv target with -j# as
brooks
2014-11-21
1
-0
/
+5
*
Add mv, echo and hostname to the native-xtools target. Missed these
sbruno
2014-11-16
1
-0
/
+3
*
Flush out many more static binaries that can be used in a jail for building
sbruno
2014-11-16
1
-1
/
+33
*
Add more static binaries to the native-xtools target. These help speed
sbruno
2014-11-13
1
-0
/
+11
*
Fix build race in Makefile.inc1 after r274226 by adding lib/libm__L dependency
ngie
2014-11-08
1
-1
/
+1
*
For really fast machines, an edge-case may exist where dpv(3) may be
dteske
2014-11-07
1
-1
/
+4
*
SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me.
dteske
2014-11-06
1
-0
/
+1
*
Rename XFLAGS to XCFLAGS and XXFLAGS to XCXXFLAGS
bapt
2014-10-27
1
-5
/
+5
*
My previous commit exposed an issue as it fixed a different
imp
2014-10-22
1
-6
/
+1
*
Generate both userland and kernel option settings for showconfig.
imp
2014-10-21
1
-1
/
+2
*
You aren't allowed to test WITH_xxx or WITHOUT_xxx here, so remove it.
imp
2014-10-21
1
-6
/
+1
*
Make the external toolchain support grows to the knowleged of XXFLAGS for C++...
bapt
2014-10-21
1
-1
/
+4
[next]