]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-lthrds_noomit.patch
- linuxthreads won't work w/o fp, glibc will
[packages/glibc.git] / glibc-lthrds_noomit.patch
CommitLineData
2e5432bd
TP
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.028296 seconds and 4 git commands to generate.