[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100324065112.823c8d4f.akpm@linux-foundation.org>
Date: Wed, 24 Mar 2010 06:51:12 -0400
From: Andrew Morton <akpm@...ux-foundation.org>
To: Huang Ying <ying.huang@...el.com>
Cc: Herbert Xu <herbert@...dor.apana.org.au>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-crypto@...r.kernel.org" <linux-crypto@...r.kernel.org>
Subject: Re: [BUGFIX] Fix AES-NI CTR optimization compiling failure with gas
2.16.1
On Wed, 24 Mar 2010 14:24:18 +0800 Huang Ying <ying.huang@...el.com> wrote:
> Can you tell me how to setup the building environment with binutils
> 2.16.1? I just build it by hand and make the installed bin directory the
> first one in $PATH.
gcc searches an internal search patch before $PATH. They say this can
be overridden with the -B option or the GCC_EXEC_PREFIX environment
var.
For once-off stuff I just get dirty and do `make V=1'. Then copy and
paste the gcc command line and add `-v'. Then copy, paste and edit the
various gcc subcommands.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists