Re: [E-devel] [PATCH] expedite cross build fix

2008-03-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Frysinger schreef: | On Tuesday 18 March 2008, Koen Kooi wrote: |> Mike Frysinger schreef: |> | On Tuesday 18 March 2008, Lars Munch wrote: |> |> The attached patch fixes expedite cross build. Without this patch it |> |> will look in /usr/include

Re: [E-devel] [PATCH] expedite cross build fix

2008-03-20 Thread Mike Frysinger
On Tuesday 18 March 2008, Michael Jennings wrote: > On Tuesday, 18 March 2008, at 08:52:12 (+0100), > Lars Munch wrote: > > The attached patch fixes expedite cross build. Without this patch it > > will look in /usr/include for include files when cross building. > > So could someone please explain t

Re: [E-devel] [PATCH] expedite cross build fix

2008-03-20 Thread Mike Frysinger
On Tuesday 18 March 2008, Koen Kooi wrote: > Mike Frysinger schreef: > | On Tuesday 18 March 2008, Lars Munch wrote: > |> The attached patch fixes expedite cross build. Without this patch it > |> will look in /usr/include for include files when cross building. > | > | ugh, anyone doing -i$(included

Re: [E-devel] [PATCH] expedite cross build fix

2008-03-18 Thread Michael Jennings
On Tuesday, 18 March 2008, at 19:34:48 (+0100), Koen Kooi wrote: > If you do builds like that you probably already pass in -isystem via > CFLAGS and/or use gcc sysroot and/or use pkgconfig sysroot and/or > plain pkgconfig. It is way easier to add something to CFLAGS or to > ./configure --with-foo-

Re: [E-devel] [PATCH] expedite cross build fix

2008-03-18 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Jennings schreef: | On Tuesday, 18 March 2008, at 18:49:11 (+0100), | Koen Kooi wrote: | |> It's not about redefining $(includedir), it's about this situation: |> |> arm-angstrom-linuxgnueabi-gcc something-doing-math.c -I/usr/include |> - -I/da

Re: [E-devel] [PATCH] expedite cross build fix

2008-03-18 Thread Michael Jennings
On Tuesday, 18 March 2008, at 18:49:11 (+0100), Koen Kooi wrote: > It's not about redefining $(includedir), it's about this situation: > > arm-angstrom-linuxgnueabi-gcc something-doing-math.c -I/usr/include > - -I/data/cross/arm/usr/include -o foo > > something-doing-math.c looks something like:

Re: [E-devel] [PATCH] expedite cross build fix

2008-03-18 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Frysinger schreef: | On Tuesday 18 March 2008, Lars Munch wrote: |> The attached patch fixes expedite cross build. Without this patch it |> will look in /usr/include for include files when cross building. | | ugh, anyone doing -i$(includedir) need

Re: [E-devel] [PATCH] expedite cross build fix

2008-03-18 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Jennings schreef: | On Tuesday, 18 March 2008, at 08:52:12 (+0100), | Lars Munch wrote: | |> The attached patch fixes expedite cross build. Without this patch it |> will look in /usr/include for include files when cross building. | | So could s

Re: [E-devel] [PATCH] expedite cross build fix

2008-03-18 Thread Michael Jennings
On Tuesday, 18 March 2008, at 08:52:12 (+0100), Lars Munch wrote: > The attached patch fixes expedite cross build. Without this patch it > will look in /usr/include for include files when cross building. So could someone please explain to those of us who don't do cross-compiling why $(includedir)

Re: [E-devel] [PATCH] expedite cross build fix

2008-03-18 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Frysinger schreef: | On Tuesday 18 March 2008, Lars Munch wrote: |> The attached patch fixes expedite cross build. Without this patch it |> will look in /usr/include for include files when cross building. | | ugh, anyone doing -i$(includedir) need

Re: [E-devel] [PATCH] expedite cross build fix

2008-03-18 Thread Mike Frysinger
On Tuesday 18 March 2008, Lars Munch wrote: > The attached patch fixes expedite cross build. Without this patch it > will look in /usr/include for include files when cross building. ugh, anyone doing -i$(includedir) needs to get smacked. added your change, thanks. -mike signature.asc Descripti

[E-devel] [PATCH] expedite cross build fix

2008-03-18 Thread Lars Munch
The attached patch fixes expedite cross build. Without this patch it will look in /usr/include for include files when cross building. Please apply. Regards Lars Munch Index: src/bin/Makefile.am === RCS file: /var/cvs/e/e17/apps/exped