Changeset e898296d in mainline for uspace/app/pcc/config.h
- Timestamp:
- 2011-08-11T00:16:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e01316f
- Parents:
- 814717fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/config.h
r814717fa re898296d 6 6 7 7 /* Define path to alternate assembler */ 8 //#undef ASSEMBLER 8 #define ASSEMBLER "/app/as" 9 9 10 10 /* Using Classic 68k ABI */ … … 148 148 149 149 /* Define alternate standard include directory */ 150 #define STDINC "/inc/ "150 #define STDINC "/inc/c" 151 151 152 152 /* Define if target defaults to BIG endian */
Note:
See TracChangeset
for help on using the changeset viewer.