From: Andreas Schwab Date: Fri, 26 Mar 1999 01:29:54 +0000 (+0000) Subject: (gmp-objs): Add inlines. X-Git-Tag: upstream/2.20~20451 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=094fc37b40d9e746b5c878b2cd24a7872cacd555;p=platform%2Fupstream%2Flinaro-glibc.git (gmp-objs): Add inlines. --- 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)