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 /ports/sysdeps/alpha | |
| parent | f39df7ff83f8ebf9a0ccd0ef26751cf6a6606f79 (diff) | |
| download | glibc-hjl/implies.tar.xz glibc-hjl/implies.zip | |
Change Implies to shell scripthjl/implies
Diffstat (limited to 'ports/sysdeps/alpha')
| -rw-r--r-- | ports/sysdeps/alpha/Implies | 4 | ||||
| -rw-r--r-- | ports/sysdeps/alpha/alphaev6/Implies | 2 | ||||
| -rw-r--r-- | ports/sysdeps/alpha/alphaev67/Implies | 2 | ||||
| -rw-r--r-- | ports/sysdeps/alpha/alphaev67/fpu/Implies | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/ports/sysdeps/alpha/Implies b/ports/sysdeps/alpha/Implies index d03783b127..052cf76a70 100644 --- a/ports/sysdeps/alpha/Implies +++ b/ports/sysdeps/alpha/Implies @@ -1,7 +1,9 @@ -wordsize-64 +echo wordsize-64 # Alpha uses IEEE 754 single, double and quad precision floating point. +cat <<EOF ieee754/ldbl-128 ieee754/dbl-64/wordsize-64 ieee754/dbl-64 ieee754/flt-32 alpha/soft-fp +EOF diff --git a/ports/sysdeps/alpha/alphaev6/Implies b/ports/sysdeps/alpha/alphaev6/Implies index 0e7fc170ba..bbc504e8f9 100644 --- a/ports/sysdeps/alpha/alphaev6/Implies +++ b/ports/sysdeps/alpha/alphaev6/Implies @@ -1 +1 @@ -alpha/alphaev5 +echo alpha/alphaev5 diff --git a/ports/sysdeps/alpha/alphaev67/Implies b/ports/sysdeps/alpha/alphaev67/Implies index 49d19c4ad8..fcf4e266dc 100644 --- a/ports/sysdeps/alpha/alphaev67/Implies +++ b/ports/sysdeps/alpha/alphaev67/Implies @@ -1 +1 @@ -alpha/alphaev6 +echo alpha/alphaev6 diff --git a/ports/sysdeps/alpha/alphaev67/fpu/Implies b/ports/sysdeps/alpha/alphaev67/fpu/Implies index 9e3f12d0ac..b6fd139066 100644 --- a/ports/sysdeps/alpha/alphaev67/fpu/Implies +++ b/ports/sysdeps/alpha/alphaev67/fpu/Implies @@ -1 +1 @@ -alpha/alphaev6/fpu +echo alpha/alphaev6/fpu |
