Subversion Repositories QNX 8.QNX8 LLVM/Clang compiler suite

Rev

Rev 14 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. /* This generated file is for internal use. Do not include it from headers. */
  2.  
  3. #ifdef CLANG_CONFIG_H
  4. #error config.h can only be included once
  5. #else
  6. #define CLANG_CONFIG_H
  7.  
  8. /* Bug report URL. */
  9. #define BUG_REPORT_URL "https://github.com/llvm/llvm-project/issues/"
  10.  
  11. /* Default to -fPIE and -pie on Linux. */
  12. #define CLANG_DEFAULT_PIE_ON_LINUX 1
  13.  
  14. /* Default linker to use. */
  15. #define CLANG_DEFAULT_LINKER "lld"
  16.  
  17. /* Default C++ stdlib to use. */
  18. #define CLANG_DEFAULT_CXX_STDLIB "libc++"
  19.  
  20. /* Default runtime library to use. */
  21. #define CLANG_DEFAULT_RTLIB ""
  22.  
  23. /* Default unwind library to use. */
  24. #define CLANG_DEFAULT_UNWINDLIB ""
  25.  
  26. /* Default objcopy to use */
  27. #define CLANG_DEFAULT_OBJCOPY "objcopy"
  28.  
  29. /* Default OpenMP runtime used by -fopenmp. */
  30. #define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
  31.  
  32. /* Default architecture for SystemZ. */
  33. #define CLANG_SYSTEMZ_DEFAULT_ARCH "z10"
  34.  
  35. /* Multilib basename for libdir. */
  36. #define CLANG_INSTALL_LIBDIR_BASENAME "lib"
  37.  
  38. /* Relative directory for resource files */
  39. #define CLANG_RESOURCE_DIR ""
  40.  
  41. /* Directories clang will search for headers */
  42. #define C_INCLUDE_DIRS ""
  43.  
  44. /* Directories clang will search for configuration files */
  45. /* #undef CLANG_CONFIG_FILE_SYSTEM_DIR */
  46. /* #undef CLANG_CONFIG_FILE_USER_DIR */
  47.  
  48. /* Default <path> to all compiler invocations for --sysroot=<path>. */
  49. #define DEFAULT_SYSROOT "../../../../../target/qnx/x86_64"
  50.  
  51. /* Directory where gcc is installed. */
  52. #define GCC_INSTALL_PREFIX ""
  53.  
  54. /* Define if we have libxml2 */
  55. /* #undef CLANG_HAVE_LIBXML */
  56.  
  57. /* Define if we have sys/resource.h (rlimits) */
  58. #define CLANG_HAVE_RLIMITS 1
  59.  
  60. /* Linker version detected at compile time. */
  61. /* #undef HOST_LINK_VERSION */
  62.  
  63. /* pass --build-id to ld */
  64. /* #undef ENABLE_LINKER_BUILD_ID */
  65.  
  66. /* enable x86 relax relocations by default */
  67. #define ENABLE_X86_RELAX_RELOCATIONS 1
  68.  
  69. /* Enable IEEE binary128 as default long double format on PowerPC Linux. */
  70. #define PPC_LINUX_DEFAULT_IEEELONGDOUBLE 0
  71.  
  72. /* Enable each functionality of modules */
  73. #define CLANG_ENABLE_ARCMT 1
  74. #define CLANG_ENABLE_OBJC_REWRITER 1
  75. #define CLANG_ENABLE_STATIC_ANALYZER 1
  76.  
  77. /* Spawn a new process clang.exe for the CC1 tool invocation, when necessary */
  78. #define CLANG_SPAWN_CC1 0
  79.  
  80. #endif
  81.