2001-10-10 Jeff Bailey <jbailey@nisa.net>
authorRoland McGrath <roland@gnu.org>
Wed, 10 Oct 2001 20:11:04 +0000 (20:11 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 10 Oct 2001 20:11:04 +0000 (20:11 +0000)
        * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
        bits/errno.h

2001-10-07  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.

ChangeLog
sysdeps/mach/hurd/Makefile

index 4b807d8..ce2df74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-10-10  Jeff Bailey  <jbailey@nisa.net>
+
+        * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
+        bits/errno.h
+
+2001-10-07  Roland McGrath  <roland@frob.com>
+
+       * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
+
 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
 
        * elf/elf.h: Add more ELFOSABI_* constants.
index 81fd059..586ca4a 100644 (file)
@@ -80,7 +80,7 @@ endef
 -include $(common-objpfx)errnos.d
 $(common-objpfx)errnos.d: $(mach-errnos-deps)
        $(mach-errno-h) | \
-       $(CC) $(CPPFLAGS) -M -x c - | \
+       $(CC) $(CFLAGS) $(CPPFLAGS) -M -x c - | \
        sed $(sed-remove-objpfx) -e 's,- *:,mach-errnos-deps :=,' \
            -e 's, \.\./, $(..),g' > $@t
        mv -f $@t $@