mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 22:52:23 +00:00
1007fb528d
The glibc.sh script doesn't handle the glibc versions with an underscore very well (bash expected integer error). I have attached a small patch for that. Instead of looking for "not period" I changed the sense to look for numbers. I initially tried to make it look for either a period or an underscore, but that didn't work like I wanted (probably because I did something wrong). Original patch modified to be more robust. /trunk/scripts/build/libc/glibc.sh | 8 4 4 0 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) |
||
---|---|---|
.. | ||
build | ||
addToolVersion.sh | ||
config.guess | ||
config.sub | ||
crosstool-NG.sh | ||
functions | ||
patch-renumber.sh | ||
populate.in | ||
saveSample.sh | ||
scripts.mk | ||
showSamples.sh | ||
toolchain-config.in |