svn commit: r438061 - in head/lang: gcc/files gcc5/files gcc6/files

Jan Beich jbeich at FreeBSD.org
Sat Apr 8 20:19:27 UTC 2017


Andreas Tobler <andreast at FreeBSD.org> writes:

> Author: andreast (src committer)
> Date: Sat Apr  8 18:55:35 2017
> New Revision: 438061
> URL: https://svnweb.freebsd.org/changeset/ports/438061
>
> Log:
>   Define WCHAR_T for aarch64 on all active gcc (gcc/gcc5 and gcc6) releases.
>   This define is already in upstream.
>   The gcc*-devel ports will pickup the commit from upstream.
[...]
> +@@ -0,0 +1,99 @@
>  +/* Definitions for AArch64 running FreeBSD
>  +   Copyright (C) 2016 Free Software Foundation, Inc.
>  +
> @@ -125,6 +125,11 @@ Index: gcc/config/aarch64/aarch64-freebs
>  +#undef TARGET_BINDS_LOCAL_P
>  +#define TARGET_BINDS_LOCAL_P default_binds_local_p_2
>  +
> ++/* Use the AAPCS type for wchar_t, override the one from
> ++   config/freebsd.h.  */
> ++#undef  WCHAR_TYPE
> ++#define WCHAR_TYPE  "unsigned int"
> ++
>  +#endif  /* GCC_AARCH64_FREEBSD_H */

Does this change the produced binary? If so bump PORTREVISION for
package-only users to pick it up. poudriere by itself isn't smart enough
to figure out.


More information about the svn-ports-head mailing list