diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-12-02 18:27:40 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-12-02 18:27:40 +0000 |
| commit | 6464bbfa03ce209fd0eeafc72ca1fada2e7b8c3d (patch) | |
| tree | 09c67d722dfe4af7b3926fd4883c18a1faa56ecf /lib/libc/stdlib | |
| parent | 405c5615184962c96f337e73b3516cd367b7ae7a (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index ed88554f4d0a..19200b9d4fcb 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -9,19 +9,10 @@ MISRCS+=abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ getsubopt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c \ labs.c ldiv.c llabs.c lldiv.c malloc.c merge.c putenv.c \ qsort.c radixsort.c rand.c random.c reallocf.c realpath.c \ - setenv.c strfmon.c strhash.c strtoimax.c strtol.c strtoll.c \ + setenv.c strfmon.c strhash.c strtod.c strtoimax.c strtol.c strtoll.c \ strtoq.c strtoul.c strtoull.c strtoumax.c strtouq.c system.c \ tdelete.c tfind.c tsearch.c twalk.c -.if ${MACHINE_ARCH} == "alpha" -# XXX Temporary until the assumption that a long is 32-bits is resolved -# XXX FreeBSD's code. NetBSD kludged this with Long = int32_t and -# XXX ULong = u_int32_t -SRCS+= netbsd_strtod.c -.else -SRCS+= strtod.c -.endif - # machine-dependent stdlib sources .if exists(${.CURDIR}/../libc/${MACHINE_ARCH}/stdlib/Makefile.inc) .include "${.CURDIR}/../libc/${MACHINE_ARCH}/stdlib/Makefile.inc" |
