From: | Thomas Nikolajsen <thomas.nikolajsen@xxxxxxx> |
Date: | Thu, 5 Nov 2009 08:21:43 +0100 |
>Is there a script/command that can be used to switch to a >particular compiler version, say 4.4.2 in this case ? The CCVER environment variable controls which GCC version to use; see make.conf(5) for further info. -thomas