(CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer option.
authorUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2005 04:39:17 +0000 (04:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2005 04:39:17 +0000 (04:39 +0000)
stdlib/Makefile

index 2e45ae1..a0c0e71 100644 (file)
@@ -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)))