This is an automated email from the git hooks/post-receive script.
Charles Baylis pushed a change to branch master in repository toolchain/abe.
from 0d4d41d Remove --prefix option, bug #2543. new 4bd508d Support GCC 4.9 via --extraconfigdir.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: abe.sh | 107 +++++++++++++++++++++++++----------- config/eglibc.conf | 2 +- config/gcc4_9/binutils.conf | 1 + config/{gcc5 => gcc4_9}/gcc.conf | 2 +- config/{gcc5 => gcc4_9}/glibc.conf | 2 +- config/{gcc5 => gcc4_9}/gmp.conf | 0 config/{gcc5 => gcc4_9}/linux.conf | 0 config/{gcc5 => gcc4_9}/mpfr.conf | 0 config/{gcc5 => gcc4_9}/newlib.conf | 0 config/gcc4_9/preferred_libc.conf | 1 + config/preferred_libc.conf | 1 + lib/globals.sh | 2 +- test.sh | 2 +- 13 files changed, 84 insertions(+), 36 deletions(-) create mode 100644 config/gcc4_9/binutils.conf copy config/{gcc5 => gcc4_9}/gcc.conf (80%) copy config/{gcc5 => gcc4_9}/glibc.conf (66%) copy config/{gcc5 => gcc4_9}/gmp.conf (100%) copy config/{gcc5 => gcc4_9}/linux.conf (100%) copy config/{gcc5 => gcc4_9}/mpfr.conf (100%) copy config/{gcc5 => gcc4_9}/newlib.conf (100%) create mode 100644 config/gcc4_9/preferred_libc.conf create mode 100644 config/preferred_libc.conf