Skip to content

Commit

Permalink
[BZ #19451]
Browse files Browse the repository at this point in the history
* math/Makefile (libm-vec-tests): Move libraries after wrappers.o to fix
"make check" link failure on Ubuntu.
  • Loading branch information
Paul Pluzhnikov committed Jan 18, 2016
1 parent c4d1746 commit 8d079ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2016-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>

[BZ #19451]
* math/Makefile (libm-vec-tests): Move libraries after wrappers.o

2016-01-15 Stefan Liebler <stli@linux.vnet.ibm.com>

[BZ #19486]
Expand Down
4 changes: 2 additions & 2 deletions math/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ $(objpfx)libieee.a: $(objpfx)ieee-math.o

$(addprefix $(objpfx),$(filter-out $(tests-static) $(libm-vec-tests),$(tests))): $(libm)
$(addprefix $(objpfx),$(tests-static)): $(objpfx)libm.a
$(addprefix $(objpfx), $(libm-vec-tests)): $(objpfx)%: $(libm) $(libmvec) \
$(objpfx)%-wrappers.o
$(addprefix $(objpfx), $(libm-vec-tests)): $(objpfx)%: $(objpfx)%-wrappers.o $(libm) \
$(libmvec)

gmp-objs = $(patsubst %,$(common-objpfx)stdlib/%.o,\
add_n sub_n cmp addmul_1 mul_1 mul_n divmod_1 \
Expand Down

0 comments on commit 8d079ae

Please sign in to comment.