# HG changeset patch # User Rob Landley # Date 1431032322 18000 # Node ID ef7b355302ef2fdf249de124e11e454111678c7b # Parent e1351346b31edf8549c376265daa4f0907d03621 Another guess at elf2flt build invocation for sh2eb. diff -r e1351346b31e -r ef7b355302ef sources/sections/elf2flt.build --- a/sources/sections/elf2flt.build Wed May 06 15:26:13 2015 -0500 +++ b/sources/sections/elf2flt.build Thu May 07 15:58:42 2015 -0500 @@ -1,6 +1,6 @@ -CC=${ARCH}cc ./configure --with-bfd-include-dir="$STAGE_DIR/include" \ +./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-libbfd="$STAGE_DIR/lib/libbfd.a" \ --with-libiberty="$STAGE_DIR/lib/libiberty.a" \ --target="$ELF2FLT" --prefix="$STAGE_DIR" && make -j $CPUS &&