mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
0229bc415e
glibc build requires GNU bison >= 2.7 but Apple ships bison 2.3. If we provide an override for GNU bison it should be possible to use a version from homebrew. Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
20 lines
481 B
Bash
20 lines
481 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 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@"
|