diff options
author | Andreas Schwab <schwab@suse.de> | 1999-03-26 01:29:54 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1999-03-26 01:29:54 +0000 |
commit | 094fc37b40d9e746b5c878b2cd24a7872cacd555 (patch) | |
tree | 933a83681a845b9768d05487a82eb7b40f4ec029 /math/Makefile | |
parent | 0d29d6d60e3e3806a979f16f86aaf65739277704 (diff) | |
download | glibc-094fc37b40d9e746b5c878b2cd24a7872cacd555.zip glibc-094fc37b40d9e746b5c878b2cd24a7872cacd555.tar.gz glibc-094fc37b40d9e746b5c878b2cd24a7872cacd555.tar.bz2 |
(gmp-objs): Add inlines.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 56124e7..e1b3431 100644 --- a/math/Makefile +++ b/math/Makefile @@ -156,7 +156,7 @@ o = .os endif gmp-objs = $(patsubst %,$(common-objpfx)stdlib/%$o,\ add_n sub_n cmp addmul_1 mul_1 mul_n divmod_1 \ - lshift rshift mp_clz_tab udiv_qrnnd) + lshift rshift mp_clz_tab udiv_qrnnd inlines) $(objpfx)atest-exp: $(gmp-objs) $(objpfx)atest-sincos: $(gmp-objs) $(objpfx)atest-exp2: $(gmp-objs) |