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:
2
sysdeps/unix/sysv/linux/Dist
Normal file
2
sysdeps/unix/sysv/linux/Dist
Normal file
@ -0,0 +1,2 @@
|
||||
sys/socketcall.h
|
||||
sys/timex.h
|
@ -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
|
||||
|
Reference in New Issue
Block a user