This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error when building: --program-transform-name=s&^&arm-linux-gnueabi-&


Hello,

While using

It was created by configure, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ /home/zumbi/buildcross/trunk/armel/binutils-2.20/opcodes/configure
--cache-file=./config.cache --with-gnu-as --with-gnu-ld
--enable-shared --enable-plugins --prefix=/usr --with-pkgversion=GNU
Binutils for Debian --program-transform-name=s&^&arm-linux-gnueabi-&
--disable-option-checking --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=arm-linux-gnueabi
--srcdir=../../opcodes



In the configure.ac I see...

# Add in --program-transform-name, after --program-prefix and
# --program-suffix have been applied to it.  Autoconf has already
# doubled dollar signs and backslashes in program_transform_name; we want
# the backslashes un-doubled, and then the entire thing wrapped in single
# quotes, because this will be expanded first by make and then by the shell.
# Also, because we want to override the logic in subdir configure scripts to
# choose program_transform_name, replace any s,x,x, with s,y,y,.
sed -e "s,\\\\\\\\,\\\\,g; s,','\\\\'',g; s/s,x,x,/s,y,y,/" <<EOF_SED
> conftestsed.out
${program_transform_name}
EOF_SED
gcc_transform_name=`cat conftestsed.out`
rm -f conftestsed.out
baseargs="$baseargs --program-transform-name='${gcc_transform_name}'"
if test "$silent" = yes; then
  baseargs="$baseargs --silent"
fi
baseargs="$baseargs --disable-option-checking"


I think my system is failing on this logic. Do you have a fix I might try?

Thanks,
-- 
 Héctor Orón

"Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]