From 8e43a1a143b506e391ba5ba988d1d0e88ce9364f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 16 Aug 2015 20:58:59 -0700 Subject: Do not support localised optimizations this helps to have a global -O level Signed-off-by: Khem Raj Signed-off-by: Waldemar Brodkorb --- libpthread/nptl/pthread_mutex_timedlock.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpthread/nptl') diff --git a/libpthread/nptl/pthread_mutex_timedlock.c b/libpthread/nptl/pthread_mutex_timedlock.c index 04187f6de..f56f6c55e 100644 --- a/libpthread/nptl/pthread_mutex_timedlock.c +++ b/libpthread/nptl/pthread_mutex_timedlock.c @@ -28,7 +28,9 @@ * error: can't find a register in class ‘GENERAL_REGS’ while reloading ‘asm’ */ int +#ifndef __OPTIMIZE__ attribute_optimize("Os") +#endif pthread_mutex_timedlock ( pthread_mutex_t *mutex, const struct timespec *abstime) -- cgit v1.2.3