Subversion Repositories Kolibri OS

Rev

Rev 6429 | Rev 8154 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6429 Rev 6460
Line 346... Line 346...
346
#define TCC_LIBGCC USE_MUADIR(CONFIG_SYSROOT "/" CONFIG_LDDIR) "/libgcc_s.so.1"
346
#define TCC_LIBGCC USE_MUADIR(CONFIG_SYSROOT "/" CONFIG_LDDIR) "/libgcc_s.so.1"
Line 347... Line 347...
347
 
347
 
348
/* -------------------------------------------- */
348
/* -------------------------------------------- */
Line -... Line 349...
-
 
349
/* include the target specific definitions */
-
 
350
 
-
 
351
#ifdef TCC_TARGET_COFF
-
 
352
# include "coff.h"
-
 
353
#endif
349
/* include the target specific definitions */
354
 
350
 
355
 
351
#define TARGET_DEFS_ONLY
356
#define TARGET_DEFS_ONLY
352
#ifdef TCC_TARGET_I386
357
#ifdef TCC_TARGET_I386
353
# include "i386-gen.c"
358
# include "i386-gen.c"
Line 360... Line 365...
360
#endif
365
#endif
361
#ifdef TCC_TARGET_ARM64
366
#ifdef TCC_TARGET_ARM64
362
# include "arm64-gen.c"
367
# include "arm64-gen.c"
363
#endif
368
#endif
364
#ifdef TCC_TARGET_C67
369
#ifdef TCC_TARGET_C67
365
# include "coff.h"
-
 
366
# include "c67-gen.c"
370
# include "c67-gen.c"
367
#endif
371
#endif
368
#undef TARGET_DEFS_ONLY
372
#undef TARGET_DEFS_ONLY
Line 369... Line 373...
369
 
373