diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-03 19:12:10 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-03 19:12:10 +0200 |
commit | bba0fcef1c9477927e024387879a305a74bef3f5 (patch) | |
tree | 114a5189f289198e75e19f5bea255cc453aeb525 /configure | |
parent | c92388aa1e01fb667c8a6b15e9322f8e569d24b7 (diff) | |
parent | 38561c59605cabc43ebc9a6416a04e0a53d445b8 (diff) | |
download | egawk-bba0fcef1c9477927e024387879a305a74bef3f5.tar.gz egawk-bba0fcef1c9477927e024387879a305a74bef3f5.tar.bz2 egawk-bba0fcef1c9477927e024387879a305a74bef3f5.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -6231,32 +6231,6 @@ fi $as_echo "${gawk_cv_aix_hack}" >&6; } -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Linux/Alpha compilation hacks" >&5 -$as_echo_n "checking for Linux/Alpha compilation hacks... " >&6; } -if ${gawk_cv_linux_alpha_hack+:} false; then : - $as_echo_n "(cached) " >&6 -else - -if test "Linux" = "`uname`" && test "alpha" = "`uname -m`" -then - # this isn't necessarily always true, - # the vendor's compiler is also often found - if test "$GCC" = yes - then - CFLAGS="$CFLAGS -mieee" - gawk_cv_linux_alpha_hack=yes - else - gawk_cv_linux_alpha_hack=no - fi -else - gawk_cv_linux_alpha_hack=no -fi - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${gawk_cv_linux_alpha_hack}" >&5 -$as_echo "${gawk_cv_linux_alpha_hack}" >&6; } - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we are using EBCDIC" >&5 $as_echo_n "checking if we are using EBCDIC... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext |