summaryrefslogtreecommitdiffstats
path: root/config.if
Commit message (Collapse)AuthorAgeFilesLines
* * config.if: Remove unused libc_interface determination.neroden2003-07-161-51/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69439 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.if: If gcc_version is already set, just use it. Don't setaoliva2003-01-301-3/+12
| | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62131 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-06-271-9/+8
| | | | | | | | * config.if (libstdcxx_incdir): Version C++ headers. (cxx_incdir): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55029 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.if: Assume enable_libstdcxx_v3 is defined.mmitchel2001-02-051-9/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39454 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>bkoz2000-12-181-7/+3
| | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38355 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.if: Search libstdc++-v3/configure.in for INTERFACE,law2000-10-161-7/+4
| | | | | | | when configured for libstdc++-v3. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36881 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>bkoz2000-05-021-1/+0
| | | | | | | * config.if: Tweak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33600 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>bkoz2000-04-061-2/+9
| | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32963 138bc75d-0d04-0410-961f-82ee72b054a4
* Plaw1998-10-181-0/+8
| | | | | | | | * config.if (cxx_interface, libstdcxx_interface): Do not try to set these if the appropriate directories and files to not exist. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23166 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure (gxx_include_dir): Changed tolaw1998-08-301-0/+79
'${prefix}/include/g++'-${libstdcxx_interface}. * config.if: New to determine the interfaces. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22109 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud