summaryrefslogtreecommitdiff
path: root/config.if
Commit message (Collapse)AuthorAgeFilesLines
* * config.if: Assume enable_libstdcxx_v3 is defined.Mark Mitchell2001-02-051-9/+3
| | | | From-SVN: r39454
* Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.Benjamin Kosnik2000-12-181-7/+3
| | | | | | | | | | | | 2000-12-18 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. (libstdcxx_incdir): Pass down. * config.if: Remove expired bits for cxx_interface, add stub. (libstdcxx_incdir): Add variable for g++ include directory. * configure.in (gxx_include_dir): Use it. From-SVN: r38355
* config.if: Search libstdc++-v3/configure.in for INTERFACE, when configured ↵Matthias Klose2000-10-161-7/+4
| | | | | | | | | for libstdc++-v3. * config.if: Search libstdc++-v3/configure.in for INTERFACE, when configured for libstdc++-v3. From-SVN: r36881
* config.if: Tweak.Benjamin Kosnik2000-05-021-1/+0
| | | | | | | | 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com> * config.if: Tweak. From-SVN: r33600
* configure.in (enable_libstdcxx_v3): Add.Benjamin Kosnik2000-04-061-2/+9
| | | | | | | | | | | | | | | 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com> Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de> * configure.in (enable_libstdcxx_v3): Add. (target_libs): Add bits here to switch between libstdc++-v2 and libstdc++-v3. * config.if: And this file too. * Makefile.in: Add libstdc++-v3 targets. Co-Authored-By: Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de> From-SVN: r32963
* config.if (cxx_interface, [...]): Do not try to set these if the appropriate ↵Jeff Law1998-10-181-0/+8
| | | | | | | | | | directories and files to not exist. P * config.if (cxx_interface, libstdcxx_interface): Do not try to set these if the appropriate directories and files to not exist. From-SVN: r23166
* configure (gxx_include_dir): Changed to ↵H.J. Lu1998-08-301-0/+79
'${prefix}/include/g++'-${libstdcxx_interface}. * configure (gxx_include_dir): Changed to '${prefix}/include/g++'-${libstdcxx_interface}. * config.if: New to determine the interfaces. From-SVN: r22109