Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2013 16:35:27 +0000
From:      Chris Rees <crees@FreeBSD.org>
To:        Beeblebrox <zaphod@berentweb.com>
Cc:        FreeBSD Mailing List <freebsd-ports@freebsd.org>
Subject:   Re: How can I switch compiler from clang to gcc46?
Message-ID:  <CADLo839d%2BmU0u5HNwWQU=y581U16rG41TO69%2BdSB4EMwV79bPg@mail.gmail.com>
In-Reply-To: <1363451587465-5796085.post@n5.nabble.com>
References:  <1363438889978-5796040.post@n5.nabble.com> <CAF6rxg=k4Bx57Df1YA497iOXUNBS7jjL=k-aBOqOtEbCvsPS8Q@mail.gmail.com> <1363443540656-5796061.post@n5.nabble.com> <1363443707095-5796064.post@n5.nabble.com> <1363444658690-5796066.post@n5.nabble.com> <1363446444086-5796069.post@n5.nabble.com> <1363447339256-5796071.post@n5.nabble.com> <CADLo838JLxGp2z8ah5C_38f76EQYuL7995svtfes86YrXSM1ug@mail.gmail.com> <1363451049017-5796083.post@n5.nabble.com> <1363451587465-5796085.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 16 March 2013 16:33, Beeblebrox <zaphod@berentweb.com> wrote:
> Neither works, both give same fail:
> make -USE_GCC=any
> make -DUSE_GCC=any

Don't use -D; Make options are not the same as cc.

Try:

make USE_GCC=any

Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo839d%2BmU0u5HNwWQU=y581U16rG41TO69%2BdSB4EMwV79bPg>