diff options
| author | tv <tv@NetBSD.org> | 1998-07-27 02:29:24 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-07-27 02:29:24 +0000 |
| commit | e13ccaa4bef978d2d7276b7a5a28a9b85bcb8133 (patch) | |
| tree | 8ead0febe62ca43392ff5c3d770c17f1bd1d5578 /gnu/usr.bin/gcc/libobjc | |
| parent | b0b64545e8b80560553b7c8daa1cbc6e1ad29ee2 (diff) | |
Cope with "mipsel". This is not yet useable for "mipseb," but that
_should_ be dealt with as part of the egcs import before 1.4.
Diffstat (limited to 'gnu/usr.bin/gcc/libobjc')
| -rw-r--r-- | gnu/usr.bin/gcc/libobjc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/libobjc/Makefile b/gnu/usr.bin/gcc/libobjc/Makefile index ea2800014dd..b4e8e43fa2b 100644 --- a/gnu/usr.bin/gcc/libobjc/Makefile +++ b/gnu/usr.bin/gcc/libobjc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/02/19 02:17:06 cgd Exp $ +# $NetBSD: Makefile,v 1.8 1998/07/27 02:29:25 tv Exp $ LIB= objc INCSDIR=/usr/include/objc @@ -9,7 +9,7 @@ NOPROFILE= NOPIC= CPPFLAGS+=-I${.CURDIR}/../common -I${.CURDIR}/../arch \ - -I${.CURDIR}/../arch/${MACHINE_ARCH} + -I${.CURDIR}/../arch/${MACHINE_ARCH:C/^mips.*/mips/} SRCS= NXConstStr.m Object.m Protocol.m archive.c class.c \ |
