summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-01-23 04:39:17 +0000
committerUlrich Drepper <drepper@redhat.com>2005-01-23 04:39:17 +0000
commit6bbc689ee3d8fcba26b73901a543177dff14f68e (patch)
treeb7873da4c23f277ec10cb6be29c2a6668847f26c /stdlib
parentcd7129c9072be9f7ee95fc2858f238a0caa834e9 (diff)
(CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer option.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile3
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)))