Add configure options for specifying where to look for libstdc++.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88943 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2009-11-16 19:46:55 +00:00
parent 4adcade9b7
commit 420d23c3d6
5 changed files with 142 additions and 24 deletions

View File

@@ -8,6 +8,18 @@
*/
#undef CRAY_STACKSEG_END
/* 32 bit multilib directory. */
#undef CXX_INCLUDE_32BIT_DIR
/* 64 bit multilib directory. */
#undef CXX_INCLUDE_64BIT_DIR
/* Arch the libstdc++ headers. */
#undef CXX_INCLUDE_ARCH
/* Directory with the libstdc++ headers. */
#undef CXX_INCLUDE_ROOT
/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA