~ubuntu-branches/ubuntu/trusty/mcpp/trusty-proposed

« back to all changes in this revision

Viewing changes to noconfig/mingw345.dif

  • Committer: Bazaar Package Importer
  • Author(s): Kiyoshi Matsui
  • Date: 2010-02-10 10:15:10 UTC
  • mfrom: (1.1.5 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100210101510-b0mkayg62qzctj6g
Tags: 2.7.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*** noconfig.H  2007-12-23 21:34:39.000000000 +0900
2
 
--- noconfig.H.mingw345 2007-12-23 22:10:54.000000000 +0900
 
1
*** noconfig.H  Sat Sep 20 12:00:11 2008
 
2
--- noconfig.H.mingw345 Sat Sep 20 13:05:05 2008
3
3
***************
4
4
*** 15,21 ****
5
5
   */
18
18
  /* Define target compiler.          */
19
19
  #ifndef COMPILER
20
20
***************
21
 
*** 331,340 ****
 
21
*** 294,304 ****
22
22
  #define TARGET_HAVE_LONG_LONG       TRUE
23
23
  #endif
24
24
  #define STDC_VERSION        0L  /* 199409L for V.2.9, 0L for V.3.*,V.4.*    */
26
26
! #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" */
27
27
! /* #define CPLUS_INCLUDE_DIR3   */  /* "/usr/include/c++/3.3.6/backward"    */  /* "/usr/include/c++/4.1.2/backward"    */
28
28
! /* #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" */
29
 
  /* #define C_INCLUDE_DIR2   */
 
29
! /* #define C_INCLUDE_DIR2   */
30
30
  #ifndef INC_DIR
31
31
  #ifdef  C_INCLUDE_DIR1
32
 
--- 331,340 ----
 
32
  #define INC_DIR             C_INCLUDE_DIR1  /* GNUC version specific dir    */
 
33
--- 294,304 ----
33
34
  #define TARGET_HAVE_LONG_LONG       TRUE
34
35
  #endif
35
36
  #define STDC_VERSION        0L  /* 199409L for V.2.9, 0L for V.3.*,V.4.*    */
37
38
! #define CPLUS_INCLUDE_DIR2  "/mingw/include/c++/3.4.5/mingw32" /* "/usr/include/c++/3.4/backward" */ /* "/usr/include/c++/3.3.6/i386-vine-linux" */  /* "/usr/include/c++/4.1.2/i486-linux-gnu" */
38
39
! #define CPLUS_INCLUDE_DIR3  "/mingw/include/c++/3.4.5/backward" /* "/usr/include/c++/3.3.6/backward"    */  /* "/usr/include/c++/4.1.2/backward"    */
39
40
! #define C_INCLUDE_DIR1      "/mingw/include" /* "/usr/lib/gcc-lib/i386-vine-linux/3.3.6/include" */  /* "/usr/lib/gcc/i486-linux-gnu/4.1.2/include" */
40
 
  /* #define C_INCLUDE_DIR2   */
 
41
! #define C_INCLUDE_DIR2      "/mingw/lib/gcc/mingw32/3.4.5/include"
41
42
  #ifndef INC_DIR
42
43
  #ifdef  C_INCLUDE_DIR1
 
44
  #define INC_DIR             C_INCLUDE_DIR1  /* GNUC version specific dir    */