From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Izard Date: Fri, 14 Sep 2012 08:50:29 +0000 (UTC) Subject: [Buildroot] build an "autotooled" that is out of tree References: <50524954.2070101@free.fr> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 2012-09-13, David Bonnin wrote: > Hello, > > We have a projet that out of the buildroot tree. > This projet is build with autotools. > > When we run .configure script of our projet, we need to set a lot of env > variable and pas os it to ./configure. > Put the buildroot compiler path (/output/host/usr/bin/) in your PATH, and launch ./configure --host=. The compiler there is a wrapper to the real compiler, with additional default settings. This should take care of most problems. -- Romain Izard