view sources/sections/elf2flt.build @ 1709:60eeade56d1a draft

The C version of the elf2flt linker wrapper is unhappy, use shell script version for now.
author Rob Landley <rob@landley.net>
date Mon, 24 Nov 2014 14:26:54 -0600
parents 3675adfb4e36
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"