freebsd64.h: Remove the redefinition of WCHAR_TYPE.
2015-12-09 Andreas Tobler <andreast@gcc.gnu.org> * config/rs6000/freebsd64.h: Remove the redefinition of WCHAR_TYPE. From-SVN: r231470
This commit is contained in:
parent
d57ad2bf74
commit
0a04f2dfc2
@ -1,3 +1,7 @@
|
||||
2015-12-09 Andreas Tobler <andreast@gcc.gnu.org>
|
||||
|
||||
* config/rs6000/freebsd64.h: Remove the redefinition of WCHAR_TYPE.
|
||||
|
||||
2015-12-09 Aditya Kumar <aditya.k7@samsung.com>
|
||||
Sebastian Pop <s.pop@samsung.com>
|
||||
|
||||
|
@ -317,7 +317,7 @@ extern int dot_symbols;
|
||||
|
||||
/* rs6000.h gets this wrong for FreeBSD. We use the GCC defaults instead. */
|
||||
#undef WCHAR_TYPE
|
||||
#define WCHAR_TYPE (TARGET_64BIT ? "int" : "long int")
|
||||
|
||||
#undef WCHAR_TYPE_SIZE
|
||||
#define WCHAR_TYPE_SIZE 32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user