We've been defaulting to the compiled linker for years now and no one
has complained. Lets deprecate the old shell script so we don't have
to maintain two large tools doing the same thing.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
fi
+if test "$use_ld_elf2flt_binary" != "yes"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --disable-ld-elf2flt-binary is deprecated.
+If you still need this, please let us know before we delete it." >&5
+$as_echo "$as_me: WARNING: --disable-ld-elf2flt-binary is deprecated.
+If you still need this, please let us know before we delete it." >&2;}
+fi
var_yn_to_10() {
if eval test \"\$$1\" = yes ; then
[ use_ld_elf2flt_binary=$enableval ],
[ use_ld_elf2flt_binary=yes ]
)
+if test "$use_ld_elf2flt_binary" != "yes"; then
+ AC_MSG_WARN([--disable-ld-elf2flt-binary is deprecated.
+If you still need this, please let us know before we delete it.])
+fi
dnl convert a yes/no variable to 1/0 for C code
var_yn_to_10() {