mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
74979fb19b
Also improve logging (add an ability to log commands/files/environment variables to config.log) Signed-off-by: Alexey Neyman <stilor@att.net>
17 lines
412 B
Bash
17 lines
412 B
Bash
export install="@INSTALL@"
|
|
export bash="@BASH_SHELL@"
|
|
export awk="@AWK@"
|
|
export grep="@GREP@"
|
|
export make="@MAKE@"
|
|
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@"
|