mingw-w64.h (CPP_SPEC): Rename _REENTRANCE to _REENTRANT.
2011-10-04 Ozkan Sezer <sezeroz@gmail.com> * config/i386/mingw-w64.h (CPP_SPEC): Rename _REENTRANCE to _REENTRANT. * config/i386/mingw32.h (CPP_SPEC): Likewise. From-SVN: r179511
This commit is contained in:
parent
1de6359c61
commit
0de99d2625
|
@ -1,3 +1,9 @@
|
|||
2011-10-04 Ozkan Sezer <sezeroz@gmail.com>
|
||||
|
||||
* config/i386/mingw-w64.h (CPP_SPEC): Rename _REENTRANCE to
|
||||
_REENTRANT.
|
||||
* config/i386/mingw32.h (CPP_SPEC): Likewise.
|
||||
|
||||
2011-10-04 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* config/sparc/driver-sparc.c (cpu_names): Fix string for supersparc
|
||||
|
|
|
@ -25,8 +25,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{mthreads:-D_MT} " \
|
||||
"%{municode:-DUNICODE} " \
|
||||
"%{" SPEC_PTHREAD1 ":-D_REENTRANCE} " \
|
||||
"%{" SPEC_PTHREAD2 ":-U_REENTRANCE} "
|
||||
"%{" SPEC_PTHREAD1 ":-D_REENTRANT} " \
|
||||
"%{" SPEC_PTHREAD2 ":-U_REENTRANT} "
|
||||
|
||||
#undef STARTFILE_SPEC
|
||||
#define STARTFILE_SPEC "%{shared|mdll:dllcrt2%O%s} \
|
||||
|
|
|
@ -87,7 +87,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{mthreads:-D_MT} " \
|
||||
"%{" SPEC_PTHREAD1 ":-D_REENTRANCE} " \
|
||||
"%{" SPEC_PTHREAD1 ":-D_REENTRANT} " \
|
||||
"%{" SPEC_PTHREAD2 ": } "
|
||||
|
||||
/* For Windows applications, include more libraries, but always include
|
||||
|
|
Loading…
Reference in New Issue