mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++
This commit is contained in:
parent
691bc9c1e4
commit
e9ceaf254c
@ -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]
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user