mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
Provide more overrides for make
glibc's configure script looks for make in the following order: gnumake gmake make but crosstool-ng has an override only for make. So glibc picks up gnumake from system and fails to proceed with the build because system make is very old. It'd more reliable if we also override gnumake and gmake. Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
This commit is contained in:
parent
94e7967261
commit
7346d635b3
@ -2,6 +2,8 @@ export install="@INSTALL@"
|
||||
export bash="@BASH_SHELL@"
|
||||
export awk="@AWK@"
|
||||
export grep="@GREP@"
|
||||
export gmake="@MAKE@"
|
||||
export gnumake="@MAKE@"
|
||||
export make="@MAKE@"
|
||||
export sed="@SED@"
|
||||
export libtool="@LIBTOOL@"
|
||||
|
Loading…
Reference in New Issue
Block a user