aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #197 from stilor/avr-fixBryan Hundven2015-10-191-1/+1
|\
| * Rename the GCC version option to match current config.Alexey Neyman2015-10-151-1/+1
* | Merge pull request #196 from stilor/sh4-fix-abortBryan Hundven2015-10-191-1/+1
|\ \
| * | Fix sh4-unknown-linux-gnu sample.Alexey Neyman2015-10-151-1/+1
| |/
* | Merge pull request #207 from dancasimiro/doc-typoBryan Hundven2015-10-141-1/+1
|\ \
| * | Fix a typo in the documentationDaniel C. Casimiro2015-10-141-1/+1
* | | Merge pull request #205 from jasmin-j/add_gcc_build_stepBryan Hundven2015-10-142-9/+58
|\ \ \
| * | | Using "all" and "install" targets in do_gcc_core_backend if configured.Jasmin Jessich2015-10-102-9/+58
| |/ /
* | | Merge pull request #204 from jasmin-j/gdb_custom_versionBryan Hundven2015-10-141-4/+5
|\ \ \ | |_|/ |/| |
| * | Remove CC_GDB_CUSTOM from the version choice.Jasmin Jessich2015-10-071-4/+5
* | | Merge pull request #195 from stilor/bfin-multiple-bugsBryan Hundven2015-10-142-1/+3
|\ \ \ | |_|/ |/| |
| * | Add bfin-unknown-linux-uclibc to Travis build.Alexey Neyman2015-09-301-0/+1
| * | Fix bfin-unknown-linux-uclibc sample.Alexey Neyman2015-09-301-1/+2
| |/
* | Merge pull request #187 from jasmin-j/sync_ltoBryan Hundven2015-10-071-0/+2
|\ \
| * | Synchronize CT_CC_GCC_USE_LTO parameter setting in do_gcc_backend with the oneJasmin Jessich2015-09-251-0/+2
* | | Merge pull request #184 from jasmin-j/add_gcc_env_arrayBryan Hundven2015-10-072-2/+17
|\ \ \
| * | | Added additional environment variables for gcc build (make) with new optionJasmin Jessich2015-09-222-2/+17
* | | | Merge pull request #182 from jasmin-j/add_missing_lib_optsBryan Hundven2015-10-071-0/+15
|\ \ \ \
| * | | | Adding missing if/else blocks in do_gcc_core_backend for CT_CC_GCC_LIBSSP,Jasmin Jessich2015-09-221-0/+15
| |/ / /
* | | | Merge pull request #202 from jmlemetayer/travis_buildBryan Hundven2015-10-075-21/+50
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert the automated build optionJean-Marie Lemetayer2015-10-033-17/+1
| * | | Increase failure log lengthJean-Marie Lemetayer2015-10-031-2/+1
| * | | Manage travis-ci build in an external scriptJean-Marie Lemetayer2015-10-032-2/+48
|/ / /
* | | Merge pull request #192 from bhundven/tone_down_automated_log_levelBryan Hundven2015-09-291-7/+0
|\ \ \
| * | | config: Tone down automated build logsBryan Hundven2015-09-291-7/+0
|/ / /
* | | Merge pull request #189 from bhundven/automated_build_configBryan Hundven2015-09-293-1/+24
|\ \ \
| * | | configure: Add automated build optionBryan Hundven2015-09-293-1/+24
|/ / /
* | | Merge pull request #188 from bhundven/remove_ltrace_from_samplesBryan Hundven2015-09-297-7/+0
|\ \ \ | |_|/ |/| |
| * | Remove ltrace from samplesBryan Hundven2015-09-297-7/+0
|/ /
* | Merge pull request #186 from jasmin-j/travis_ci_langBryan Hundven2015-09-231-4/+6
|\ \
| * | Set language to 'bash' to get rid of interfering environment variable CC=gcc.Jasmin Jessich2015-09-231-4/+6
|/ /
* | Merge pull request #181 from jasmin-j/double_libmudflapBryan Hundven2015-09-221-1/+0
|\ \
| * | Removed doubled setting of --disable-libmudflap in do_gcc_core_backend.Jasmin Jessich2015-09-221-1/+0
| |/
* | Merge pull request #180 from jmlemetayer/travis_ciBryan Hundven2015-09-223-29/+87
|\ \
| * | Add travis continuous integration systemJean-Marie Lemetayer2015-09-221-0/+49
| * | Replace README to README.md and add travis-ci statusJean-Marie Lemetayer2015-09-162-29/+38
| |/
* | Merge pull request #185 from jasmin-j/remove_isl_15_0Bryan Hundven2015-09-221-11/+0
|\ \ | |/ |/|
| * Remove isl 0.15, because it will not compile with gcc 5.2.0 without patching ...Jasmin Jessich2015-09-221-11/+0
|/
* Merge pull request #170 from jasmin-j/newlib_target_cflagsBryan Hundven2015-09-152-1/+18
|\
| * Added additional newlib specific target flags with new optionJasmin Jessich2015-09-142-1/+18
* | 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+Philipp Kirchhofer2015-09-151-0/+54
| |/
* | 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=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.Jasmin Jessich2015-09-131-3/+3
|/
* Merge pull request #171 from pkirchhofer/fix-kconfig-tristatesBryan Hundven2015-09-081-0/+1
|\
| * Fix tristate Kconfig optionsPhilipp Kirchhofer2015-09-071-0/+1
|/
* Merge pull request #153 from jasmin-j/mpfr_3_1_3Bryan Hundven2015-09-051-0/+5
|\
| * Support mpfr 3.1.3 in configuration.Jasmin Jessich2015-09-011-0/+5