mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++
This commit is contained in:
13
ChangeLog
13
ChangeLog
@ -1,5 +1,18 @@
|
|||||||
2012-09-07 H.J. Lu <hongjiu.lu@intel.com>
|
2012-09-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
|
||||||
|
(LDLIBS-tst-chk4): This.
|
||||||
|
(LDFLAGS-tst-chk5): Renamed to ...
|
||||||
|
(LDLIBS-tst-chk5): This.
|
||||||
|
(LDFLAGS-tst-chk6): Renamed to ...
|
||||||
|
(LDLIBS-tst-chk6): This.
|
||||||
|
(LDFLAGS-tst-lfschk4): Renamed to ...
|
||||||
|
(LDLIBS-tst-lfschk4): This.
|
||||||
|
(LDFLAGS-tst-lfschk5): Renamed to ...
|
||||||
|
(LDLIBS-tst-lfschk5): This.
|
||||||
|
(LDFLAGS-tst-lfschk6): Renamed to ...
|
||||||
|
(LDLIBS-tst-lfschk6): This.
|
||||||
|
|
||||||
* Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
|
* Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
|
||||||
on $(common-objpfx)soversions.mk.
|
on $(common-objpfx)soversions.mk.
|
||||||
|
|
||||||
|
@ -114,12 +114,12 @@ tst-lfschk3-ENV = LOCPATH=$(common-objpfx)localedata
|
|||||||
tst-lfschk4-ENV = LOCPATH=$(common-objpfx)localedata
|
tst-lfschk4-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
tst-lfschk5-ENV = LOCPATH=$(common-objpfx)localedata
|
tst-lfschk5-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
tst-lfschk6-ENV = LOCPATH=$(common-objpfx)localedata
|
tst-lfschk6-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
LDFLAGS-tst-chk4 = -lstdc++
|
LDLIBS-tst-chk4 = -lstdc++
|
||||||
LDFLAGS-tst-chk5 = -lstdc++
|
LDLIBS-tst-chk5 = -lstdc++
|
||||||
LDFLAGS-tst-chk6 = -lstdc++
|
LDLIBS-tst-chk6 = -lstdc++
|
||||||
LDFLAGS-tst-lfschk4 = -lstdc++
|
LDLIBS-tst-lfschk4 = -lstdc++
|
||||||
LDFLAGS-tst-lfschk5 = -lstdc++
|
LDLIBS-tst-lfschk5 = -lstdc++
|
||||||
LDFLAGS-tst-lfschk6 = -lstdc++
|
LDLIBS-tst-lfschk6 = -lstdc++
|
||||||
|
|
||||||
tests = backtrace-tst tst-longjmp_chk tst-chk1 tst-chk2 tst-chk3 \
|
tests = backtrace-tst tst-longjmp_chk tst-chk1 tst-chk2 tst-chk3 \
|
||||||
tst-lfschk1 tst-lfschk2 tst-lfschk3 test-strcpy_chk test-stpcpy_chk \
|
tst-lfschk1 tst-lfschk2 tst-lfschk3 test-strcpy_chk test-stpcpy_chk \
|
||||||
|
Reference in New Issue
Block a user