aarch64-freebsd.h: Define WCHAR_TYPE.
authorAndreas Tobler <andreast@gcc.gnu.org>
Fri, 7 Apr 2017 18:50:11 +0000 (20:50 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Fri, 7 Apr 2017 18:50:11 +0000 (20:50 +0200)
2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>

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

From-SVN: r246773

gcc/ChangeLog
gcc/config/aarch64/aarch64-freebsd.h

index 5f3c5fc..0cf42f3 100644 (file)
@@ -1,3 +1,7 @@
+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
index b9c1bfd..84bf41a 100644 (file)
@@ -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 */