Ignore:
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
    23
    34/* Using a.out ABI */
     
    56
    67/* Define path to alternate assembler */
    7 #define ASSEMBLER "/app/as"
     8//#undef ASSEMBLER
    89
    910/* Using Classic 68k ABI */
     
    9495#define HAVE_VSNPRINTF 1
    9596
    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
    10299
    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
    109103
    110104/* lex is flex */
     
    112106
    113107/* Define alternate standard lib directory */
    114 #define LIBDIR "/lib/"
     108//#undef LIBDIR
    115109
    116110/* Define path to alternate linker */
    117 #define LINKER "/app/ld"
     111//#undef LINKER
    118112
    119113/* Using Mach-O ABI */
     
    148142
    149143/* Define path to alternate preprocessor */
    150 #undef PREPROCESSOR
     144//#undef PREPROCESSOR
    151145
    152146/* Define to 1 if you have the ANSI C header files. */
     
    154148
    155149/* Define alternate standard include directory */
    156 #define STDINC "/inc/c"
     150//#undef STDINC
    157151
     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
    158158
    159159/* Target OS */
     
    164164
    165165/* Enable thread-local storage (TLS). */
    166 #define TLS 1
     166// #undef TLS
    167167
    168168/* Version string */
Note: See TracChangeset for help on using the changeset viewer.