index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
host-build.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: properly pass CPP and CXX flags in HOST_MAKE_VARS
Jo-Philipp Wich
2017-01-17
1
-1
/
+2
*
build: introduce default HOST_MAKE_VARS for host-builds
Alexandru Ardelean
2017-01-17
1
-1
/
+7
*
build: fix HOST_CONFIGURE_VARS placement
Jo-Philipp Wich
2017-01-10
1
-2
/
+2
*
build: remove obsolete parallel build related options
Felix Fietkau
2017-01-10
1
-7
/
+2
*
Revert "build: fix HOST_CONFIGURE_VARS placement"
Jo-Philipp Wich
2017-01-05
1
-1
/
+1
*
build: fix HOST_CONFIGURE_VARS placement
Jo-Philipp Wich
2017-01-05
1
-1
/
+1
*
host-build: remove openssl include path from host cflags
Felix Fietkau
2017-01-05
1
-5
/
+0
*
build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSION
Felix Fietkau
2016-12-22
1
-1
/
+2
*
build: implement make check and make package/X/check
Felix Fietkau
2016-12-17
1
-2
/
+6
*
build: remove duplicate Download/default definition from include/host-build.mk
Felix Fietkau
2016-12-16
1
-10
/
+0
*
include/host-build.mk: use STAGING_DIR_HOSTPKG
Jo-Philipp Wich
2016-11-01
1
-1
/
+1
*
build: copy contents of 'src' folder to build dirs (if present)
Alexandru Ardelean
2016-10-15
1
-0
/
+1
*
include/host-build.mk: set Host/Exports for Host/Install step
Matthias Schiffer
2016-10-06
1
-0
/
+1
*
include/host-build.mk: fix ACLOCAL_INCLUDE
Matthias Schiffer
2016-10-06
1
-1
/
+1
*
include/host-build.mk: pass HOST_BUILD_PREFIX to Host/install
Matthias Schiffer
2016-10-06
1
-2
/
+2
*
build: pass $(STAGING_DIR_HOST) to Host/Install
Felix Fietkau
2016-08-23
1
-2
/
+2
*
build: don't add -j for parallel builds with Make 4.2+
Matthias Schiffer
2016-06-15
1
-1
/
+1
*
host-build.mk: change default installation prefix of package/* host builds to...
Felix Fietkau
2016-01-20
1
-10
/
+12
*
build: include homebrew include/library directory in cflags/ldflags on mac os x
Felix Fietkau
2015-10-05
1
-0
/
+5
*
build: set CCACHE_DIR for host builds
Felix Fietkau
2015-04-14
1
-0
/
+1
*
include: use SHELL, not BASH for HOST_CONFIGURE_VARS
Jo-Philipp Wich
2015-02-06
1
-1
/
+1
*
include: remove static tool linking support
Jo-Philipp Wich
2015-02-06
1
-6
/
+0
*
build: prevent spurious host-build re-builds by touching .built after the ins...
Felix Fietkau
2014-12-15
1
-0
/
+1
*
build: BSD compile fixes
Felix Fietkau
2013-03-07
1
-1
/
+1
*
build: fix host build stampfile usage, fixes spurious errors with missing opk...
Felix Fietkau
2012-10-15
1
-24
/
+13
*
build: add the + token to any commands that can pass through the jobserver, f...
Felix Fietkau
2012-09-23
1
-2
/
+2
*
host-build: add HOST_MAKE_FLAGS similar to package MAKE_FLAGS
Felix Fietkau
2012-09-22
1
-1
/
+5
*
build: ensure that package/host-build build system code does not run in paral...
Felix Fietkau
2012-09-17
1
-0
/
+2
*
build: add jobserver support for host builds
Felix Fietkau
2012-09-15
1
-1
/
+7
*
do not pass optimization flags in HOST_CPPFLAGS (#12153)
Jo-Philipp Wich
2012-09-09
1
-1
/
+1
*
introduce a menuconfig option to turn off static linking of host utilities
Jo-Philipp Wich
2012-08-13
1
-1
/
+3
*
host-build.mk: define a variable HOST_STATIC_LINKING which is set to "-static...
Jo-Philipp Wich
2012-08-12
1
-0
/
+4
*
build: add PKG_MIRROR_MD5SUM support for host builds
Felix Fietkau
2012-06-06
1
-0
/
+1
*
tools: clean up Makefiles / make ccache work
John Crispin
2012-01-15
1
-0
/
+1
*
add a missing wrapper for the refresh target for host builds
Felix Fietkau
2011-01-28
1
-0
/
+1
*
- implement hooks for hostbuilds - use host build hooks to implement fixups f...
Jo-Philipp Wich
2010-12-13
1
-1
/
+11
*
use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)
Felix Fietkau
2010-11-22
1
-1
/
+2
*
deptest: Install of host tools has to be forced for every test, because the h...
Michael Büsch
2010-11-03
1
-2
/
+2
*
Fix typo
Michael Büsch
2010-10-16
1
-2
/
+2
*
Support force-disabling per-package parallel build with {PKG,HOST}_BUILD_PARA...
Michael Büsch
2010-10-16
1
-1
/
+7
*
Add an option to default the default build rule to parallel build.
Michael Büsch
2010-08-20
1
-1
/
+1
*
Also support parallel build for host-packages
Michael Büsch
2010-08-18
1
-1
/
+3
*
this patch fixes toolchain parallel build, which reduces build time.
Travis Kemen
2010-03-05
1
-2
/
+2
*
Prevent unnecessary host package rebuilds.
Lars-Peter Clausen
2010-01-03
1
-11
/
+14
*
use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich
Andy Boyett
2009-10-30
1
-0
/
+1
*
host build: do not hide the configure command
Felix Fietkau
2009-09-25
1
-1
/
+1
*
fix a typo that prevented host build specific variable exports from working
Felix Fietkau
2009-04-30
1
-2
/
+2
*
add missing bits from [15451]
Nicolas Thill
2009-04-27
1
-2
/
+2
*
clean up automake/pkg-config handling, move separate host/package variable ex...
Felix Fietkau
2009-04-22
1
-2
/
+10
*
move pkg config stuff to per-target exports to prevent interference with host...
Felix Fietkau
2009-04-20
1
-0
/
+2
[next]