diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-16 09:31:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-16 09:31:23 +0000 |
commit | 26da047f376abd5da2561be914b93179c7230afa (patch) | |
tree | c2f1ae03ba5e26ee38a222f6a27ee027ac13a264 /sysdeps/unix/sysv/linux/Makefile | |
parent | 3433189e8a3934084db3945f1e9c0c8fa3f8f166 (diff) | |
download | glibc-26da047f376abd5da2561be914b93179c7230afa.tar glibc-26da047f376abd5da2561be914b93179c7230afa.tar.gz glibc-26da047f376abd5da2561be914b93179c7230afa.tar.bz2 glibc-26da047f376abd5da2561be914b93179c7230afa.zip |
* hurd/hurdinit.c (map0): Remove [!PIC] conditional.cvs/libc-960616
* shlib-versions (*-*-*): Add libutil=1.
* rpm/Makefile (install-lib): Add libc.a et al.
(install-others): Only add libc.so if $(build-shared) is yes.
* math/Makefile (install-lib): New variable, list libieee.a.
(non-lib.a): Likewise.
(extra-objs): Likewise, and ieee-math.o.
($(objpfx)libieee.a): New target, link to ieee-math.o.
* math/ieee-math.c: New file.
* sysdeps/unix/sysv/linux/Makefile [$(subdir)=math]: Remove setfpucw
and libieee.a stuff.
* sysdeps/unix/sysv/linux/ieee-fpucw.c: File removed.
* sysdeps/unix/sysv/linux/i386/ieee_fpu.c: File removed.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index a14f84c3b1..db81c2cc8e 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -1,14 +1,3 @@ -ifeq ($(subdir), math) -sysdep_routines += setfpucw -extra-objs += ieee-fpucw.o -install-lib += libieee.a -non-lib.a += libieee.a - -$(objpfx)libieee.a: $(objpfx)ieee-fpucw.o - rm -f $@ - ln $< $@ -endif - ifeq ($(subdir), io) sysdep_routines += fxstat lxstat xstat endif |