Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc for EARM, just build __lwp_park50 compat for libpth...



details:   https://anonhg.NetBSD.org/src/rev/9ef419cc4894
branches:  trunk
changeset: 786204:9ef419cc4894
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Apr 19 22:24:10 2013 +0000

description:
for EARM, just build __lwp_park50 compat for libpthread until the situation
is involved.

diffstat:

 lib/libc/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 0fb70746e52f -r 9ef419cc4894 lib/libc/Makefile
--- a/lib/libc/Makefile Fri Apr 19 21:02:43 2013 +0000
+++ b/lib/libc/Makefile Fri Apr 19 22:24:10 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.152 2013/04/19 21:02:43 matt Exp $
+#      $NetBSD: Makefile,v 1.153 2013/04/19 22:24:10 matt Exp $
 #      @(#)Makefile    8.2 (Berkeley) 2/3/94
 #
 # All library objects contain sccsid strings by default; they may be
@@ -55,6 +55,11 @@
 # 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
+CPPFLAGS+=     -D__BUILD_LEGACY
 .endif
 
 .include "${.CURDIR}/../../common/lib/libc/Makefile.inc"



Home | Main Index | Thread Index | Old Index