]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-lthrds_noomit.patch
- added dirs for dz,km,mg messages
[packages/glibc.git] / glibc-lthrds_noomit.patch
CommitLineData
d680d71f
JB
1--- glibc-2.3.4/linuxthreads/Makefile.orig 2004-12-02 23:55:00.000000000 +0100
2+++ glibc-2.3.4/linuxthreads/Makefile 2005-01-27 10:49:54.000000000 +0100
3@@ -79,6 +79,11 @@
4
5 include ../Makeconfig
2e5432bd
TP
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+
d680d71f 12 ifeq ($(build-shared),yes)
2e5432bd 13
d680d71f 14 # Set the `multidir' variable by grabbing the variable from the compiler.
This page took 0.138262 seconds and 4 git commands to generate.