Hi all,
I'm going to commit this patch to all active branches (5,6,7) in the
next hours.
A few failures less in the testsuite.
Thanks,
Andreas
2017-04-07 Andreas Tobler <andre...@gcc.gnu.org>
* config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
===================================================================
--- aarch64-freebsd.h (revision 246772)
+++ aarch64-freebsd.h (working copy)
@@ -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 */