]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-lthrds_noomit.patch
- alpha update: tls builds now, nptl is possible (but untested)
[packages/glibc.git] / glibc-lthrds_noomit.patch
1 --- glibc-2.3.2/linuxthreads/Makefile.orig      Sat Feb 22 02:01:16 2003
2 +++ glibc-2.3.2/linuxthreads/Makefile   Fri May  9 10:01:53 2003
3 @@ -73,6 +73,11 @@
4  others: $(objpfx)libpthread_nonshared.a
5  endif
6  
7 +ifeq ($(build-omitfp),yes)
8 +CFLAGS-.o := $(filter-out -fomit-frame-pointer, $(CFLAGS-.o))
9 +CFLAGS-.os := $(filter-out -fomit-frame-pointer, $(CFLAGS-.os))
10 +endif
11 +
12  $(objpfx)libpthread_nonshared.a: $(addprefix $(objpfx),$(addsuffix .os,$(libpthread-nonshared)))
13         $(AR) $(ARFLAGS) $@ $^
14  
This page took 0.16283 seconds and 3 git commands to generate.