From f6bb5fdb816a1d98c8419a3b214146739448e5cd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 16 Feb 2005 10:56:26 +0000 Subject: 2005-01-22 Ulrich Drepper * 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 * posix/Makefile: Add -fomit-frame-pointer for a few more files. * stdlib/Makefile: Likewise. --- stdlib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib') 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))) -- cgit v1.2.3-59-g8ed1b