view sources/sections/elf2flt.build @ 1725:c0c2e67782be draft

New squashfs config symbol, not sure why you'd ever want to switch it off...
author Rob Landley <rob@landley.net>
date Sun, 25 Jan 2015 11:48:36 -0600
parents 60eeade56d1a
children ef7b355302ef
line wrap: on
line source

CC=${ARCH}cc ./configure --with-bfd-include-dir="$STAGE_DIR/include" \
  --with-binutils-include-dir="$STAGE_DIR/include" \
  --with-libbfd="$STAGE_DIR/lib/libbfd.a" --disable-ld-elf2flt-binary \
  --with-libiberty="$STAGE_DIR/lib/libiberty.a" \
  --target="$ELF2FLT" --prefix="$STAGE_DIR" &&
make -j $CPUS &&
make install TARGET="$CROSS_TARGET" PREFIX="$TOOLCHAIN_PREFIX"