summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-29configure: Add automated build optionBryan Hundven3-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>
2015-09-29Merge pull request #188 from bhundven/remove_ltrace_from_samplesBryan Hundven7-7/+0
Remove ltrace from samples
2015-09-29Remove ltrace from samplesBryan Hundven7-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>
2015-09-23Merge pull request #186 from jasmin-j/travis_ci_langBryan Hundven1-4/+6
Fixed travis-ci environment setting
2015-09-23Set language to 'bash' to get rid of interfering environment variable CC=gcc.Jasmin Jessich1-4/+6
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-22Merge pull request #181 from jasmin-j/double_libmudflapBryan Hundven1-1/+0
Doubled setting of --disable-libmudflap removed.
2015-09-22Merge pull request #180 from jmlemetayer/travis_ciBryan Hundven3-29/+87
Add travis continuous integration system
2015-09-22Merge pull request #185 from jasmin-j/remove_isl_15_0Bryan Hundven1-11/+0
Remove isl 0.15
2015-09-22Remove isl 0.15, because it will not compile with gcc 5.2.0 without patching ↵Jasmin Jessich1-11/+0
gcc.
2015-09-22Add travis continuous integration systemJean-Marie Lemetayer1-0/+49
Signed-off-by: Jasmin Jessich <jasmin@anw.at> Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
2015-09-21Removed doubled setting of --disable-libmudflap in do_gcc_core_backend.Jasmin Jessich1-1/+0
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-16Replace README to README.md and add travis-ci statusJean-Marie Lemetayer2-29/+38
Signed-off-by: Jasmin Jessich <jasmin@anw.at> Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
2015-09-15Merge pull request #170 from jasmin-j/newlib_target_cflagsBryan Hundven2-1/+18
Newlib specific target cflags
2015-09-15Merge pull request #178 from pkirchhofer/fix-glibc-with-new-gccBryan Hundven1-0/+54
Fix building glibc 2.17 with gcc 5.1+
2015-09-15Merge pull request #177 from kozyilmaz/native-gdbBryan Hundven1-0/+52
gdb-7.10 upstream fix for build problems if CT_GDB_NATIVE=y
2015-09-15Merge pull request #175 from jasmin-j/fix_isl_constraintsBryan Hundven1-3/+3
Fixed issue 173 and 174.
2015-09-15Fix building glibc 2.17 with gcc 5.1+Philipp Kirchhofer1-0/+54
Backport from glibc 2.20 Fixes error "In function _Unwind_Resume: undefined reference to libgcc_s_resume"
2015-09-14Added additional newlib specific target flags with new optionJasmin Jessich2-1/+18
LIBC_NEWLIB_TARGET_CFLAGS. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
2015-09-13gdb-7.10 upstream fix for build problems if CT_GDB_NATIVE=ykozyilmaz1-0/+52
2015-09-13Fixed issue 173 and 174.Jasmin Jessich1-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>
2015-09-08Merge pull request #171 from pkirchhofer/fix-kconfig-tristatesBryan Hundven1-0/+1
Fix tristate Kconfig options
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>