Changeset 814717fa in mainline


Ignore:
Timestamp:
2011-08-10T00:01:43Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e898296d
Parents:
b6759f4
Message:

Fix some paths.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/config.h

    rb6759f4 r814717fa  
    106106
    107107/* Define alternate standard lib directory */
    108 //#undef LIBDIR
     108#define LIBDIR "/lib/"
    109109
    110110/* Define path to alternate linker */
    111 //#undef LINKER
     111#define LINKER "/app/ld"
    112112
    113113/* Using Mach-O ABI */
     
    142142
    143143/* Define path to alternate preprocessor */
    144 //#undef PREPROCESSOR
     144#undef PREPROCESSOR
    145145
    146146/* Define to 1 if you have the ANSI C header files. */
     
    148148
    149149/* Define alternate standard include directory */
    150 //#undef STDINC
     150#define STDINC "/inc/"
    151151
    152152/* Define if target defaults to BIG endian */
Note: See TracChangeset for help on using the changeset viewer.