From: H.J. Lu Date: Fri, 7 Sep 2012 21:11:47 +0000 (-0700) Subject: Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++ X-Git-Tag: upstream/2.30~10313 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9ceaf254cf54569baa266fcb29677c392360edc;p=external%2Fglibc.git Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++ --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 34b3698..d722e15 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2012-09-07 H.J. Lu + + * debug/Makefile (LDFLAGS-tst-cancel24): Renamed to ... + (LDLIBS-tst-cancel24): This. + 2012-09-06 H.J. Lu [BZ #14545] diff --git a/nptl/Makefile b/nptl/Makefile index ad7ac05..6f2b66c 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -507,7 +507,7 @@ $(objpfx)tst-clock2: $(common-objpfx)rt/librt.a $(objpfx)tst-rwlock14: $(common-objpfx)rt/librt.a endif -LDFLAGS-tst-cancel24 = $(no-as-needed) -lstdc++ +LDLIBS-tst-cancel24 = $(no-as-needed) -lstdc++ extra-B-pthread.so = -B$(common-objpfx)nptl/ $(objpfx)libpthread.so: $(addprefix $(objpfx),$(crti-objs) $(crtn-objs))