Commit 6625518cd6 broke cross compiling?

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sat Sep 5 11:42:29 UTC 2009


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=/ DEVEL_PREFIX=/ -j $CPUS \
>  install hostutils

ARCH=
We _could_ default to the configured arch, if
- a .config exists and
  ifeq ($(origin ARCH),command line) or undefined
if people prefer that logic. My setup now always passes the ARCH but as
you prefer.


More information about the uClibc mailing list