aboutsummaryrefslogtreecommitdiff
path: root/paths.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Add an override for bisonRoman Bolshakov2018-11-071-0/+1
| | | | | | | | 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>
* Provide more overrides for makeRoman Bolshakov2018-11-071-0/+2
| | | | | | | | | | | | | 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>
* Add checking for *sum and unzipAlexey Neyman2018-04-291-0/+4
| | | | | | | Also improve logging (add an ability to log commands/files/environment variables to config.log) Signed-off-by: Alexey Neyman <stilor@att.net>
* Kill gperf vestigesAlexey Neyman2018-04-071-0/+12
Generate paths.sh by configure, do away with paths.mk. Signed-off-by: Alexey Neyman <stilor@att.net>