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]

Re: Updating top-level autoconf to 2.59


> Could you check config.log in the gcc subdirectory in both cases?  What
> are the differences in subdir configure arguments?
> 
> -- 
> Daniel Jacobowitz
> CodeSourcery

Let's see, in the new version in obj_gcc/gcc/config.log I see:

  $ /proj/opensrc/nightly/src/trunk/gcc/configure --cache-file=./config.cache --build=ia64-debian-linux-gnu --host=ia64-debian-linux-gnu --target=ia64-debian-linux-gnu --prefix=/proj/opensrc/nightly/gcc-ia64-debian-linux-gnu-trunk --with-local-prefix=/proj/opensrc/nightly/gcc-ia64-debian-linux-gnu-trunk --disable-nls --with-gmp=/proj/opensrc/be/ia64-debian-linux-gnu --with-mpfr=/proj/opensrc/be/ia64-debian-linux-gnu --enable-languages=c,c++,fortran --enable-languages=c,c++,fortran --program-transform-name=s,^,ia64-debian-linux-gnu-, --srcdir=/proj/opensrc/nightly/src/trunk/gcc --with-build-libsubdir=. --enable-werror-always

In the old version I see:

  $ /proj/opensrc/sje/svn.reg/src/trunk/gcc/configure --cache-file=./config.cache --build=ia64-debian-linux-gnu --host=ia64-debian-linux-gnu --target=ia64-debian-linux-gnu --prefix=/proj/opensrc/sje/svn.reg/gcc-ia64-debian-linux-gnu-trunk --with-local-prefix=/proj/opensrc/sje/svn.reg/gcc-ia64-debian-linux-gnu-trunk --disable-nls --with-gmp=/proj/opensrc/be/ia64-debian-linux-gnu --with-mpfr=/proj/opensrc/be/ia64-debian-linux-gnu --enable-languages=c,c++,fortran --program-transform-name=s,y,y, --srcdir=/proj/opensrc/sje/svn.reg/src/trunk/gcc --disable-intermodule --disable-coverage --enable-languages=c

So I guess the --program-transform-name argument is the issue:

--program-transform-name=s,^,ia64-debian-linux-gnu-,
vs.
--program-transform-name=s,y,y,

Steve Ellcey
sje@cup.hp.com


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