]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/blob - crossmingw32-gcc-buildsystem2.patch
- updated to 10.5.0
[packages/crossmingw32-gcc.git] / crossmingw32-gcc-buildsystem2.patch
1 --- gcc/libgcc/Makefile.in.org  2010-04-29 23:43:30.179106889 +0200
2 +++ gcc/libgcc/Makefile.in      2010-04-29 23:43:41.993233119 +0200
3 @@ -64,7 +64,7 @@
4  AR = @AR@
5  AR_FLAGS = rc
6  
7 -CC = @CC@
8 +override CC = @CC@
9  CFLAGS = @CFLAGS@
10  RANLIB = @RANLIB@
11  LN_S = @LN_S@
12 --- gcc/libgcc/configure.org    2010-09-29 01:36:46.047000017 +0200
13 +++ gcc/libgcc/configure        2010-09-29 01:40:00.929000003 +0200
14 @@ -2687,6 +2687,7 @@
15  set dummy ${ac_tool_prefix}gcc; ac_word=$2
16  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
17  $as_echo_n "checking for $ac_word... " >&6; }
18 +CC="$CC -isystem `pwd`/../../sysroot/i386-mingw32/include -isystem `pwd`/../../sysroot/i386-mingw32/sys-include -B`pwd`/../../sysroot/i386-mingw32/lib/"
19  if test "${ac_cv_prog_CC+set}" = set; then :
20    $as_echo_n "(cached) " >&6
21  else
22 --- gcc/libiberty/Makefile.in.org       2010-04-29 23:53:50.429231967 +0200
23 +++ gcc/libiberty/Makefile.in   2010-04-29 23:54:00.206482863 +0200
24 @@ -53,7 +53,7 @@
25  AR = @AR@
26  AR_FLAGS = rc
27  
28 -CC = @CC@
29 +override CC = @CC@
30  CFLAGS = @CFLAGS@
31  CPPFLAGS = @CPPFLAGS@
32  RANLIB = @RANLIB@
33 --- gcc/libiberty/configure.org 2010-09-29 01:46:07.266000013 +0200
34 +++ gcc/libiberty/configure     2010-09-29 01:46:35.758000014 +0200
35 @@ -2789,6 +2789,7 @@
36  set dummy ${ac_tool_prefix}gcc; ac_word=$2
37  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38  $as_echo_n "checking for $ac_word... " >&6; }
39 +CC="$CC -isystem `pwd`/../../sysroot/i386-mingw32/include -isystem `pwd`/../../sysroot/i386-mingw32/sys-include -B`pwd`/../../sysroot/i386-mingw32/lib/"
40  if test "${ac_cv_prog_CC+set}" = set; then :
41    $as_echo_n "(cached) " >&6
42  else
43 --- gcc/libstdc++-v3/Makefile.in.org    2010-04-29 23:58:03.243106668 +0200
44 +++ gcc/libstdc++-v3/Makefile.in        2010-04-29 23:57:34.857355967 +0200
45 @@ -115,7 +115,7 @@
46  AWK = @AWK@
47  BASIC_FILE_CC = @BASIC_FILE_CC@
48  BASIC_FILE_H = @BASIC_FILE_H@
49 -CC = @CC@
50 +override CC = @CC@
51  CCODECVT_CC = @CCODECVT_CC@
52  CCOLLATE_CC = @CCOLLATE_CC@
53  CCTYPE_CC = @CCTYPE_CC@
54 @@ -133,7 +133,7 @@
55  CSTDIO_H = @CSTDIO_H@
56  CTIME_CC = @CTIME_CC@
57  CTIME_H = @CTIME_H@
58 -CXX = @CXX@
59 +override CXX = @CXX@
60  CXXCPP = @CXXCPP@
61  CXXFLAGS = @CXXFLAGS@
62  CYGPATH_W = @CYGPATH_W@
63 --- gcc/libstdc++-v3/configure.org      2010-09-29 01:48:10.661000013 +0200
64 +++ gcc/libstdc++-v3/configure  2010-09-29 01:51:34.583000014 +0200
65 @@ -3498,6 +3498,7 @@
66  save_CXXFLAGS="$CXXFLAGS"
67  CXXFLAGS="$CXXFLAGS -fno-builtin"
68  ac_ext=c
69 +CPP=$CXXCPP
70  ac_cpp='$CPP $CPPFLAGS'
71  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73 @@ -3507,6 +3508,8 @@
74  set dummy ${ac_tool_prefix}gcc; ac_word=$2
75  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
76  $as_echo_n "checking for $ac_word... " >&6; }
77 +CC="$CC -isystem `pwd`/../../sysroot/i386-mingw32/include -isystem `pwd`/../../sysroot/i386-mingw32/sys-include -B`pwd`/../../sysroot/i386-mingw32/lib/"
78 +CXX="$CXX -isystem `pwd`/../../sysroot/i386-mingw32/include -isystem `pwd`/../../sysroot/i386-mingw32/sys-include -B`pwd`/../../sysroot/i386-mingw32/lib/"
79  if test "${ac_cv_prog_CC+set}" = set; then :
80    $as_echo_n "(cached) " >&6
81  else
This page took 0.03079 seconds and 3 git commands to generate.