This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 3/4] Add test cases for BZ #14557
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Thu, 4 Oct 2012 14:20:11 -0700 (PDT)
- Subject: Re: [PATCH 3/4] Add test cases for BZ #14557
- References: <20121004195229.GC19684@gmail.com>
> + [BZ #14557]
> + * Makefile (tests-static): Add tst-cancel24-static
> + tst-cond8-static tst-mutex8-static tst-mutexpi8-static
> + tst-sem11-static tst-sem12-static.
Use commas.
> LDLIBS-tst-cancel24 = $(no-as-needed) -lstdc++
> +LDLIBS-tst-cancel24-static = $(no-as-needed) -lstdc++
LDLIBS-tst-cancel24-static = $(LDLIBS-tst-cancel24)
This is fine with those changes.
Thanks,
Roland