Re: Commit 6625518cd6 broke cross compiling?

2009-09-18 Thread Rob Landley
On Monday 14 September 2009 10:00:00 Bernhard Reutner-Fischer wrote: Can you pull and apply the attached patch (which does the same thing but simpler) to see if it breaks your usual workflow, please? Note that with this patch you still can (or could if you wanted to..) $ make O=/tmp/uC.arm

Re: Commit 6625518cd6 broke cross compiling?

2009-09-14 Thread Bernhard Reutner-Fischer
On Sun, Sep 06, 2009 at 11:26:59PM -0500, Rob Landley wrote: On Sunday 06 September 2009 07:22:56 Bernhard Reutner-Fischer wrote: 2009/9/5 Mike Frysinger vap...@gentoo.org: On Saturday 05 September 2009 14:14:40 Bernhard Reutner-Fischer wrote: On Sat, Sep 05, 2009 at 08:12:48AM -0400, Mike

Re: Commit 6625518cd6 broke cross compiling?

2009-09-06 Thread Bernhard Reutner-Fischer
2009/9/5 Mike Frysinger vap...@gentoo.org: On Saturday 05 September 2009 14:14:40 Bernhard Reutner-Fischer wrote: On Sat, Sep 05, 2009 at 08:12:48AM -0400, Mike Frysinger wrote: leveraging $(ARCH) makes sense in my mind and aligns it with the build systems we are copying from ... Ok, i'll

Re: Commit 6625518cd6 broke cross compiling?

2009-09-06 Thread Bernhard Reutner-Fischer
2009/9/5 Denys Vlasenko vda.li...@googlemail.com: On Saturday 05 September 2009 00:23, Khem Raj wrote: use make ARCH=your arch specifying ARCH is needed now on makefile commandline. Why? This information is available from .config file. And it was working without before. Previously when you

Re: Commit 6625518cd6 broke cross compiling?

2009-09-06 Thread Denys Vlasenko
On Sunday 06 September 2009 14:22, Bernhard Reutner-Fischer wrote: 2009/9/5 Mike Frysinger vap...@gentoo.org: On Saturday 05 September 2009 14:14:40 Bernhard Reutner-Fischer wrote: On Sat, Sep 05, 2009 at 08:12:48AM -0400, Mike Frysinger wrote: leveraging $(ARCH) makes sense in my mind and

Re: Commit 6625518cd6 broke cross compiling?

2009-09-06 Thread Rob Landley
On Sunday 06 September 2009 07:22:56 Bernhard Reutner-Fischer wrote: 2009/9/5 Mike Frysinger vap...@gentoo.org: On Saturday 05 September 2009 14:14:40 Bernhard Reutner-Fischer wrote: On Sat, Sep 05, 2009 at 08:12:48AM -0400, Mike Frysinger wrote: leveraging $(ARCH) makes sense in my mind

Re: Commit 6625518cd6 broke cross compiling?

2009-09-05 Thread Bernhard Reutner-Fischer
On Fri, Sep 04, 2009 at 03:07:23PM -0500, Rob Landley wrote: Before the August 25 commit default ?conf to native arch, I could do this: make KCONFIG_ALLCONFIG=miniconfig-uClibc.$ARCH allnoconfig make KERNEL_HEADERS=${STAGE_DIR}/include PREFIX=${STAGE_DIR}/ \ CROSS=${ARCH}- RUNTIME_PREFIX=/

Re: Commit 6625518cd6 broke cross compiling?

2009-09-05 Thread Mike Frysinger
On Saturday 05 September 2009 07:42:29 Bernhard Reutner-Fischer wrote: On Fri, Sep 04, 2009 at 03:07:23PM -0500, Rob Landley wrote: Before the August 25 commit default ?conf to native arch, I could do this: make KCONFIG_ALLCONFIG=miniconfig-uClibc.$ARCH allnoconfig make

Re: Commit 6625518cd6 broke cross compiling?

2009-09-05 Thread Bernhard Reutner-Fischer
On Sat, Sep 05, 2009 at 08:12:48AM -0400, Mike Frysinger wrote: leveraging $(ARCH) makes sense in my mind and aligns it with the build systems we are copying from ... Ok, i'll have a look sometimes next week. ___ uClibc mailing list uClibc@uclibc.org

Re: Commit 6625518cd6 broke cross compiling?

2009-09-05 Thread Denys Vlasenko
On Friday 04 September 2009 22:07, Rob Landley wrote: Before the August 25 commit default ?conf to native arch, I could do this: make KCONFIG_ALLCONFIG=miniconfig-uClibc.$ARCH allnoconfig make KERNEL_HEADERS=${STAGE_DIR}/include PREFIX=${STAGE_DIR}/ \ CROSS=${ARCH}- RUNTIME_PREFIX=/

Re: Commit 6625518cd6 broke cross compiling?

2009-09-05 Thread Denys Vlasenko
On Saturday 05 September 2009 00:23, Khem Raj wrote: Now whenever I'm _not_ building for my host system, it dies trying to build x86-64 assembly source with the target toolchain.  For example, when building for an armv4l target (see attached miniconfig file), it does:  AS lib/crt1.o

Re: Commit 6625518cd6 broke cross compiling?

2009-09-05 Thread Mike Frysinger
On Saturday 05 September 2009 14:14:40 Bernhard Reutner-Fischer wrote: On Sat, Sep 05, 2009 at 08:12:48AM -0400, Mike Frysinger wrote: leveraging $(ARCH) makes sense in my mind and aligns it with the build systems we are copying from ... Ok, i'll have a look sometimes next week. i thought

Re: Commit 6625518cd6 broke cross compiling?

2009-09-05 Thread Mike Frysinger
On Saturday 05 September 2009 14:45:21 Denys Vlasenko wrote: On Friday 04 September 2009 22:07, Rob Landley wrote: Before the August 25 commit default ?conf to native arch, I could do this: make KCONFIG_ALLCONFIG=miniconfig-uClibc.$ARCH allnoconfig make

Re: Commit 6625518cd6 broke cross compiling?

2009-09-05 Thread Rob Landley
On Saturday 05 September 2009 16:30:50 Mike Frysinger wrote: so set ARCH on the cmdline and see if it works does the kernel support this use case ? i dont think it does ... The kernel needed you to specify ARCH on the command line a decade ago. Up until last week, uClibc never did. The

Re: Commit 6625518cd6 broke cross compiling?

2009-09-05 Thread Rob Landley
On Saturday 05 September 2009 06:42:29 Bernhard Reutner-Fischer wrote: On Fri, Sep 04, 2009 at 03:07:23PM -0500, Rob Landley wrote: Before the August 25 commit default ?conf to native arch, I could do this: make KCONFIG_ALLCONFIG=miniconfig-uClibc.$ARCH allnoconfig make

Commit 6625518cd6 broke cross compiling?

2009-09-04 Thread Rob Landley
Before the August 25 commit default ?conf to native arch, I could do this: make KCONFIG_ALLCONFIG=miniconfig-uClibc.$ARCH allnoconfig make KERNEL_HEADERS=${STAGE_DIR}/include PREFIX=${STAGE_DIR}/ \ CROSS=${ARCH}- RUNTIME_PREFIX=/ DEVEL_PREFIX=/ -j $CPUS \ install hostutils The

Re: Commit 6625518cd6 broke cross compiling?

2009-09-04 Thread Khem Raj
On Fri, Sep 4, 2009 at 1:07 PM, Rob Landleyr...@landley.net wrote: Before the August 25 commit default ?conf to native arch, I could do this: make KCONFIG_ALLCONFIG=miniconfig-uClibc.$ARCH allnoconfig make KERNEL_HEADERS=${STAGE_DIR}/include PREFIX=${STAGE_DIR}/ \  CROSS=${ARCH}-