diff options
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r-- | sysdeps/x86_64/Implies | 8 | ||||
-rw-r--r-- | sysdeps/x86_64/fpu/Implies | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysdeps/x86_64/Implies b/sysdeps/x86_64/Implies index 8b4daaec77..22067abbfb 100644 --- a/sysdeps/x86_64/Implies +++ b/sysdeps/x86_64/Implies @@ -1,7 +1,9 @@ -x86 -$machine:x86_64/64:wordsize-64 -$machine:x86_64/x32:wordsize-32 +echo x86 +[ "$machine" = x86_64/64 ] && echo wordsize-64 +[ "$machine" = x86_64/x32 ] && echo wordsize-32 +cat <<EOF ieee754/ldbl-96 ieee754/dbl-64/wordsize-64 ieee754/dbl-64 ieee754/flt-32 +EOF diff --git a/sysdeps/x86_64/fpu/Implies b/sysdeps/x86_64/fpu/Implies index 2b745a34fb..f825e6e0fb 100644 --- a/sysdeps/x86_64/fpu/Implies +++ b/sysdeps/x86_64/fpu/Implies @@ -1 +1 @@ -x86/fpu +echo x86/fpu |