From 5ca78dd02444d7a19d676d5c6aca9e0837f1b791 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 7 Sep 2012 14:12:12 -0700 Subject: Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++ --- debug/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'debug') diff --git a/debug/Makefile b/debug/Makefile index f4e38b4..ae5b674 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -114,12 +114,12 @@ tst-lfschk3-ENV = LOCPATH=$(common-objpfx)localedata tst-lfschk4-ENV = LOCPATH=$(common-objpfx)localedata tst-lfschk5-ENV = LOCPATH=$(common-objpfx)localedata tst-lfschk6-ENV = LOCPATH=$(common-objpfx)localedata -LDFLAGS-tst-chk4 = -lstdc++ -LDFLAGS-tst-chk5 = -lstdc++ -LDFLAGS-tst-chk6 = -lstdc++ -LDFLAGS-tst-lfschk4 = -lstdc++ -LDFLAGS-tst-lfschk5 = -lstdc++ -LDFLAGS-tst-lfschk6 = -lstdc++ +LDLIBS-tst-chk4 = -lstdc++ +LDLIBS-tst-chk5 = -lstdc++ +LDLIBS-tst-chk6 = -lstdc++ +LDLIBS-tst-lfschk4 = -lstdc++ +LDLIBS-tst-lfschk5 = -lstdc++ +LDLIBS-tst-lfschk6 = -lstdc++ tests = backtrace-tst tst-longjmp_chk tst-chk1 tst-chk2 tst-chk3 \ tst-lfschk1 tst-lfschk2 tst-lfschk3 test-strcpy_chk test-stpcpy_chk \ -- cgit v1.1