aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/Implies
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/Implies')
-rw-r--r--sysdeps/x86_64/Implies8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysdeps/x86_64/Implies b/sysdeps/x86_64/Implies
index 8b4daae..22067ab 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