crosstool-ng/scripts/build/companion_tools
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
..
050-make.sh comptools/make: Install 'gmake' symlink 2015-01-08 19:15:51 -08:00
100-m4.sh scripts: Update download locations 2014-12-08 15:03:08 -08:00
200-autoconf.sh scripts: Update download locations 2014-12-08 15:03:08 -08:00
300-automake.sh scripts: Update download locations 2014-12-08 15:03:08 -08:00
400-libtool.sh scripts: Update download locations 2014-12-08 15:03:08 -08:00