From e9ceaf254cf54569baa266fcb29677c392360edc Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 7 Sep 2012 14:11:47 -0700 Subject: [PATCH] Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++ --- nptl/ChangeLog | 5 +++++ nptl/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)) -- 2.7.4