Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib/libobjc3 back out inadvertant commit (however, -D_PT...
details: https://anonhg.NetBSD.org/src/rev/6919030bf4eb
branches: trunk
changeset: 550132:6919030bf4eb
user: matt <matt%NetBSD.org@localhost>
date: Wed Jul 30 21:21:46 2003 +0000
description:
back out inadvertant commit (however, -D_PTHREADS needs to be supplied
somewhere so that gthr-posix.h is included).
diffstat:
gnu/lib/libobjc3/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d981b2788712 -r 6919030bf4eb gnu/lib/libobjc3/Makefile
--- a/gnu/lib/libobjc3/Makefile Wed Jul 30 21:20:33 2003 +0000
+++ b/gnu/lib/libobjc3/Makefile Wed Jul 30 21:21:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/30 21:19:35 matt Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/30 21:21:46 matt Exp $
REQUIRETOOLS= yes
NOLINT= # defined
@@ -24,7 +24,7 @@
SRCS= ${G_OBJS:N[A-Z]*:Nlinking.lo:.lo=.c} ${G_OBJS:M[A-Z]*:.lo=.m} linking.m
GCPPFLAGS= ${G_ALL_CFLAGS} ${G_INCLUDES}
-CPPFLAGS+= -I. -I${GCCARCH} -I${LIBGCCOBJ} ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} -pthread
+CPPFLAGS+= -I. -I${GCCARCH} -I${LIBGCCOBJ} ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*}
.for f in Protocol.m Object.m NXConstStr.m linking.m
COPTS.{$f}= -fgnu-runtime
.endfor
Home |
Main Index |
Thread Index |
Old Index