diff options
| author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-11 23:34:54 +0200 |
|---|---|---|
| committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-17 21:15:28 +0200 |
| commit | 98ffc1bfeb04fb04b7f18f1cbfccf1e43d6a867f (patch) | |
| tree | 9b78b87ea3803c252e6af7173b9633bcd3b08ba2 /sysdeps/powerpc/powerpc32 | |
| parent | 7ec903e028271d029818378fd60ddaf6b76b89ac (diff) | |
| download | glibc-98ffc1bfeb04fb04b7f18f1cbfccf1e43d6a867f.tar.xz glibc-98ffc1bfeb04fb04b7f18f1cbfccf1e43d6a867f.zip | |
Convert to autoconf 2.72 (vanilla release, no distribution patches)
As discussed at the patch review meeting
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Reviewed-by: Simon Chopin <simon.chopin@canonical.com>
Diffstat (limited to 'sysdeps/powerpc/powerpc32')
| -rw-r--r-- | sysdeps/powerpc/powerpc32/fpu/configure | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sysdeps/powerpc/powerpc32/fpu/configure b/sysdeps/powerpc/powerpc32/fpu/configure index da6fbb11bf..4d285c7617 100644 --- a/sysdeps/powerpc/powerpc32/fpu/configure +++ b/sysdeps/powerpc/powerpc32/fpu/configure @@ -7,8 +7,8 @@ printf %s "checking for fcfid use... " >&6; } if test ${libc_cv_ppc_fcfid+y} then : printf %s "(cached) " >&6 -else $as_nop - echo 'double foo (int x) { return (double) x; }' > conftest.c +else case e in #( + e) echo 'double foo (int x) { return (double) x; }' > conftest.c libc_cv_ppc_fcfid=no if { ac_try='${CC-cc} -S $CFLAGS conftest.c -o conftest.s 1>&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 @@ -20,7 +20,8 @@ if { ac_try='${CC-cc} -S $CFLAGS conftest.c -o conftest.s 1>&5' libc_cv_ppc_fcfid=yes fi fi -rm -rf conftest* +rm -rf conftest* ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ppc_fcfid" >&5 printf "%s\n" "$libc_cv_ppc_fcfid" >&6; } @@ -35,8 +36,8 @@ printf %s "checking for fctidz use... " >&6; } if test ${libc_cv_ppc_fctidz+y} then : printf %s "(cached) " >&6 -else $as_nop - echo 'long long int foo (double x) { return (long long int) x; }' > conftest.c +else case e in #( + e) echo 'long long int foo (double x) { return (long long int) x; }' > conftest.c libc_cv_ppc_fctidz=no if { ac_try='${CC-cc} -S $CFLAGS conftest.c -o conftest.s 1>&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 @@ -48,7 +49,8 @@ if { ac_try='${CC-cc} -S $CFLAGS conftest.c -o conftest.s 1>&5' libc_cv_ppc_fctidz=yes fi fi -rm -rf conftest* +rm -rf conftest* ;; +esac fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_cv_ppc_fctidz" >&5 printf "%s\n" "$libc_cv_ppc_fctidz" >&6; } |
