summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-07Fix tristate Kconfig optionsPhilipp Kirchhofer1-0/+1
After the Kconfig update the "option modules" setting must be set on the MODULES config option to enable tristates again. Signed-off-by: Philipp Kirchhofer <philipp@familie-kirchhofer.de>
2015-09-05Merge pull request #153 from jasmin-j/mpfr_3_1_3Bryan Hundven1-0/+5
Support mpfr V 3.1.3
2015-09-05Merge pull request #152 from jasmin-j/mpc_1_0_3Bryan Hundven1-0/+5
Support mpc V 1.0.3
2015-09-05Merge pull request #166 from jasmin-j/binutils_custom_versionBryan Hundven1-4/+2
Remove BINUTILS_CUSTOM from the version choice
2015-09-05Merge pull request #164 from jasmin-j/newlib_custom_versionBryan Hundven1-2/+35
Remove LIBC_NEWLIB_CUSTOM from the version choice
2015-09-05Merge pull request #163 from jasmin-j/gcc_custom_versionBryan Hundven1-4/+5
Remove CC_GCC_CUSTOM from the version choice
2015-09-05Merge pull request #148 from jasmin-j/fix_147Bryan Hundven2-1/+4
Use __cxa_atexit for bare-metal systems, if the used libc provides such a function.
2015-09-05Merge pull request #151 from jasmin-j/binutils_2_25_1Bryan Hundven5-0/+627
Support binutils V 2.25.1
2015-09-05Merge pull request #168 from jasmin-j/cloog_isl_constraint2Bryan Hundven2-0/+24
Adding CLooG/isl constraint
2015-09-05Merge pull request #165 from Frederick888/masterBryan Hundven2-0/+32
Raspberry Pi 2 sample
2015-09-05raspberry pi 2 sampleFrederick Zhang2-0/+32
2015-09-05Adding CLooG 0.18.4.Jasmin Jessich2-0/+24
Adding isl 0.15. Added following constrains: isl 0.14 and 0.15 require CLooG 0.18.4 or later. isl 0.11.1 and 0.12.2 require CLoog older than 0.18.4. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-05BINUTILS_CUSTOM is no longer part of the binutils version choice, but anJasmin Jessich1-4/+2
independend configuration to enable BINUTILS_CUSTOM. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-04Merge pull request #161 from bhundven/kconfig_updateBryan Hundven31-1088/+2119
kconfig: Update kconfig. Sync with Linux-4.2
2015-09-04kconfig: Update kconfig. Sync with Linux-4.2Bryan Hundven31-1088/+2119
This change updates the kconfig utility to what is shipped with 4.2.0. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-09-03LIBC_NEWLIB_CUSTOM is no longer part of the newlib version choice, but anJasmin Jessich1-2/+35
independend configuration to enable LIBC_NEWLIB_CUSTOM. All newlib versions >=2.0.0 does provide __cxa_atexit. To enable this function in GCC, all versions >=2.0.0 does now select LIBC_PROVIDES_CXA_ATEXIT. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-03CC_GCC_CUSTOM is no longer part of the gcc version choice, but an independendJasmin Jessich1-4/+5
configuration to enable CC_GCC_CUSTOM_LOCATION. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-02Merge pull request #160 from bhundven/fix_glibc_addonsBryan Hundven2-25/+36
glibc: Fix applying addons to glibc => 2.17
2015-09-02glibc: Fix applying addons to glibc => 2.17Bryan Hundven2-25/+36
glibc-2.17 and above no longer have external addons or ports. So if we are => 2.17, don't even think about trying to mess with ports or addons. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-09-02Merge pull request #159 from bhundven/strace_patchesBryan Hundven8-0/+324
strace: Add strace-4.10 patches from debian
2015-09-02strace: Add strace-4.10 patches from debianBryan Hundven8-0/+324
https://sources.debian.net/src/strace/4.10-3/debian/patches/ Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-09-02Merge pull request #158 from bhundven/musl_updateBryan Hundven1-2/+2
musl: Update mainline to 1.1.11
2015-09-02musl: Update mainline to 1.1.11Bryan Hundven1-2/+2
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-09-02Merge pull request #157 from bhundven/sync_ltrace_patchesBryan Hundven8-42/+159
ltrace: Sync ltrace patches with debian
2015-09-02ltrace: Sync ltrace patches with debianBryan Hundven8-42/+159
This commit syncs the patches applied to ltrace with debian: https://sources.debian.net/src/ltrace/0.7.3-5/debian/patches/ Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-09-02Merge pull request #156 from bhundven/gdb_updateBryan Hundven1-0/+6
gdb: Add gdb-7.10
2015-09-02gdb: Add gdb-7.10Bryan Hundven1-0/+6
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-09-02Merge pull request #155 from bhundven/glibc_updateBryan Hundven1-1/+12
glibc: Add 2.22, and add a constraint on glibc >= 2.21
2015-09-02glibc: Add 2.22, and add a constraint on glibc >= 2.21Bryan Hundven1-1/+12
* Add glibc 2.22 * Add a constraint on glibc-2.21 that depends on gcc-4.6 or greater. See: https://sourceware.org/ml/libc-alpha/2015-02/msg00119.html ====================================================================== * The minimum GCC version that can be used to build this version of the GNU C Library is GCC 4.6. Older GCC versions, and non-GNU compilers, can still be used to compile programs using the GNU C Library. ====================================================================== Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-09-02Merge pull request #154 from bhundven/kernel_updateBryan Hundven1-16/+16
config/linux: Add 4.2 and update stable versions
2015-09-02config/linux: Add 4.2 and update stable versionsBryan Hundven1-16/+16
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-09-01Support mpfr 3.1.3 in configuration.Jasmin Jessich1-0/+5
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-01Support mpc 1.0.3 in configuration.Jasmin Jessich1-0/+5
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-01Adding patches for binutils version 2.25.1 as copy of 2.25.Jasmin Jessich5-0/+627
Support binutils 2.25.1 in configuration. Note: The patches do apply, but I didn't check the resulting tools. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-01Merge pull request #144 from jasmin-j/fix_142Bryan Hundven1-3/+3
Fix for issue #142:
2015-09-01Merge pull request #143 from jasmin-j/fix_141Bryan Hundven2-4/+20
Added new config ISL_V_0_14_or_later and ISL_V_0_12_or_later to select
2015-09-01Fix for issue #147:Jasmin Jessich2-1/+4
Enable definition of "Use __cxa_atexit" for bare-metal systems, if the used libc does provide such a function. The libc configuration have to select LIBC_PROVIDES_CXA_ATEXIT. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-01Fix for issue #142:Jasmin Jessich1-3/+3
Configure for for core GCC did not use Core gcc extra config. Use now config variable CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-01Added new config ISL_V_0_14_or_later and ISL_V_0_12_or_later to selectJasmin Jessich2-4/+20
proper configure options for isl 0.14.x and 0.12.x in 121-isl.sh. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-08-26Merge pull request #135 from BenGardiner/linux-unwind_siginfoBryan Hundven1-0/+112
fix linux-unwind.h siginfo incomplete type
2015-08-26Merge pull request #140 from diorcety-ctng/windows-targetBryan Hundven4-1/+2
mingw-w64: Rename targets to {i686,x86_64}-w64-mingw32
2015-08-25gcc/patches: fix linux-unwind.h siginfo incomplete typeBen Gardiner1-0/+112
This changeset fixes an 'incomplete type struct siginfo' error when attempting to build gcc-4.5.3 for mipsel. Signed-off-by: Ben Gardiner <ben.l.gardiner@gmail.com>
2015-08-24mingw-w64: Rename targets to {i686,x86_64}-w64-mingw32Ray Donnelly4-1/+2
.. and set CT_TARGET_VENDOR to w64. Otherwise config.gcc doesn't pickup the right files for include_next (and probably many other things go wrong too). w64 has been the correct vendor for absolutely ages now on all distributions that provide MinGW-w64 cross compilers. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
2015-08-07Merge pull request #134 from bhundven/update_kernelBryan Hundven1-14/+14
linux: Update kernel versions
2015-08-07linux: Update kernel versionsBryan Hundven1-14/+14
These kernel version updated: * 4.1.2 -> 4.1.4 * 4.0.8 -> 4.0.9 (EOL) * 3.18.18 -> 3.18.19 * 3.14.48 -> 3.14.49 * 3.12.44 -> 3.12.46 * 3.10.84 -> 3.10.85 * 3.2.69 -> 3.2.70 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-07-20Merge pull request #130 from Christopher83/masterBryan Hundven2-14/+14
Update to Linaro GCC 4.9-2015.06 and GCC 4.8-2015.06 and update kernel versions
2015-07-20Merge pull request #131 from netzimme/masterBryan Hundven1-0/+24
cc/gcc: add gcc 5.2
2015-07-20Merge pull request #124 from enunes/avrBryan Hundven19-5/+748
avr: add support for AVR avr-libc toolchains
2015-07-19cc/gcc: add gcc 5.2Daniel Zimmermann1-0/+24
add gcc 5.2 Signed-off-by: Daniel Zimmermann <netzimme@gmail.com>
2015-07-19config/linux: Update kernel versionsCristoforo Cataldo1-10/+10
This commit updates to the latest longterm and stable kernel versions as of July 12, 2015. Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>