diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-12-27 23:23:22 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-12-27 23:23:22 +0000 |
commit | 55a3c84bafe94103775db6cfdc8473c89ef3f24c (patch) | |
tree | fb78ee9e56f14e62e56bd559329461e99e04a43f | |
parent | 643c09f60553aea1a28e30d148c204bc5d874b04 (diff) |
define USE_GCC3, for later.
okay drahn@
-rw-r--r-- | share/mk/bsd.own.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index def58cc5942..85ca9d16d97 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.70 2003/09/06 18:20:23 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.71 2003/12/27 23:23:21 espie Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -36,6 +36,9 @@ ELF_TOOLCHAIN?= yes ELF_TOOLCHAIN?= no .endif +# don't use yet. +USE_GCC3?=no + # where the system object and source trees are kept; can be configurable # by the user in case they want them in ~/foosrc and ~/fooobj, for example BSDSRCDIR?= /usr/src |