about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2015-01-08 08:32:06 -0800
committerRichard Henderson <rth@twiddle.net>2015-01-08 08:32:44 -0800
commitb92058573b4b26ad0700c73d0ba33a796556e7fa (patch)
tree54bc074b0dbafee94742c935e085ed5358e4c0fe /nptl
parent1a0a8d152d9ff65315c3e0f2623ccc2933f7695c (diff)
downloadglibc-b92058573b4b26ad0700c73d0ba33a796556e7fa.tar.gz
glibc-b92058573b4b26ad0700c73d0ba33a796556e7fa.tar.xz
glibc-b92058573b4b26ad0700c73d0ba33a796556e7fa.zip
Add -Wno-trampolines as needed
Diffstat (limited to 'nptl')
-rw-r--r--nptl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 86c44b2b9b..ce2d0e4ddd 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -619,6 +619,7 @@ tst-exec4-ARGS = $(host-test-program-cmd)
 $(objpfx)tst-execstack: $(libdl)
 $(objpfx)tst-execstack.out: $(objpfx)tst-execstack-mod.so
 LDFLAGS-tst-execstack = -Wl,-z,noexecstack
+CFLAGS-tst-execstack-mod.c += -Wno-trampolines
 
 $(objpfx)tst-fini1mod.so: $(shared-thread-library)