diff options
author | 2005-02-16 10:56:26 +0000 | |
---|---|---|
committer | 2005-02-16 10:56:26 +0000 | |
commit | f6bb5fdb816a1d98c8419a3b214146739448e5cd (patch) | |
tree | d8697fb1e06fc0cdf0c15e27bf7a347457fce80b /stdlib | |
parent | . (diff) | |
download | glibc-f6bb5fdb816a1d98c8419a3b214146739448e5cd.tar.xz glibc-f6bb5fdb816a1d98c8419a3b214146739448e5cd.zip |
2005-01-22 Ulrich Drepper <drepper@redhat.com>
* posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
pointer option.
* stdlib/Makefile (CFLAGS-system.os): Use this instead of
CFLAGS-system.c for frame pointer option.
2005-01-20 Ulrich Drepper <drepper@redhat.com>
* posix/Makefile: Add -fomit-frame-pointer for a few more files.
* stdlib/Makefile: Likewise.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 8e9ef28cb4..cdf5a91bd0 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -92,6 +92,7 @@ CFLAGS-bsearch.c = $(uses-callbacks) CFLAGS-msort.c = $(uses-callbacks) CFLAGS-qsort.c = $(uses-callbacks) CFLAGS-system.c = -fexceptions +CFLAGS-system.os = -fomit-frame-pointer CFLAGS-fmtmsg.c = -fexceptions ifneq (,$(filter %REENTRANT, $(defines))) |