From: Ulrich Drepper Date: Sun, 23 Jan 2005 04:39:17 +0000 (+0000) Subject: (CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer option. X-Git-Tag: upstream/2.30~16966 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bbc689ee3d8fcba26b73901a543177dff14f68e;p=external%2Fglibc.git (CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer option. --- diff --git a/stdlib/Makefile b/stdlib/Makefile index 2e45ae1..a0c0e71 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)))