]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(gmp-objs): Add inlines.
authorAndreas Schwab <schwab@suse.de>
Fri, 26 Mar 1999 01:29:54 +0000 (01:29 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 26 Mar 1999 01:29:54 +0000 (01:29 +0000)
math/Makefile

index 56124e73faf23414ed4840dc0123eb02c86674e3..e1b3431d199a0c0dbd7a06b15cd536115d7f3a08 100644 (file)
@@ -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)