From 74df9774016da10d06a6a2e7ca3c55096d2e7909 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Wed, 10 Feb 2016 14:55:24 -0800 Subject: Small fix to patch from last October, lets tst-key5 build. --- README.google | 4 ++++ nptl/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.google b/README.google index 0b0792e..00a22f9 100644 --- a/README.google +++ b/README.google @@ -549,3 +549,7 @@ nptl/allocatestack.c nptl/Makefile nptl/tst-basic8.c For b/24399992 unlock guard pages to avoid wasting memory. + +nptl/Makefile + Unbreak building of tst-key5 + (stanshebs, google-local) diff --git a/nptl/Makefile b/nptl/Makefile index 3176e54..8c4bd34 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -609,7 +609,7 @@ $(objpfx)tst-execstack: $(libdl) $(objpfx)tst-execstack.out: $(objpfx)tst-execstack-mod.so LDFLAGS-tst-execstack = -Wl,-z,noexecstack -LDFLAGS-tst-key5 = -lrt +$(objpfx)tst-key5: $(librt) $(objpfx)tst-fini1mod.so: $(shared-thread-library) -- cgit v1.1