mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
2b4083dd72
* sysdeps/mach/hurd/i386/init-first.c (init1): Call __getopt_clean_environment with __environ instead of envp. * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
9 lines
187 B
Makefile
9 lines
187 B
Makefile
ifeq ($(subdir),csu)
|
|
extra-objs += crt0.o
|
|
install-lib += crt0.o
|
|
omit-deps += crt0
|
|
|
|
$(objpfx)crt0.o: $(objpfx)static-start.o $(objpfx)abi-note.o $(objpfx)init.o
|
|
$(link-relocatable)
|
|
endif
|