summaryrefslogtreecommitdiff
path: root/mk/build.mk
AgeCommit message (Collapse)Author
2014-06-25grep target collectionsWaldemar Brodkorb
2014-06-25fix rebuild of base-files on network config changeWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-16fixup CC_FOR_BUILD conversionWaldemar Brodkorb
2014-06-16optimize environment variables, reduce duplicate stuffWaldemar Brodkorb
2014-06-11add cleansystem target, filter fstack-protector-all for muslWaldemar Brodkorb
2014-06-04make ld relro and bind now optionalWaldemar Brodkorb
2014-06-03update vc libraries and firmware for raspberry pi, make GPU mem configurableWaldemar Brodkorb
2014-06-02simplify adding new archWaldemar Brodkorb
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg.
2014-06-01disable ld gc for buildallWaldemar Brodkorb
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-29disable mptcp for buildallWaldemar Brodkorb
2014-05-28update buildallWaldemar Brodkorb
2014-05-27disable skipping of kernel patches for buildallWaldemar Brodkorb
2014-05-24cleankernel after addon changesWaldemar Brodkorb
2014-05-24disable for buildallWaldemar Brodkorb
2014-05-23fix symbol renaming bugsWaldemar Brodkorb
2014-05-23disable lto,ssp and gold for buildallWaldemar Brodkorb
2014-05-23more cleanup, *-enabled feature is unused, simplifyWaldemar Brodkorb
2014-05-23fix arch listsWaldemar Brodkorb
2014-05-23simplify bulktargets, just use buildallWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-18convert mips to use new targethelp make target, useful to just show the help ↵Waldemar Brodkorb
text after building
2014-05-18disable thumb, remove deleted packagesWaldemar Brodkorb
2014-05-12use ADK_ prefix for environment variablesWaldemar Brodkorb
Very old problem, in the time I added glibc support to FreeWRT I had strange problems building glibc because V=99 was used. Now openjdk7 have problem with ARCH. Just use ADK_ prefix for all environment stuff to avoid this.
2014-05-03add openjdk7 and pam to hudson buildWaldemar Brodkorb
2014-04-30use CLIB instead of LIBC to avoid clashes with uClibc buildsystemWaldemar Brodkorb
2014-04-29exclude aarch64 from test-framework, set 3.13.11 as default kernelWaldemar Brodkorb
2014-04-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-04-13disable gold for bulk buildsWaldemar Brodkorb
2014-04-13fix rebuild of initramfs list if package choice is changedWaldemar Brodkorb
2014-04-10use libc specific toolchain arch listWaldemar Brodkorb
2014-04-07disable start services for bulk/release buildsWaldemar Brodkorb
2014-04-07add gold supportWaldemar Brodkorb
2014-04-02fix superh toolchain buildingWaldemar Brodkorb
2014-03-31use HOST_BUILD_DIR to avoid rebuilding after make clean, add genext2fs to checksWaldemar Brodkorb
2014-03-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-30rework hosttools building, add tools into package stuffWaldemar Brodkorb
2014-03-29install ipkg stuff only when choosen, be quit for rstrip, do not execute ↵Waldemar Brodkorb
make prereq
2014-03-28fix sh big endian, fix x86_64 x32 packagingWaldemar Brodkorb
2014-03-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-28another bulktoolchain fixWaldemar Brodkorb
2014-03-28x86-64 32bit needs more work, fix armhfWaldemar Brodkorb
2014-03-26test framework fixesWaldemar Brodkorb
2014-03-26fix tarch.lst, add shebWaldemar Brodkorb
2014-03-25add support for x86_64 toolchain with 32 bit abiWaldemar Brodkorb
2014-03-24add one logfile, no subdirsWaldemar Brodkorb
2014-03-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-24add superh to toolchain buildWaldemar Brodkorb