crosstool-ng/scripts/build
Bernhard Walle c88bbca7ab comptools/make: Install 'gmake' symlink
We had following problem: We're building a toolchain with an old glibc
version for compatibility with old Linux distributions (glibc 2.9). This
version requires make < 4 to build. However, the configure script of
glibc looks for make in the order "gnumake", "gmake" and "make". So when
"gmake" is available in the system (which is the case on Gentoo Linux
per default, unfortunately), then configure finds the system gmake 4.1
instead of the ct-ng make 3.82.

This patch adds an option to install a symlink so that 'gmake' is also
available in the old version when building toolchains.

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
2015-01-08 19:15:51 -08:00
..
arch libc/musl: add musl-libc support 2014-08-08 22:49:37 +02:00
binutils scripts: Update download locations 2014-12-08 15:03:08 -08:00
cc cc/gcc: Remove copyheaders toggle in do_cc_core_backend, make default 2015-01-02 09:52:29 +10:00
companion_libs gmp: Disable --enable-mpbsd if version is >= 5.0.2 2014-12-23 13:28:26 -08:00
companion_tools comptools/make: Install 'gmake' symlink 2015-01-08 19:15:51 -08:00
debug gdb: fix typo made in gdb build script 2014-12-09 22:16:40 -08:00
kernel scripts: Update download locations 2014-12-08 15:03:08 -08:00
libc libc/newlib: Add do_libc_start_files to copy headers to CT_HEADERS_DIR 2015-01-02 09:52:28 +10:00
test_suite cc/gcc: copy file with 'cp -v', it rotates the progress bar 2012-01-01 22:54:37 +01:00
companion_libs.sh complibs: introduce generic multi-complibs infrastructure 2012-11-16 14:59:27 +01:00
companion_tools.sh companion_tools/autoconf: add autoconf tool 2010-01-12 21:09:30 +01:00
debug.sh Simplify the Tools and Debug facilities menu entries: 2008-10-10 14:30:44 +00:00
internals.sh scripts: Use ${CT_TARGET}-strip to strip gdbserver 2012-09-20 11:20:16 +08:00
test_suite.sh test-suite: Added new test suite feature (experimental) 2010-05-19 17:53:04 +02:00