]> git.ipfire.org Git - thirdparty/glibc.git/commit - configure.in
Fri May 19 17:16:46 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Sat, 20 May 1995 00:13:43 +0000 (00:13 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 20 May 1995 00:13:43 +0000 (00:13 +0000)
commita2fe9c76a9d7645c63288eda807e01a6b1901d29
tree68882cda9fe373eda0ecaa70503d34812186138d
parent2b83a2a4d978012cdf78b648337c31091e20526d
Fri May 19 17:16:46 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* sysdeps/mach/hurd/i386/init-first.c: In cthreads case, handle
  args on stack from kernel.

* posix/Makefile, sysdeps/alpha/Makefile,
* sysdeps/mach/hurd/Makefile, sysdeps/sparc/Makefile, Makefile,
* Makerules, Make-dist: Fix "cvs commit" cmds in rules to not fail
in the absence of CVS dirs.

* hurd/hurdstartup.c: Don't call __mach_init.  Grok args from the
  kernel on the stack properly.

* set-init.c: Never call _init/_fini; just run __libc_subinit.

* Makerules (LDFLAGS-c.so): Add -nostartfiles.
* mach/Machrules (LDFLAGS-$(interface.so)): Likewise.

* configure.in: Move defaulting of --with-elf and --with-gnu-*
  based on host os outside the AC_CACHE_VAL for the sysdirs
  calculation.

* Makeconfig (localedir, nlsdir): New variables.

* values.h: New file.
* Makefile (headers): Add values.h.

* locale/Makefile (distribute): Add error.h.
* locale/localedef.c: Include "error.h".
(main): Use error_message_count instead of warning_cntr.
17 files changed:
ChangeLog
Make-dist
Makeconfig
Makefile
Makerules
configure.in
hurd/hurdstartup.c
locale/Makefile
locale/localedef.c
mach/Machrules
posix/Makefile
set-init.c
sysdeps/alpha/Makefile
sysdeps/mach/hurd/Makefile
sysdeps/mach/hurd/i386/init-first.c
sysdeps/sparc/Makefile
values.h [new file with mode: 0644]