diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-23 04:39:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-23 04:39:17 +0000 |
commit | 6bbc689ee3d8fcba26b73901a543177dff14f68e (patch) | |
tree | b7873da4c23f277ec10cb6be29c2a6668847f26c /stdlib | |
parent | cd7129c9072be9f7ee95fc2858f238a0caa834e9 (diff) | |
download | glibc-6bbc689ee3d8fcba26b73901a543177dff14f68e.tar.gz glibc-6bbc689ee3d8fcba26b73901a543177dff14f68e.tar.xz glibc-6bbc689ee3d8fcba26b73901a543177dff14f68e.zip |
(CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer option.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 2e45ae1b27..a0c0e71704 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -91,7 +91,8 @@ generated += isomac isomac.out tst-putenvmod.so CFLAGS-bsearch.c = $(uses-callbacks) CFLAGS-msort.c = $(uses-callbacks) CFLAGS-qsort.c = $(uses-callbacks) -CFLAGS-system.c = -fexceptions -fomit-frame-pointer +CFLAGS-system.c = -fexceptions +CFLAGS-system.os = -fomit-frame-pointer CFLAGS-fmtmsg.c = -fexceptions ifneq (,$(filter %REENTRANT, $(defines))) |