OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config/] [i386/] [mach.h] - Blame information for rev 820

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
/* Configuration for an i386 running Mach as the target machine.  */
2
 
3
#define TARGET_VERSION fprintf (stderr, " (80386, Mach)"); 
4
 
5
#define TARGET_OS_CPP_BUILTINS()                \
6
  do                                            \
7
    {                                           \
8
        builtin_define_std ("unix");            \
9
        builtin_define_std ("MACH");            \
10
        builtin_assert ("system=unix");         \
11
        builtin_assert ("system=mach");         \
12
    }                                           \
13
  while (0)
14
 
15
/* Specify extra dir to search for include files.  */
16
#define SYSTEM_INCLUDE_DIR "/usr/mach/include"
17
 
18
/* Don't default to pcc-struct-return, because gcc is the only compiler, and
19
   we want to retain compatibility with older gcc versions.  */
20
#define DEFAULT_PCC_STRUCT_RETURN 0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.