This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc-3_0-branch configure.in modified, configure not rebuilt
- To: gcc at gcc dot gnu dot org
- Subject: gcc-3_0-branch configure.in modified, configure not rebuilt
- From: Gordon Sadler <gbsadler1 at lcisp dot com>
- Date: Sat, 31 Mar 2001 23:14:32 -0600
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