Rev 14 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14 | Rev 16 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | 10 | ||
11 | /* Default to -fPIE and -pie on Linux. */ |
11 | /* Default to -fPIE and -pie on Linux. */ |
12 | #define CLANG_DEFAULT_PIE_ON_LINUX 1 |
12 | #define CLANG_DEFAULT_PIE_ON_LINUX 1 |
13 | 13 | ||
14 | /* Default linker to use. */ |
14 | /* Default linker to use. */ |
15 | #define CLANG_DEFAULT_LINKER "" |
15 | #define CLANG_DEFAULT_LINKER "lld" |
16 | 16 | ||
17 | /* Default C++ stdlib to use. */ |
17 | /* Default C++ stdlib to use. */ |
18 | #define CLANG_DEFAULT_CXX_STDLIB "" |
18 | #define CLANG_DEFAULT_CXX_STDLIB "libc++" |
19 | 19 | ||
20 | /* Default runtime library to use. */ |
20 | /* Default runtime library to use. */ |
21 | #define CLANG_DEFAULT_RTLIB "" |
21 | #define CLANG_DEFAULT_RTLIB "" |
22 | 22 | ||
23 | /* Default unwind library to use. */ |
23 | /* Default unwind library to use. */ |
Line 44... | Line 44... | ||
44 | /* Directories clang will search for configuration files */ |
44 | /* Directories clang will search for configuration files */ |
45 | /* #undef CLANG_CONFIG_FILE_SYSTEM_DIR */ |
45 | /* #undef CLANG_CONFIG_FILE_SYSTEM_DIR */ |
46 | /* #undef CLANG_CONFIG_FILE_USER_DIR */ |
46 | /* #undef CLANG_CONFIG_FILE_USER_DIR */ |
47 | 47 | ||
48 | /* Default <path> to all compiler invocations for --sysroot=<path>. */ |
48 | /* Default <path> to all compiler invocations for --sysroot=<path>. */ |
49 | #define DEFAULT_SYSROOT "" |
49 | #define DEFAULT_SYSROOT "../../../../../target/qnx/x86_64" |
50 | 50 | ||
51 | /* Directory where gcc is installed. */ |
51 | /* Directory where gcc is installed. */ |
52 | #define GCC_INSTALL_PREFIX "" |
52 | #define GCC_INSTALL_PREFIX "" |
53 | 53 | ||
54 | /* Define if we have libxml2 */ |
54 | /* Define if we have libxml2 */ |