mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Require GNU awk at ./configure time.
Some components (specifically {,e}glibc) will not build when awk is not GNU awk. Make ./configure check for GNU awk.
This commit is contained in:
parent
82f9efebd8
commit
ea31afdf04
2
configure
vendored
2
configure
vendored
@ -327,7 +327,7 @@ has_or_abort prog=make \
|
||||
ver='^GNU Make (3.[89][[:digit:]]|[4-9])' \
|
||||
err="GNU 'make' 3.80 or above was not found"
|
||||
has_or_abort prog=gcc
|
||||
has_or_abort prog=awk
|
||||
has_or_abort prog="awk gawk" ver='^GNU Awk' err="GNU 'awk' was not found"
|
||||
has_or_abort prog=bison
|
||||
has_or_abort prog=flex
|
||||
has_or_abort prog=makeinfo
|
||||
|
Loading…
Reference in New Issue
Block a user