diff --git a/ChangeLog b/ChangeLog index 4b807d8113..ce2df740a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-10-10 Jeff Bailey + + * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of + bits/errno.h + +2001-10-07 Roland McGrath + + * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS. + 2001-10-10 Ulrich Drepper * elf/elf.h: Add more ELFOSABI_* constants. diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 81fd059d78..586ca4a20c 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -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 $@