]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- linuxthreads won't work w/o fp, glibc will
authorTomasz Pala <gotar@pld-linux.org>
Fri, 9 May 2003 16:02:47 +0000 (16:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-lthrds_noomit.patch -> 1.1

glibc-lthrds_noomit.patch [new file with mode: 0644]

diff --git a/glibc-lthrds_noomit.patch b/glibc-lthrds_noomit.patch
new file mode 100644 (file)
index 0000000..6d8a7c5
--- /dev/null
@@ -0,0 +1,14 @@
+--- glibc-2.3.2/linuxthreads/Makefile.orig     Sat Feb 22 02:01:16 2003
++++ glibc-2.3.2/linuxthreads/Makefile  Fri May  9 10:01:53 2003
+@@ -73,6 +73,11 @@
+ others: $(objpfx)libpthread_nonshared.a
+ endif
++ifeq ($(build-omitfp),yes)
++CFLAGS-.o := $(filter-out -fomit-frame-pointer, $(CFLAGS-.o))
++CFLAGS-.os := $(filter-out -fomit-frame-pointer, $(CFLAGS-.os))
++endif
++
+ $(objpfx)libpthread_nonshared.a: $(addprefix $(objpfx),$(addsuffix .os,$(libpthread-nonshared)))
+       $(AR) $(ARFLAGS) $@ $^
This page took 0.034809 seconds and 4 git commands to generate.