[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to get 'make' to use a different GCC
From: |
Krishna |
Subject: |
Re: How to get 'make' to use a different GCC |
Date: |
Sun, 5 Oct 2008 01:17:01 +0530 |
On Sun, Oct 5, 2008 at 12:29 AM, Michael Hopkins
<michael.hopkins@-rm-this-hopkins-research.com> wrote:
>
> Hi all
>
> Quick question.
>
> Have read all the docs I can find and not been able to discover how to get
> GNUStep make to use a toolchain other than the default gcc other than
> changing soft links which I would prefer not to do.
>
> Have just built gcc 4.3.2 and would like to experiment with it for C &
> Objective-C code. Current gcc (in Ubuntu 8.04.1) is 4.2.3.
>
Does make CC=/usr/local/bin/gcc-4.3.2 (or whatever your gcc binary is
called) help?
Cheers,
-Krishna
--
Programming today is a race between software engineers striving to
build bigger and better idiot- proof programs, and the Universe trying
to produce bigger and better idiots. So far, the Universe is winning.
- Richard Cook