| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
|
|\
| |
| | |
config: Tone down automated build logs
|
|/
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
configure: Add automated build option
|
|/
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Remove ltrace from samples
|
|/
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Fixed travis-ci environment setting
|
|/
|
|
| |
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
|
|\
| |
| | |
Doubled setting of --disable-libmudflap removed.
|
| |
| |
| |
| | |
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
|
|\ \
| | |
| | | |
Add travis continuous integration system
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
|
| |/
| |
| |
| |
| | |
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
|
|\ \
| |/
|/| |
Remove isl 0.15
|
|/
|
|
| |
gcc.
|
|\
| |
| | |
Newlib specific target cflags
|
| |
| |
| |
| |
| |
| | |
LIBC_NEWLIB_TARGET_CFLAGS.
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
|
|\ \
| | |
| | | |
Fix building glibc 2.17 with gcc 5.1+
|
| |/
| |
| |
| |
| |
| | |
Backport from glibc 2.20
Fixes error "In function _Unwind_Resume: undefined reference to libgcc_s_resume"
|
|\ \
| | |
| | | |
gdb-7.10 upstream fix for build problems if CT_GDB_NATIVE=y
|
| |/ |
|
|\ \
| |/
|/| |
Fixed issue 173 and 174.
|
|/
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Fix tristate Kconfig options
|
|/
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Support mpfr V 3.1.3
|
| |
| |
| |
| | |
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
|
|\ \
| | |
| | | |
Support mpc V 1.0.3
|
| |/
| |
| |
| | |
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
|
|\ \
| | |
| | | |
Remove BINUTILS_CUSTOM from the version choice
|
| | |
| | |
| | |
| | |
| | |
| | | |
independend configuration to enable BINUTILS_CUSTOM.
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
|
|\ \ \
| | | |
| | | | |
Remove LIBC_NEWLIB_CUSTOM from the version choice
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Remove CC_GCC_CUSTOM from the version choice
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
configuration to enable CC_GCC_CUSTOM_LOCATION.
Signed-off-by: Jasmin Jessich <jasmin@anw.at>
|
|\ \ \
| | | |
| | | | |
Use __cxa_atexit for bare-metal systems, if the used libc provides such a function.
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Support binutils V 2.25.1
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Adding CLooG/isl constraint
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Raspberry Pi 2 sample
|
|/ / / |
|
|\ \ \
| |/ /
|/| | |
kconfig: Update kconfig. Sync with Linux-4.2
|
|/ /
| |
| |
| |
| |
| | |
This change updates the kconfig utility to what is shipped with 4.2.0.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|
|\ \
| | |
| | | |
glibc: Fix applying addons to glibc => 2.17
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
strace: Add strace-4.10 patches from debian
|
|/ /
| |
| |
| |
| |
| | |
https://sources.debian.net/src/strace/4.10-3/debian/patches/
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
|