diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-04-28 21:30:14 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-04-28 21:30:14 +0000 |
commit | 5e981d5bb68efeabc1e01c6560f8ccc86fae2976 (patch) | |
tree | 88e8867e50385e35d5fe4a735e85da805c74ece3 /gnu/lib | |
parent | 55f482747226b697007629febd6bb83fc205ce25 (diff) |
also use new libobjc on old architectures, since it builds fine with
gcc 2.95.
tests and okay miod@, marc@.
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 27681bd9235..62cd84c74d2 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2004/03/01 02:52:11 drahn Exp $ +# $OpenBSD: Makefile,v 1.12 2005/04/28 21:30:13 espie Exp $ .include <bsd.own.mk> USE_GCC3?=No @@ -9,7 +9,7 @@ SUBDIR+=libiberty libobjc libstdc++ ../egcs libreadline libf2c . if ${USE_GCC3:L} == "yes" SUBDIR+=libiberty libobjc libstdc++ libreadline libf2c . else -SUBDIR+=libiberty ../egcs libreadline +SUBDIR+=libiberty libobjc ../egcs libreadline . endif .endif |