From 6bbc689ee3d8fcba26b73901a543177dff14f68e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 23 Jan 2005 04:39:17 +0000 Subject: [PATCH] (CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer option. --- stdlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))) -- 2.43.5