This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

gcc-3_0-branch configure.in modified, configure not rebuilt


2001-03-27  Alexandre Oliva  <aoliva@redhat.com>

        * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.

I believe the top patch was needed to cause libstdc++-v3/src/Makefile.am
to do the right thing with linking. As right now my bootstraps have been
trying to use g++ and -lstdc++ to create libstdc++ -(.

However, configure is in CVS, so should probably be regenerated by
someone with appropriate autoconf and committed?

$cvs status configure
===================================================================
File: configure         Status: Up-to-date

   Working revision:    1.34.2.1
   Repository revision: 1.34.2.1        /cvs/gcc/gcc/configure,v
   Sticky Tag:          gcc-3_0-branch (branch: 1.34.2)
...

$ cvs status configure.in
===================================================================
File: configure.in      Status: Up-to-date

   Working revision:    1.90.2.5
   Repository revision: 1.90.2.5        /cvs/gcc/gcc/configure.in,v
   Sticky Tag:          gcc-3_0-branch (branch: 1.90.2)
...

$ls -l configure configure.in
-rwxr-xr-x    1 gbsadler gbsadler    50339 Mar 21 21:08 configure
-rw-r--r--    1 gbsadler gbsadler    50328 Mar 27 21:59 configure.in
		  
Thanks
Gordon Sadler



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