changeset 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 e1351346b31e
children 69ae59c2d53f
files sources/sections/elf2flt.build
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 &&