Changes in uspace/app/pcc/config.h [0cf27ee:e6910c8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/config.h
r0cf27ee re6910c8 1 /* Hard-coded, because wiring up configure script would just not be worth the effort. */ 1 2 // FIXME: find out which of them are actually true 2 3 3 4 /* Using a.out ABI */ … … 5 6 6 7 /* Define path to alternate assembler */ 7 #define ASSEMBLER "/app/as" 8 //#undef ASSEMBLER 8 9 9 10 /* Using Classic 68k ABI */ … … 94 95 #define HAVE_VSNPRINTF 1 95 96 96 #ifdef __BE__ 97 /* Define if host is BIG endian */ 98 #define HOST_BIG_ENDIAN 99 /* Define if target defaults to BIG endian */ 100 #undef TARGET_BIG_ENDIAN 101 #endif 97 /* Define if host is BIG endian */ 98 //#undef HOST_BIG_ENDIAN 102 99 103 #ifdef __LE__ 104 /* Define if host is LITTLE endian */ 105 #define HOST_LITTLE_ENDIAN 106 /* Define if target defaults to LITTLE endian */ 107 #define TARGET_LITTLE_ENDIAN 108 #endif 100 /* Define if host is LITTLE endian */ 101 #define HOST_LITTLE_ENDIAN 102 // FIXME: check architecture 109 103 110 104 /* lex is flex */ … … 112 106 113 107 /* Define alternate standard lib directory */ 114 #define LIBDIR "/lib/" 108 //#undef LIBDIR 115 109 116 110 /* Define path to alternate linker */ 117 #define LINKER "/app/ld" 111 //#undef LINKER 118 112 119 113 /* Using Mach-O ABI */ … … 148 142 149 143 /* Define path to alternate preprocessor */ 150 #undef PREPROCESSOR144 //#undef PREPROCESSOR 151 145 152 146 /* Define to 1 if you have the ANSI C header files. */ … … 154 148 155 149 /* Define alternate standard include directory */ 156 #define STDINC "/inc/c" 150 //#undef STDINC 157 151 152 /* Define if target defaults to BIG endian */ 153 //#undef TARGET_BIG_ENDIAN 154 155 /* Define if target defaults to LITTLE endian */ 156 #define TARGET_LITTLE_ENDIAN 157 // FIXME: check architecture 158 158 159 159 /* Target OS */ … … 164 164 165 165 /* Enable thread-local storage (TLS). */ 166 #define TLS 1 166 // #undef TLS 167 167 168 168 /* Version string */
Note:
See TracChangeset
for help on using the changeset viewer.