diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-09-15 20:59:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-09-15 20:59:39 +0000 |
commit | 1adb614022e367d64cac692b0e47b71d966e0133 (patch) | |
tree | c9297a406c0cd8a8324cf93adf22fc6740c580f8 /lib/libc/stdlib | |
parent | 59d5b3b2e128a0412b4c399b4f4c9931fc66e35c (diff) |
remove tahoe-specific makefile machinery, no such hardware is known to be
in working condition anymore (assuming there would be interest in running on
it).
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index f2fdedfb482..652d6fb90f6 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.45 2012/09/04 03:10:42 okan Exp $ +# $OpenBSD: Makefile.inc,v 1.46 2012/09/15 20:59:38 miod Exp $ # stdlib sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib @@ -16,10 +16,6 @@ SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ SRCS+= abs.S div.c labs.c ldiv.c .elif (${MACHINE_CPU} == "i386") SRCS+= abs.S div.S labs.S ldiv.S -.elif (${MACHINE_CPU} == "ns32k") -SRCS+= abs.S div.c labs.c ldiv.c -.elif (${MACHINE_CPU} == "tahoe") -SRCS+= abs.S div.c labs.c ldiv.c .elif (${MACHINE_CPU} == "vax") SRCS+= abs.c div.c labs.c ldiv.c .elif (${MACHINE_CPU} == "alpha") |