diff options
| author | matt <matt@NetBSD.org> | 2003-07-30 21:19:35 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2003-07-30 21:19:35 +0000 |
| commit | 774cd5317a7a5e11cee3a2e70dc79499a4c3f6ef (patch) | |
| tree | 4449481004dca8f09777cd40947eb3f9852eefec /gnu/lib | |
| parent | 8c0536d8f2f1d75231818ce965e58bf67108ce7d (diff) | |
Remove the alpha specific -mieee
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libobjc3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libobjc3/Makefile b/gnu/lib/libobjc3/Makefile index 05fcc382027..4d9f9fdbb9a 100644 --- a/gnu/lib/libobjc3/Makefile +++ b/gnu/lib/libobjc3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/28 02:53:24 mrg Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/30 21:19:35 matt Exp $ REQUIRETOOLS= yes NOLINT= # defined @@ -24,7 +24,7 @@ GCCARCH= ${NETBSDSRCDIR}/gnu/usr.bin/gcc3/arch/${MACHINE_ARCH} 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.*} +CPPFLAGS+= -I. -I${GCCARCH} -I${LIBGCCOBJ} ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} -pthread .for f in Protocol.m Object.m NXConstStr.m linking.m COPTS.{$f}= -fgnu-runtime .endfor |
