- Nov 11, 2012
-
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- Aug 19, 2012
-
-
Bryan Hundven authored
For expat, duma, and strace, use the generic url and 302 to the mirror instead of trying to download a file from a downed mirror and failing. Signed-off-by:
Bryan Hundven <bryanhundven@gmail.com> Message-Id: <b69ebeb72fef93c04c84.1345364051@flambe.is-a-geek.org> (transplanted from cb75966698d7e44bc76445d7b249eba89bdf1d8a)
-
- Aug 07, 2012
-
-
Zhenqiang Chen authored
Signed-off-by:
Zhenqiang Chen <zhenqiang.chen@linaro.org> (transplanted from 712a8ed2276253b5534b2bc7e9b8da8c3648a36f)
-
- Aug 04, 2012
-
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
Whatever the threading model (NPTL, LT...), we build the same core pass-1 compiler, so there is no need to have a case-esac construct. Remove now mis-leading and incorect comment. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- Aug 02, 2012
-
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
New binutils (circa 2.2x?) append 'program interpreter' to the (NEEDED) line for the dynamic linker, which breaks our current pattern. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- Aug 01, 2012
-
-
Yann E. MORIN" authored
Both core pass-1 and -2 compilers are unconditionally built, so we no longer require a condition variable. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
Up until now, all conditions requiring a core pass-1 was when the threading implementation used was NPTL. So we only built the core pass-1 when NPTL was used. Now, things have changed (what? when? Dunno...), and some bare-metal canadian toolchains fail to build if a core pass-1 is not present. OTOH, a core pass-1, although not needed for non-NPTL builds, does no harm at all if it is present. So, unconditionally build a core pass-1 (but still pass conditional options to the core backend). Reported-by:
Per Arnold Blaasmo <Per-Arnold.Blaasmo@atmel.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- Jul 31, 2012
-
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
On some distors (eg. latesst openSuSE), the ncurses headers are not located in the usual location. Hard-code this location in the kconfig Makefile, as a (temporary?) workaround. Reported-by:
Simon Gornall <sgornall@apple.com> [Fix suggested by Simon] Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
Because we now patch configure.in and configure, the Makefile quicks in a re-build rule as the source files are now more recent than the bundled generated files, and that fails because the m4 directory is missing, although on some systems where aclocal is not installed, the re-build rule does nothing (except a warning). Always create tht directory. Reported-by:
Per Arnold Blaasmo <per-arnold.blaasmo@atmel.com> [Also thanks to Thomas De Schampheleire <patrickdepinguin@gmail.com> for some digging works on this issue] Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- Jul 23, 2012
-
-
Benoît Thébaudeau" authored
Update Linux with the latest available revisions. Signed-off-by:
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <c626b7332f2b92478fda.1343045360@advdt005-ubuntu>
-
- Jul 12, 2012
-
-
Benoît Thébaudeau" authored
Update Linaro GCC with the latest available revisions. Signed-off-by:
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <e1da9700b5ce493eeb94.1342125564@advdt005-ubuntu>
-
- Jul 03, 2012
-
-
Bryan Hundven authored
Attempt #2 at updating gcc. This time without porting gcc 4.7.0 patches forward. Signed-off-by:
Bryan Hundven <bryanhundven@gmail.com> Message-Id: <aeffa57986d52dd7b0a8.1341290304@flambe.is-a-geek.org>
-
Bryan Hundven authored
Patches don't need to come forward, as they are in this branch. Signed-off-by:
Bryan Hundven <bryanhundven@gmail.com> Message-Id: <6fdf77081379812820e8.1341286640@flambe.is-a-geek.org>
-
Bryan Hundven authored
Signed-off-by:
Bryan Hundven <bryanhundven@gmail.com> Message-Id: <c917c398e95919856980.1341286289@flambe.is-a-geek.org>
-
- Jul 23, 2012
-
-
Yann E. MORIN" authored
Since we use defconfigs to save the samples, listing all the samples can no longer be done by passing all the sample names at one to the script; we need to pass them one-by-one after we expand the sample's defconfig ibnto a complete .config. Reported-by:
Bryan Hundven <bryanhundven@gmail.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- Jul 17, 2012
-
-
Yann E. MORIN" authored
We also need the GNU variant for this one. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
These two went MIA after the migration to an autoconf-based ./configure. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- Jul 14, 2012
-
-
Yann E. MORIN" authored
Building glibc requires GNU awk, not any other. Reported-by:
Han Sooloo <hansooloo@gmail.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Thomas De Schampheleire authored
Older flex versions require there be no space between options and their arguments. For example '-P zconf' is not correct and should be '-Pzconf'. This is for example the case for flex-2.5.4 shipped with CentOS 5.8. Signed-off-by:
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Message-Id: <9652ce148bddc1def484.1339241000@beantl019720>
-
- Jul 02, 2012
-
-
Yann E. MORIN" authored
Reported-by:
Matthieu Crapet <mcrapet@gmail.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <CAL2sKTnAC9K0uo36QPJEdAJmZqPZNJgWLhxLzhsvs4G-EfbvMA@mail.gmail.com>
-
- Jun 18, 2012
-
-
Benoît Thébaudeau" authored
Update Linux with the latest available revisions. Signed-off-by:
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
-
- Jun 14, 2012
-
-
Benoît Thébaudeau" authored
Update Linaro GDB with the latest available revisions. Signed-off-by:
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
-
Benoît Thébaudeau" authored
Update Linaro GCC with the latest available revisions. Signed-off-by:
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
-
- Jun 11, 2012
-
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- Jun 10, 2012
-
-
Yann E. MORIN" authored
Sourceforge has again changed its mirroring system... :-( Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- Jun 06, 2012
-
-
Matthieu Crapet authored
Upstream SVN is currently broken: http://www.eglibc.org/svn/branches/eglibc-2_15/libc/ LIBC_TRY_CC_OPTION macro is not defined in aclocal.m4. This patch fix the configure script. Once upstream branch will be fixed this patch could be reverted. Related patch (committed to eglibc trunk): Use autoconf macro for testing compiler options with empty input http://sourceware.org/ml/libc-alpha/2012-03/msg00816.html Signed-off-by:
Matthieu Crapet <mcrapet@gmail.com> diff -r 1f6c8e4b2b92 -r d10afc5bcc25 patches/eglibc/2_15/110-aclocal-LIBC_TRY_CC_OPTION.patch
-
- Jun 03, 2012
-
-
Yann E. MORIN" authored
Reported-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- May 25, 2012
-
-
Benoît Thébaudeau" authored
Update Linux with the latest available revisions. Signed-off-by:
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
-
- May 29, 2012
-
-
Yann E. MORIN" authored
Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
- May 17, 2012
-
-
Benoît Thébaudeau" authored
Update Linaro GCC with the latest available revisions. Signed-off-by:
"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
-
Yann E. MORIN" authored
gdbserver >= 7.2 comes with an optional library to use tracepoints, the In Process Agent (IPA) library, libinproctrace.so. Currently, we build gdbserver staticaly, but that breaks the build of the IPA lib. Add an option to biuld the IPA lib, but not if statically linking. Reported-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-
Yann E. MORIN" authored
gdb>=7.2 has new features. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr>
-