Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++

This commit is contained in:
H.J. Lu 2012-09-07 14:11:47 -07:00
parent 691bc9c1e4
commit e9ceaf254c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-09-07 H.J. Lu <hongjiu.lu@intel.com>
* debug/Makefile (LDFLAGS-tst-cancel24): Renamed to ...
(LDLIBS-tst-cancel24): This.
2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
[BZ #14545]

View File

@ -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))