Don't build extended-precision routines on m68000; from Havard.

This commit is contained in:
kleink 2006-03-20 09:52:23 +00:00
parent 5c598dee82
commit 4b173cfc48
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
# $NetBSD: Makefile.inc,v 1.1 2006/03/15 17:35:18 kleink Exp $
# $NetBSD: Makefile.inc,v 1.2 2006/03/20 09:52:23 kleink Exp $
SRCS+= strtof.c strtold_pxL.c
SRCS+= strtof.c
.if ${MACHINE_ARCH} != "m68000"
SRCS+= strtold_pxL.c
SRCS+= strtopxL.c
.fi