[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Heads up: MODULES=gcc3
- To: ports@openbsd.org
- Subject: Heads up: MODULES=gcc3
- From: Peter Valchev <pvalchev@sightly.net>
- Date: Mon, 11 Nov 2002 20:59:56 -0700
- Content-Disposition: inline
- Mail-Followup-To: ports@openbsd.org
I just committed support for this. It provides an easy way for a port
to get built using the lang/egcs port (gcc3.2 right now) instead of gcc
in the base system and adds the appropriate dependencies. With this,
I was able to get konq-e working on sparc64 a while ago, etc. It should
get us quite a way ahead with the huge number of broken ports on sparc64
& alpha right now.
It is to be used in this manner (add this to port's Makefile):
MODULES=gcc3
MODGCC3_ARCHES=sparc64 # only use gcc3 to build the port on sparc64
MODGCC3_LANGS=C++ # if this port uses C++
(C is added to MODGCC3_LANGS by default)