summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
AgeCommit message (Expand)Author
2014-06-28enable shared libgcc for uClibc/glibcWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max Filippov...Waldemar Brodkorb
2014-06-12add lto support to first stage compilerWaldemar Brodkorb
2014-06-11add cleansystem target, filter fstack-protector-all for muslWaldemar Brodkorb
2014-06-05rework ssp support, use static version of libsspWaldemar Brodkorb
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar Brodkorb
2014-05-31do not install libiberty in staging areaWaldemar Brodkorb
2014-05-29make libssp shared, when SSP usedWaldemar Brodkorb
2014-05-24fix libstdcxx issuesWaldemar Brodkorb
2014-05-23always build c++ compilerWaldemar Brodkorb
2014-05-23fix symbol renaming bugsWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-22use target cflags for libstdcxx, do not create shared libgccWaldemar Brodkorb
2014-05-04revert, unfortunately there is libgcc, which is then build with the wrong opt...Waldemar Brodkorb
2014-05-03as discussed with phil, do not default toolchain to a specific cpu, we have -...Waldemar Brodkorb
2014-04-30rework thumb2 supportWaldemar Brodkorb
2014-04-30fix 32 bit userland with 64 bit kernel supportWaldemar Brodkorb
2014-04-15fix superh big endian compile for muslWaldemar Brodkorb
2014-04-07add gold supportWaldemar Brodkorb
2014-03-25add support for x86_64 toolchain with 32 bit abiWaldemar Brodkorb
2014-03-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-20use system zlibWaldemar Brodkorb
2014-03-20add fpu settings, fix symlinksWaldemar Brodkorb
2014-03-17add TOOLCHAIN_DIR supportWaldemar Brodkorb
2014-03-17fixups for x86_64 x32 toolchain, x86_64 32 still problematicWaldemar Brodkorb
2014-03-14fix m68k supportWaldemar Brodkorb
2014-03-07Merge branch 'master' of git+ssh://www.openadk.org/git/openadkWaldemar Brodkorb
2014-03-07reduce build time, approx. 13 minutes on x86_64 buildsystem, from musl-crossWaldemar Brodkorb
2014-03-06fix cross-compile of gcc, when using uClibc. --dynamic-linker was using /lib/...Waldemar Brodkorb
2014-03-04fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for qemu-sparc64...Waldemar Brodkorb
2014-03-02resolve merge conflictWaldemar Brodkorb
2014-03-02remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not kno...Waldemar Brodkorb
2014-03-02fix symlink workaround for libtool after gcc 4.8.2 updateWaldemar Brodkorb
2014-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-01move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ...Waldemar Brodkorb
2014-03-01merge conflictWaldemar Brodkorb
2014-03-01update to gcc 4.8.2 (partially done by last commit)Waldemar Brodkorb
2014-03-01remove armeb, no hardware, no emulator to test, add armhf instead. fix some t...Waldemar Brodkorb
2014-02-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-02-26rework arm support, add qemu arm model vexpress for cortex-a9 emulation (hard...Waldemar Brodkorb
2014-02-26update kernel 3.4.x, fixes for lemote yeelong usersWaldemar Brodkorb
2014-02-20need to use gcc mode thumb, to compile glibc, CFLAGS is not enoughWaldemar Brodkorb
2014-02-18add initial stuff for cubox-i, still waiting for the hardware, so fully untestedWaldemar Brodkorb
2014-02-15use newer kernel for toolchain building, fix some problems with ppc and m68k ...Waldemar Brodkorb
2014-02-15use the symlink the other way, fixes boost cross-compileWaldemar Brodkorb
2014-02-12fix toolchain component linkingWaldemar Brodkorb
2014-02-09fix openjdk7 toolchain workaround, add symlinks to reduce size of toolchainsWaldemar Brodkorb
2014-02-04unbreak toolchain buildingWaldemar Brodkorb
2014-01-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb