aboutsummaryrefslogtreecommitdiff
path: root/config.if
AgeCommit message (Collapse)AuthorFilesLines
2003-01-30config.if: If gcc_version is already set, just use it.Alexandre Oliva1-3/+12
* config.if: If gcc_version is already set, just use it. Don't set gcc_version_trigger if it's already set, otherwise set it to gcc/version.c, but only if the file exists. If it is not set and gcc/version.c does not exist, try to extract the version number from $CC. From-SVN: r62131
2002-06-27config.if (libstdcxx_incdir): Version C++ headers.Benjamin Kosnik1-9/+8
2002-06-26 Benjamin Kosnik <bkoz@redhat.com> * config.if (libstdcxx_incdir): Version C++ headers. (cxx_incdir): Remove. From-SVN: r55029
2001-02-05* config.if: Assume enable_libstdcxx_v3 is defined.Mark Mitchell1-9/+3
From-SVN: r39454
2000-12-18Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.Benjamin Kosnik1-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
2000-10-16config.if: Search libstdc++-v3/configure.in for INTERFACE, when configured ↵Matthias Klose1-7/+4
for libstdc++-v3. * config.if: Search libstdc++-v3/configure.in for INTERFACE, when configured for libstdc++-v3. From-SVN: r36881
2000-05-02config.if: Tweak.Benjamin Kosnik1-1/+0
2000-05-01 Benjamin Kosnik <bkoz@cygnus.com> * config.if: Tweak. From-SVN: r33600
2000-04-06configure.in (enable_libstdcxx_v3): Add.Benjamin Kosnik1-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
1998-10-18config.if (cxx_interface, [...]): Do not try to set these if the appropriate ↵Jeff Law1-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
1998-08-30configure (gxx_include_dir): Changed to ↵H.J. Lu1-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