mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
cb7b1c9014
configure scripts need to be runnable with a POSIX-compliant /bin/sh. On many (but not all!) systems, /bin/sh is provided by Bash, so errors like this aren't spotted. Notably Debian defaults to /bin/sh provided by dash which doesn't tolerate such bashisms as '=='. This retains compatibility with bash. Fixes configure warnings/errors like: ``` checking if compiler warns about alias for function with incompatible types... yes /var/tmp/portage/sys-libs/glibc-2.34-r10/work/glibc-2.34/configure: 4209: test: xyes: unexpected operator ``` Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> Signed-off-by: Sam James <sam@gentoo.org> |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
power7 | ||
power8 | ||
power9 | ||
power10 | ||
configure | ||
configure.ac | ||
dl-hwcap-check.h | ||
dl-hwcaps-subdirs.c | ||
Implies | ||
Implies-before | ||
Makefile | ||
no_ldbl_gnu_attribute.c | ||
tst-glibc-hwcaps.c |