Commit ecd5b37e by Andreas Tobler

aarch64-freebsd.h: Define WCHAR_TYPE.

2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>

    * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.

From-SVN: r246773
parent 2166aeb3
2017-04-07 Andreas Tobler <andreast@gcc.gnu.org>
* config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/70703
......
......@@ -91,4 +91,7 @@
#undef TARGET_BINDS_LOCAL_P
#define TARGET_BINDS_LOCAL_P default_binds_local_p_2
#undef WCHAR_TYPE
#define WCHAR_TYPE "unsigned int"
#endif /* GCC_AARCH64_FREEBSD_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment