From: Greg Ungerer Date: Thu, 7 Jan 2016 11:48:16 +0000 (+1000) Subject: configure: regenerate configure script X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=497cdbe33b8c89a757333fa6c609bb7b65cd0254;p=elf2flt.git configure: regenerate configure script Recent change to configure.ac to remove prefix symbol for h8300 requires regeneration of the local configure script. Signed-off-by: Greg Ungerer --- diff --git a/configure b/configure index e5614d0..d8d14be 100755 --- a/configure +++ b/configure @@ -3978,7 +3978,7 @@ fi SYMBOL_PREFIX= case $target in - h8300|bfin*) + bfin*) SYMBOL_PREFIX=_ ;; esac