mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
862c35457d
- Force building make as a companion tool if host make is older than 4.0 (CentOS 7 currently has 3.82) - Disable 2.29 as a choice if host python is older than 3.4 (CentOS 7 has 2.6 unless python from EPEL is installed) - Python2 emits its version information to STDERR. Ugh. While there, also use the detected host Python for GDB configuration. Signed-off-by: Alexey Neyman <stilor@att.net>
21 lines
506 B
Bash
21 lines
506 B
Bash
export install="@INSTALL@"
|
|
export bash="@BASH_SHELL@"
|
|
export bison="@BISON@"
|
|
export awk="@AWK@"
|
|
export grep="@GREP@"
|
|
export gmake="@MAKE@"
|
|
export gnumake="@MAKE@"
|
|
export make="@MAKE@"
|
|
export python="@PYTHON@"
|
|
export sed="@SED@"
|
|
export libtool="@LIBTOOL@"
|
|
export libtoolize="@LIBTOOLIZE@"
|
|
export objcopy="@OBJCOPY@"
|
|
export objdump="@OBJDUMP@"
|
|
export readelf="@READELF@"
|
|
export patch="@PATCH@"
|
|
export md5sum="@md5sum@"
|
|
export sha1sum="@sha1sum@"
|
|
export sha256sum="@sha256sum@"
|
|
export sha512sum="@sha512sum@"
|