Changeset 814717fa in mainline for uspace/app/pcc/config.h
- Timestamp:
- 2011-08-10T00:01:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e898296d
- Parents:
- b6759f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/config.h
rb6759f4 r814717fa 106 106 107 107 /* Define alternate standard lib directory */ 108 //#undef LIBDIR 108 #define LIBDIR "/lib/" 109 109 110 110 /* Define path to alternate linker */ 111 //#undef LINKER 111 #define LINKER "/app/ld" 112 112 113 113 /* Using Mach-O ABI */ … … 142 142 143 143 /* Define path to alternate preprocessor */ 144 //#undef PREPROCESSOR144 #undef PREPROCESSOR 145 145 146 146 /* Define to 1 if you have the ANSI C header files. */ … … 148 148 149 149 /* Define alternate standard include directory */ 150 //#undef STDINC 150 #define STDINC "/inc/" 151 151 152 152 /* Define if target defaults to BIG endian */
Note:
See TracChangeset
for help on using the changeset viewer.