]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-lthrds_noomit.patch
- added dirs for dz,km,mg messages
[packages/glibc.git] / glibc-lthrds_noomit.patch
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
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  ifeq ($(build-shared),yes)
13  
14  # Set the `multidir' variable by grabbing the variable from the compiler.
This page took 0.033861 seconds and 3 git commands to generate.