diff options
| author | pk <pk@NetBSD.org> | 1993-10-05 21:52:07 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1993-10-05 21:52:07 +0000 |
| commit | 5258e5ce3dda60c4a7bdb41d8f042df8a9d6fc23 (patch) | |
| tree | 8a64145da8258bbc19f3b059829e68c0dad811c7 /lib/libm | |
| parent | fb2163c39cab69bcc6cdd2321f21a11389a9ddd0 (diff) | |
No PIC, you probably don't want the overhead in these functions.
Diffstat (limited to 'lib/libm')
| -rw-r--r-- | lib/libm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 45a72d70ac8..4381f88b1fe 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 12/2/92 -# $Id: Makefile,v 1.5 1993/10/01 23:56:08 cgd Exp $ +# $Id: Makefile,v 1.6 1993/10/05 21:52:07 pk Exp $ # # ieee - for most IEEE machines, we hope. # mc68881 - the, ahem, mc68881. @@ -12,6 +12,7 @@ LIB= m CFLAGS+=-I${.CURDIR}/common_source +NOPIC= nopic .if (${MACHINE} == "ieee") |
