From 094fc37b40d9e746b5c878b2cd24a7872cacd555 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 26 Mar 1999 01:29:54 +0000 Subject: [PATCH] (gmp-objs): Add inlines. --- math/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/Makefile b/math/Makefile index 56124e73fa..e1b3431d19 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) -- 2.11.4.GIT