]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2005 04:42:14 +0000 (04:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2005 04:42:14 +0000 (04:42 +0000)
2005-01-22  Ulrich Drepper  <drepper@redhat.com>

* 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.

ChangeLog
posix/Makefile

index 8404a62f204c0c6b7c92529dbb81377d3bed5c34..0e0272b92e50bb6694c368020f2b65b8989136ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-22  Ulrich Drepper  <drepper@redhat.com>
+
+       * 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-21  Roland McGrath  <roland@redhat.com>
 
        * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
index 1fdb57c91da545d8687a29f9dc0371385fd47392..929ea47790302e51f3295f0d1157889853c27e1e 100644 (file)
@@ -138,24 +138,28 @@ CFLAGS-wait.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-waitid.c = -fexceptions
 CFLAGS-waitpid.c = -fexceptions -fasynchronous-unwind-tables
 CFLAGS-getopt.c = -fexceptions
-CFLAGS-wordexp.c = -fexceptions -fomit-frame-pointer
+CFLAGS-wordexp.c = -fexceptions
+CFLAGS-wordexp.os = -fomit-frame-pointer
 CFLAGS-sysconf.c = -fexceptions -DGETCONF_DIR='"$(libexecdir)/getconf"'
 CFLAGS-pathconf.c = -fexceptions
 CFLAGS-fpathconf.c = -fexceptions
-CFLAGS-spawn.c = -fexceptions -fomit-frame-pointer
-CFLAGS-spawnp.c = -fexceptions -fomit-frame-pointer
-CFLAGS-spawni.c = -fexceptions -fomit-frame-pointer
+CFLAGS-spawn.c = -fexceptions
+CFLAGS-spawn.os = -fomit-frame-pointer
+CFLAGS-spawnp.c = -fexceptions
+CFLAGS-spawnp.os = -fomit-frame-pointer
+CFLAGS-spawni.c = -fexceptions
+CFLAGS-spawni.os = -fomit-frame-pointer
 CFLAGS-pause.c = -fexceptions
 CFLAGS-glob.c = $(uses-callbacks) -fexceptions
 CFLAGS-glob64.c = $(uses-callbacks) -fexceptions
 CFLAGS-getconf.c = -DGETCONF_DIR='"$(libexecdir)/getconf"'
-CFLAGS-execve.c = -fomit-frame-pointer
-CFLAGS-fexecve.c = -fomit-frame-pointer
-CFLAGS-execv.c = -fomit-frame-pointer
-CFLAGS-execle.c = -fomit-frame-pointer
-CFLAGS-execl.c = -fomit-frame-pointer
-CFLAGS-execvp.c = -fomit-frame-pointer
-CFLAGS-execlp.c = -fomit-frame-pointer
+CFLAGS-execve.os = -fomit-frame-pointer
+CFLAGS-fexecve.os = -fomit-frame-pointer
+CFLAGS-execv.os = -fomit-frame-pointer
+CFLAGS-execle.os = -fomit-frame-pointer
+CFLAGS-execl.os = -fomit-frame-pointer
+CFLAGS-execvp.os = -fomit-frame-pointer
+CFLAGS-execlp.os = -fomit-frame-pointer
 
 tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
                --none random --col --color --colour
This page took 0.05231 seconds and 5 git commands to generate.