diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-09 16:50:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-09 16:50:03 +0000 |
commit | 8942a07afcba648c1766c8e94df65b92a555fdb3 (patch) | |
tree | ec7a302869597c675104248a8427cd3520c02fd9 /Makeconfig | |
parent | 557072655748be14a747242135f1b34eff9f735f (diff) | |
download | glibc-8942a07afcba648c1766c8e94df65b92a555fdb3.tar.gz glibc-8942a07afcba648c1766c8e94df65b92a555fdb3.tar.xz glibc-8942a07afcba648c1766c8e94df65b92a555fdb3.zip |
* sysdeps/unix/sysv/linux/net/if.h: New file.
* sysdeps/unix/sysv/linux/Dist: Add it. * sysdeps/unix/sysv/linux/Makefile [$(subdir)=socket] (headers): Add net/if.h. * Makeconfig (link-libc): Add libc.a after libc.so in link. * Rules (static-only-routines rule): Use empty.o instead of dummy.o. (empty.o): New target. (generated): Add empty.c, empty.o.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index b9de4f3329..ba0c940fbb 100644 --- a/Makeconfig +++ b/Makeconfig @@ -292,7 +292,7 @@ endif ifndef link-libc ifeq (yes,$(build-shared)) link-libc = -Wl,-rpath-link=$(common-objdir) \ - $(common-objpfx)libc.so$(libc.so-version) $(gnulib) + $(common-objpfx)libc.so $(common-objpfx)libc.a $(gnulib) # Choose the default search path for the dynamic linker based on # where we will install libraries. ifneq ($(libdir),$(slibdir)) |