diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2012-07-19 10:05:00 -0700 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2012-07-19 10:19:32 -0700 |
| commit | 1942576bb11c2d85dad8c6f3e4438226d285dd0c (patch) | |
| tree | d2c31ee9bfa6dce238c487240002dfa57fd6c9e6 /sysdeps/x86_64 | |
| parent | f39df7ff83f8ebf9a0ccd0ef26751cf6a6606f79 (diff) | |
| download | glibc-hjl/implies.tar.xz glibc-hjl/implies.zip | |
Change Implies to shell scripthjl/implies
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 |
