1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* sysdeps/unix/Makefile ($(common-objpfx)ioctls): Remove NULL from

the list.

	* time/northamerica: Corrections to Canada data from ADO 95i.

	* sysdeps/unix/sysv/linux/Makefile (headers): Don't append to this
	unconditionally.  In socket subdir, append sys/socketcall.h; in
	time subdir, append sys/timex.h.
	(config-LDFLAGS): New variable.
	* sysdeps/unix/sysv/linux/Dist: New file.
	* Makeconfig (+link): Pass $(config-LDFLAGS) before $(LDFLAGS).
This commit is contained in:
Roland McGrath
1995-10-04 21:52:33 +00:00
parent 5f77086119
commit 57aefafe56
7 changed files with 50 additions and 17 deletions

View File

@ -0,0 +1,2 @@
sys/socketcall.h
sys/timex.h

View File

@ -12,10 +12,15 @@ endif
ifeq ($(subdir), time)
sysdep_routines := $(sysdep_routines) adjtimex
headers += sys/timex.h
endif
ifeq ($(subdir), sysvipc)
sysdep_routines := $(sysdep_routines) ipc
endif
headers := $(headers) sys/socketcall.h sys/timex.h
ifeq ($(subdir), socket)
headers += sys/socketcall.h
endif
config-LDFLAGS = -Wl,-dynamic-linker=/lib/ld-gnu.so.1