changeset 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 b871f0e7b837
children b4c2a3b88ae3
files sources/sections/elf2flt.build
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/sections/elf2flt.build	Mon Nov 24 14:25:57 2014 -0600
+++ b/sources/sections/elf2flt.build	Mon Nov 24 14:26:54 2014 -0600
@@ -1,6 +1,6 @@
-./configure --with-bfd-include-dir="$STAGE_DIR/include" \
+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" \
+  --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 &&