summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
AgeCommit message (Collapse)Author
2014-02-18toolchain: update build steps docnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-05toolchain: allow choosing the MIPS64 user-land ABIflorian
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36205 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-28toolchain: stop generating broken symlink in TOOLCHAIN_DIR/libluka
It turns out that the symlink may exists already by the time the toolchain Makefile gets an opportunity to run. While we asked to replace the target, ln doesn't do so until after dereferencing the existing symlink. This results in an unintended symlink that refers to itself. Instead, create the link without dereferencing any symlinks by using the -n option. Signed-off-by: John Szakmeister <john@szakmeister.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-03toolchain: sync eglibc headers/build split with uclibc changesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-03toolchain: fix libc headers dependency on kernel headers + minimal gccnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-30uClibc: split the package into the main directory and the headers/ and ↵nbd
utils/ subdirectories to clean up build order and fix quilt support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32557 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-28[toolchain/glibc*] purge support for glibc - use eglibc instead!mirko
for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31503 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-18[buildroot] use ext-toolchain.sh to integrate external toolchainsjow
Use ext-toolchain.sh to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29766 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-28build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* ↵nbd
for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29352 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04make the build system a bit more silent without V=99nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26460 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-12[toolchain] add explicit dependencies between gcc prepare stages, fixes ↵jow
source download race with make -j (#8596) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24969 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-01add a command for printing a cleaned up make target database - will be used ↵nbd
to analyze package dependencies at some point git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20gcc: split up the build process into three distinct stages (minimal, ↵nbd
initial, final), to clean up the dependency handling nastiness and to improve support for rebuilding parts of the toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-10gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵nbd
target yet, but gets close) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18019 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23[toolchain] add external toolchain support, enhance native toolchain support ↵nico
(special thanks to Luigi Mantellini for his help... and patience ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-26[toolchain] add the insight gdb frontend (#4701)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17019 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11move the toolchain_install stampfile to the right place to fix spurious ↵nbd
missing toolchain errors after cleaning stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16776 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-08[massive] add support for alternative C libraries (currently only glibc/eglibc)nico
other (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13931 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-15add some sanity checkingnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11473 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-08major target cleanup. it is now possible to have subtargets that can ↵nbd
override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-07build system cleanup/restructuring as described in ↵nbd
http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30no need to call compile,install on the kernel-headers dir - this gets rid of ↵nbd
another unnecessary autorebuild check git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30next round of cleanup, convert target/ - make -j works now ;)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30next round of build system cleanup - convert package/ to new structurenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8236 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30remove leftover stuffnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-30fix compile errors with make 3.80nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-28use $(curdir) againnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-28build system fixes, more cleanupnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8207 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-28add update target to toolchain/nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7754 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-28enable the refresh target in toolchain/nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7751 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-18the default_subtargets template was a bad idea, since different makefiles ↵nbd
require different types of dependencies for subtargets. nuke it... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7003 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-28remove remaining unnecessary dependencynbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6423 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-27move ccache to tools/ and fix potential dependency issuenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6413 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-25clean up stampfile mess for tools/ and toolchain/nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-14fix ccache build ordernbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-11Add ccache if not installed/installable on the host-systemflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-31oops, forgot to remove references to libnotimplnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10fix gene2fs build on freebsdnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5019 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-27add portability fixes for toolchain/tools (full tools/toolchain build works ↵nbd
on osx now) git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-27move tools from toolchain/ to tools/nbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-25add basic support for the Magicbox boardskaloz
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-10add secret option to use host's toolchain when native compilingmbm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-22add genext2fs to build ext2 filesystem imagesnico
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4213 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-20change 'source' to 'download'mbm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27add missing copyrightnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4094 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21massive cleanup of toolchain/nbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4038 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21build system cleanup. move shared include files into $(TOPDIR)/include, move ↵nbd
lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-20add toolchain/download targetnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4029 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31cleanup; replace .PHONY with FORCE; disable gdb by defaultnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-10remove more junknbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3756 3c298f89-4303-0410-b956-a3cf2f4a3e73