aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove CC_GDB_CUSTOM from the version choice.Jasmin Jessich2015-10-071-4/+5
| | | | Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* Merge pull request #192 from bhundven/tone_down_automated_log_levelBryan Hundven2015-09-291-7/+0
|\ | | | | config: Tone down automated build logs
| * config: Tone down automated build logsBryan Hundven2015-09-291-7/+0
|/ | | | | | | | | I forgot that the logs must stay small, and if they fail we'll grab the last few hundered lines. Note, the logs must stay smaller then 4M. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #189 from bhundven/automated_build_configBryan Hundven2015-09-293-1/+24
|\ | | | | configure: Add automated build option
| * configure: Add automated build optionBryan Hundven2015-09-293-1/+24
|/ | | | | | | | | | This commit introduces a configure time option to let the build know that this is going to be an automated build. This forces the build to disable the progress bar, log tool warnings, and force the log level to debug. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #188 from bhundven/remove_ltrace_from_samplesBryan Hundven2015-09-297-7/+0
|\ | | | | Remove ltrace from samples
| * Remove ltrace from samplesBryan Hundven2015-09-297-7/+0
|/ | | | | | | | | | | As of right now, ltrace fails to build. To get CI happy, lets just disable it! When we fix ltrace, just revert this change. This is also in reference to bug #115 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Merge pull request #186 from jasmin-j/travis_ci_langBryan Hundven2015-09-231-4/+6
|\ | | | | Fixed travis-ci environment setting
| * Set language to 'bash' to get rid of interfering environment variable CC=gcc.Jasmin Jessich2015-09-231-4/+6
|/ | | | Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* Merge pull request #181 from jasmin-j/double_libmudflapBryan Hundven2015-09-221-1/+0
|\ | | | | Doubled setting of --disable-libmudflap removed.
| * Removed doubled setting of --disable-libmudflap in do_gcc_core_backend.Jasmin Jessich2015-09-221-1/+0
| | | | | | | | Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* | Merge pull request #180 from jmlemetayer/travis_ciBryan Hundven2015-09-223-29/+87
|\ \ | | | | | | Add travis continuous integration system
| * | Add travis continuous integration systemJean-Marie Lemetayer2015-09-221-0/+49
| | | | | | | | | | | | | | | Signed-off-by: Jasmin Jessich <jasmin@anw.at> Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
| * | Replace README to README.md and add travis-ci statusJean-Marie Lemetayer2015-09-162-29/+38
| |/ | | | | | | | | Signed-off-by: Jasmin Jessich <jasmin@anw.at> Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
* | Merge pull request #185 from jasmin-j/remove_isl_15_0Bryan Hundven2015-09-221-11/+0
|\ \ | |/ |/| Remove isl 0.15
| * Remove isl 0.15, because it will not compile with gcc 5.2.0 without patching ↵Jasmin Jessich2015-09-221-11/+0
|/ | | | gcc.
* Merge pull request #170 from jasmin-j/newlib_target_cflagsBryan Hundven2015-09-152-1/+18
|\ | | | | Newlib specific target cflags
| * Added additional newlib specific target flags with new optionJasmin Jessich2015-09-142-1/+18
| | | | | | | | | | | | LIBC_NEWLIB_TARGET_CFLAGS. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* | Merge pull request #178 from pkirchhofer/fix-glibc-with-new-gccBryan Hundven2015-09-151-0/+54
|\ \ | | | | | | Fix building glibc 2.17 with gcc 5.1+
| * | Fix building glibc 2.17 with gcc 5.1+Philipp Kirchhofer2015-09-151-0/+54
| |/ | | | | | | | | | | Backport from glibc 2.20 Fixes error "In function _Unwind_Resume: undefined reference to libgcc_s_resume"
* | Merge pull request #177 from kozyilmaz/native-gdbBryan Hundven2015-09-151-0/+52
|\ \ | | | | | | gdb-7.10 upstream fix for build problems if CT_GDB_NATIVE=y
| * | gdb-7.10 upstream fix for build problems if CT_GDB_NATIVE=ykozyilmaz2015-09-141-0/+52
| |/
* | Merge pull request #175 from jasmin-j/fix_isl_constraintsBryan Hundven2015-09-151-3/+3
|\ \ | |/ |/| Fixed issue 173 and 174.
| * Fixed issue 173 and 174.Jasmin Jessich2015-09-131-3/+3
|/ | | | | | | | gcc 5.x -> isl 0.12.2, 0.14 0.15 gcc < 5.x -> cloog < 0.18.4 -> isl 0.12.2, 0.11.1 -> cloog >= 0.18.4 -> isl 0.14 Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* Merge pull request #171 from pkirchhofer/fix-kconfig-tristatesBryan Hundven2015-09-081-0/+1
|\ | | | | Fix tristate Kconfig options
| * Fix tristate Kconfig optionsPhilipp Kirchhofer2015-09-071-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>
* Merge pull request #153 from jasmin-j/mpfr_3_1_3Bryan Hundven2015-09-051-0/+5
|\ | | | | Support mpfr V 3.1.3
| * Support mpfr 3.1.3 in configuration.Jasmin Jessich2015-09-011-0/+5
| | | | | | | | Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* | Merge pull request #152 from jasmin-j/mpc_1_0_3Bryan Hundven2015-09-051-0/+5
|\ \ | | | | | | Support mpc V 1.0.3
| * | Support mpc 1.0.3 in configuration.Jasmin Jessich2015-09-011-0/+5
| |/ | | | | | | Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* | Merge pull request #166 from jasmin-j/binutils_custom_versionBryan Hundven2015-09-051-4/+2
|\ \ | | | | | | Remove BINUTILS_CUSTOM from the version choice
| * | BINUTILS_CUSTOM is no longer part of the binutils version choice, but anJasmin Jessich2015-09-051-4/+2
| | | | | | | | | | | | | | | | | | independend configuration to enable BINUTILS_CUSTOM. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* | | Merge pull request #164 from jasmin-j/newlib_custom_versionBryan Hundven2015-09-051-2/+35
|\ \ \ | | | | | | | | Remove LIBC_NEWLIB_CUSTOM from the version choice
| * | | LIBC_NEWLIB_CUSTOM is no longer part of the newlib version choice, but anJasmin Jessich2015-09-031-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>
* | | Merge pull request #163 from jasmin-j/gcc_custom_versionBryan Hundven2015-09-051-4/+5
|\ \ \ | | | | | | | | Remove CC_GCC_CUSTOM from the version choice
| * | | CC_GCC_CUSTOM is no longer part of the gcc version choice, but an independendJasmin Jessich2015-09-031-4/+5
| |/ / | | | | | | | | | | | | | | | configuration to enable CC_GCC_CUSTOM_LOCATION. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
* | | Merge pull request #148 from jasmin-j/fix_147Bryan Hundven2015-09-052-1/+4
|\ \ \ | | | | | | | | Use __cxa_atexit for bare-metal systems, if the used libc provides such a function.
| * | | Fix for issue #147:Jasmin Jessich2015-09-012-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>
* | | Merge pull request #151 from jasmin-j/binutils_2_25_1Bryan Hundven2015-09-055-0/+627
|\ \ \ | | | | | | | | Support binutils V 2.25.1
| * | | Adding patches for binutils version 2.25.1 as copy of 2.25.Jasmin Jessich2015-09-015-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>
* | | Merge pull request #168 from jasmin-j/cloog_isl_constraint2Bryan Hundven2015-09-052-0/+24
|\ \ \ | | | | | | | | Adding CLooG/isl constraint
| * | | Adding CLooG 0.18.4.Jasmin Jessich2015-09-052-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>
* | | Merge pull request #165 from Frederick888/masterBryan Hundven2015-09-052-0/+32
|\ \ \ | | | | | | | | Raspberry Pi 2 sample
| * | | raspberry pi 2 sampleFrederick Zhang2015-09-062-0/+32
|/ / /
* | | Merge pull request #161 from bhundven/kconfig_updateBryan Hundven2015-09-0331-1088/+2119
|\ \ \ | |/ / |/| | kconfig: Update kconfig. Sync with Linux-4.2
| * | kconfig: Update kconfig. Sync with Linux-4.2Bryan Hundven2015-09-0331-1088/+2119
|/ / | | | | | | | | | | This change updates the kconfig utility to what is shipped with 4.2.0. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* | Merge pull request #160 from bhundven/fix_glibc_addonsBryan Hundven2015-09-012-25/+36
|\ \ | | | | | | glibc: Fix applying addons to glibc => 2.17
| * | glibc: Fix applying addons to glibc => 2.17Bryan Hundven2015-09-012-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>
* | Merge pull request #159 from bhundven/strace_patchesBryan Hundven2015-09-018-0/+324
|\ \ | | | | | | strace: Add strace-4.10 patches from debian
| * | strace: Add strace-4.10 patches from debianBryan Hundven2015-09-018-0/+324
|/ / | | | | | | | | | | https://sources.debian.net/src/strace/4.10-3/debian/patches/ Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>