diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-07 14:11:47 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-07 14:11:47 -0700 |
commit | e9ceaf254cf54569baa266fcb29677c392360edc (patch) | |
tree | ea7deb2c32932a71b4d9e77430b3d2e72ca57e59 /nptl/Makefile | |
parent | 691bc9c1e449a9c3a277926fa28f7f41b63cd7df (diff) | |
download | glibc-e9ceaf254cf54569baa266fcb29677c392360edc.tar.gz glibc-e9ceaf254cf54569baa266fcb29677c392360edc.tar.xz glibc-e9ceaf254cf54569baa266fcb29677c392360edc.zip |
Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index ad7ac05ef4..6f2b66c303 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)) |