diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-04 20:14:20 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-04 20:14:20 +0000 |
commit | 65e605d440c0dbfed36522d75cb7d87b698d731d (patch) | |
tree | 68873d0f1cb4ccb2f63853012fccc973518fe9c7 /gcc/config/alpha/t-alpha | |
parent | dc267123a3d9e06cef278bb696dc7e6583f2b58e (diff) | |
download | gcc-65e605d440c0dbfed36522d75cb7d87b698d731d.tar.gz |
* config/alpha/t-alpha (LIB2FUNCS_EXTRA): Use qrrnd.asm in place.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33682 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/t-alpha')
-rw-r--r-- | gcc/config/alpha/t-alpha | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/config/alpha/t-alpha b/gcc/config/alpha/t-alpha index 6afe8cb0006..d0b58d69a4e 100644 --- a/gcc/config/alpha/t-alpha +++ b/gcc/config/alpha/t-alpha @@ -1,6 +1,2 @@ -# This is really part of libgcc1, but this will cause them to be -# built correctly, so... [taken from t-sparclite] -LIB2FUNCS_EXTRA = qrnnd.S - -qrnnd.S: $(srcdir)/config/alpha/qrnnd.asm - cat $(srcdir)/config/alpha/qrnnd.asm > qrnnd.S +# This is a support routine for longlong.h, used by libgcc2.c. +LIB2FUNCS_EXTRA = $(srcdir)/config/alpha/qrnnd.asm |