Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc Just build the legacy stuff for earm (for now).
details: https://anonhg.NetBSD.org/src/rev/3353dec8fd69
branches: trunk
changeset: 786350:3353dec8fd69
user: matt <matt%NetBSD.org@localhost>
date: Sat Apr 27 08:00:40 2013 +0000
description:
Just build the legacy stuff for earm (for now).
diffstat:
lib/libc/Makefile | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diffs (32 lines):
diff -r 2b7d6c8d79df -r 3353dec8fd69 lib/libc/Makefile
--- a/lib/libc/Makefile Sat Apr 27 07:59:09 2013 +0000
+++ b/lib/libc/Makefile Sat Apr 27 08:00:40 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.155 2013/04/25 15:39:26 matt Exp $
+# $NetBSD: Makefile,v 1.156 2013/04/27 08:00:40 matt Exp $
# @(#)Makefile 8.2 (Berkeley) 2/3/94
#
# All library objects contain sccsid strings by default; they may be
@@ -44,7 +44,6 @@
# The following controls how to build compatibility code for old NetBSD
# binaries. If BUILD_LEGACY is yes, then we build a separate library; otherwise
# we include the code in libc.
-.if empty(MACHINE_ARCH:Mearm*)
BUILD_LEGACY?= no
.if "${BUILD_LEGACY}" == "yes"
SUBDIR=compat
@@ -55,14 +54,6 @@
# Marker for compat code that can't be easily isolated
CPPFLAGS+= -D__BUILD_LEGACY
.endif
-.else # XXX temp
-COMPATDIR=${.CURDIR}/compat
-.PATH: ${COMPATDIR}/sys
-SRCS+= compat___lwp_park50.c
-MAN+= getdirentries.3
-CPPFLAGS+= -D__BUILD_LEGACY
-CPPFLAGS+= -I${NETBSDSRCDIR}/sys
-.endif
.include "${.CURDIR}/../../common/lib/libc/Makefile.inc"
.include "${.CURDIR}/atomic/Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index