File: mac_gcc401_i686.dif

package info (click to toggle)
mcpp 2.7.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,152 kB
  • ctags: 29,136
  • sloc: ansic: 35,238; sh: 9,241; makefile: 176; cpp: 84; exp: 18
file content (86 lines) | stat: -rw-r--r-- 3,853 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
*** noconfig.H	2008-09-25 15:34:56.000000000 +0900
--- noconfig.H.mac_gcc401_i686	2008-09-26 13:46:17.000000000 +0900
***************
*** 15,21 ****
   */
  
  /* Define target operating-system.  */
! #define SYSTEM              SYS_FREEBSD
  
  /* Define target compiler.          */
  #ifndef COMPILER
--- 15,21 ----
   */
  
  /* Define target operating-system.  */
! #define SYSTEM              SYS_MAC
  
  /* Define target compiler.          */
  #ifndef COMPILER
***************
*** 30,36 ****
  
  /* Version message.                 */
  /* "MCPP V.2.* (200y/mm) compiled by " precedes VERSION_MSG */
! #define VERSION_MSG         "GCC 3.4"
  #if     0
      "LCC-Win32 2006-03"
      "Visual C 2005"
--- 30,36 ----
  
  /* Version message.                 */
  /* "MCPP V.2.* (200y/mm) compiled by " precedes VERSION_MSG */
! #define VERSION_MSG         "GCC 4.0"
  #if     0
      "LCC-Win32 2006-03"
      "Visual C 2005"
***************
*** 280,291 ****
  #if     COMPILER_FAMILY == GNUC
  #define CMP_NAME            "GCC"
  #define COMPILER_EXT        "__GNUC__"
! #define COMPILER_EXT_VAL    "3"     /* "3" for V.3.* "4" for V.4.*  */
  #define COMPILER_EXT2       "__GNUC_MINOR__"
! #define COMPILER_EXT2_VAL   "4"     /* "4" for V.3.4, "1" for V.4.1 */
  #define COMPILER_CPLUS      "__GNUG__"
! #define COMPILER_CPLUS_VAL  "3"     /* "3" for V.3.*, "4" for V.4.* */
! #define GCC_MAJOR_VERSION   3       /* Value of __GNUC__ as a digit */
  #define LINE_PREFIX         "# "
  #ifndef HAVE_DIGRAPHS
  #define HAVE_DIGRAPHS       TRUE
--- 280,291 ----
  #if     COMPILER_FAMILY == GNUC
  #define CMP_NAME            "GCC"
  #define COMPILER_EXT        "__GNUC__"
! #define COMPILER_EXT_VAL    "4"     /* "3" for V.3.* "4" for V.4.*  */
  #define COMPILER_EXT2       "__GNUC_MINOR__"
! #define COMPILER_EXT2_VAL   "0"     /* "4" for V.3.4, "1" for V.4.1 */
  #define COMPILER_CPLUS      "__GNUG__"
! #define COMPILER_CPLUS_VAL  "4"     /* "3" for V.3.*, "4" for V.4.* */
! #define GCC_MAJOR_VERSION   4       /* Value of __GNUC__ as a digit */
  #define LINE_PREFIX         "# "
  #ifndef HAVE_DIGRAPHS
  #define HAVE_DIGRAPHS       TRUE
***************
*** 294,303 ****
  #define TARGET_HAVE_LONG_LONG       TRUE
  #endif
  #define STDC_VERSION        0L  /* 199409L for V.2.9, 0L for V.3.*,V.4.*    */
! #define CPLUS_INCLUDE_DIR1  "/usr/include/c++/3.4"  /* "/usr/include/c++/3.3.6" */  /* "/usr/include/c++/4.1.2" */
! #define CPLUS_INCLUDE_DIR2  "/usr/include/c++/3.4/backward"     /* "/usr/include/c++/3.3.6/i386-vine-linux" */  /* "/usr/include/c++/4.1.2/i486-linux-gnu" */
! /* #define CPLUS_INCLUDE_DIR3   */  /* "/usr/include/c++/3.3.6/backward"    */  /* "/usr/include/c++/4.1.2/backward"    */
! /* #define C_INCLUDE_DIR1 */    /* "/usr/lib/gcc-lib/i386-vine-linux/3.3.6/include" */  /* "/usr/lib/gcc/i486-linux-gnu/4.1.2/include" */
  /* #define C_INCLUDE_DIR2   */
  #ifndef INC_DIR
  #ifdef  C_INCLUDE_DIR1
--- 294,303 ----
  #define TARGET_HAVE_LONG_LONG       TRUE
  #endif
  #define STDC_VERSION        0L  /* 199409L for V.2.9, 0L for V.3.*,V.4.*    */
! #define CPLUS_INCLUDE_DIR1  /* "/usr/include/c++/3.4" */ /* "/usr/include/c++/3.3.6" */  /* "/usr/include/c++/4.1.2" */ "/usr/include/c++/4.0.0"
! #define CPLUS_INCLUDE_DIR2  /* "/usr/include/c++/3.4/backward" */  /* "/usr/include/c++/3.3.6/i386-vine-linux" */  /* "/usr/include/c++/4.1.2/i486-linux-gnu" */ "/usr/include/c++/4.0.0/i686-apple-darwin9"
! #define CPLUS_INCLUDE_DIR3  /* "/usr/include/c++/3.3.6/backward"    */  /* "/usr/include/c++/4.1.2/backward"    */ "/usr/include/c++/4.0.0/backward"
! #define C_INCLUDE_DIR1      /* "/usr/lib/gcc-lib/i386-vine-linux/3.3.6/include" */  /* "/usr/lib/gcc/i486-linux-gnu/4.1.2/include" */ "/usr/lib/gcc/i686-apple-darwin9/4.0.1/include"
  /* #define C_INCLUDE_DIR2   */
  #ifndef INC_DIR
  #ifdef  C_INCLUDE_DIR1