mirror of git://sourceware.org/git/glibc.git
* Makefile (subdirs): Put csu first.
* sysdeps/mach/hurd/start.c: Include unistd.h for __environ decl.
This commit is contained in:
parent
f8e960f1b0
commit
41d43dbce0
|
@ -1,5 +1,9 @@
|
||||||
Mon Feb 20 04:04:57 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
|
Mon Feb 20 04:04:57 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* Makefile (subdirs): Put csu first.
|
||||||
|
|
||||||
|
* sysdeps/mach/hurd/start.c: Include unistd.h for __environ decl.
|
||||||
|
|
||||||
* Makeconfig [elf=yes] (+preinit, +postinit): New variables, set
|
* Makeconfig [elf=yes] (+preinit, +postinit): New variables, set
|
||||||
to crt[in].o.
|
to crt[in].o.
|
||||||
(csu-objpfx): New variable.
|
(csu-objpfx): New variable.
|
||||||
|
|
10
Makefile
10
Makefile
|
@ -49,12 +49,10 @@ sysdep-subdirs := $(subst $(\n), ,$(sysdep-subdirs))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# These are the subdirectories containing the library source.
|
# These are the subdirectories containing the library source.
|
||||||
+ansi_dirs := assert ctype locale math setjmp \
|
subdirs := csu assert ctype locale math setjmp signal stdio stdlib \
|
||||||
signal stdio stdlib malloc string time
|
malloc string time dirent grp pwd posix io termios resource \
|
||||||
+posix_dirs := dirent grp pwd posix io termios
|
socket misc gnulib $(wildcard crypt) manual \
|
||||||
+other_dirs := resource socket misc gnulib $(wildcard crypt) manual csu
|
$(sysdep-subdirs)
|
||||||
subdirs := $(strip $(+ansi_dirs) $(+posix_dirs) $(+other_dirs) \
|
|
||||||
$(sysdep-subdirs))
|
|
||||||
export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63.
|
export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63.
|
||||||
|
|
||||||
# The mach and hurd subdirectories have many generated header files which
|
# The mach and hurd subdirectories have many generated header files which
|
||||||
|
|
Loading…
Reference in New Issue