Mercurial > hg > aboriginal
comparison sources/sections/elf2flt.build @ 1759:ef7b355302ef draft
Another guess at elf2flt build invocation for sh2eb.
author | Rob Landley <rob@landley.net> |
---|---|
date | Thu, 07 May 2015 15:58:42 -0500 |
parents | 60eeade56d1a |
children |
comparison
equal
deleted
inserted
replaced
1758:e1351346b31e | 1759:ef7b355302ef |
---|---|
1 CC=${ARCH}cc ./configure --with-bfd-include-dir="$STAGE_DIR/include" \ | 1 ./configure --with-bfd-include-dir="$STAGE_DIR/include" \ |
2 --with-binutils-include-dir="$STAGE_DIR/include" \ | 2 --with-binutils-include-dir="$STAGE_DIR/include" \ |
3 --with-libbfd="$STAGE_DIR/lib/libbfd.a" --disable-ld-elf2flt-binary \ | 3 --with-libbfd="$STAGE_DIR/lib/libbfd.a" \ |
4 --with-libiberty="$STAGE_DIR/lib/libiberty.a" \ | 4 --with-libiberty="$STAGE_DIR/lib/libiberty.a" \ |
5 --target="$ELF2FLT" --prefix="$STAGE_DIR" && | 5 --target="$ELF2FLT" --prefix="$STAGE_DIR" && |
6 make -j $CPUS && | 6 make -j $CPUS && |
7 make install TARGET="$CROSS_TARGET" PREFIX="$TOOLCHAIN_PREFIX" | 7 make install TARGET="$CROSS_TARGET" PREFIX="$TOOLCHAIN_PREFIX" |