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/egcs | |
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/egcs')
-rw-r--r-- | gnu/egcs/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/Makefile.bsd-wrapper b/gnu/egcs/Makefile.bsd-wrapper index cc3daf9ea08..3a5d6e08dce 100644 --- a/gnu/egcs/Makefile.bsd-wrapper +++ b/gnu/egcs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2004/01/23 18:21:13 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2005/04/28 21:30:13 espie Exp $ .include <bsd.own.mk> USE_GCC3?=No @@ -7,7 +7,7 @@ USE_GCC3?=No SUBDIR+= libio libf2c libobjc libstdc++ .else . if ${USE_GCC3:L} == "no" -SUBDIR+= libio libf2c libstdc++ libobjc +SUBDIR+= libio libf2c libstdc++ . else SUBDIR+= . endif |