svn commit: r438061 - in head/lang: gcc/files gcc5/files gcc6/files
Andreas Tobler
andreast at FreeBSD.org
Sun Apr 9 20:36:49 UTC 2017
On 08.04.17 22:21, Jan Beich wrote:
> 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 */
Jan,
> 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.
I do not know offhand. I theory yes. To be on the safe side I agree to
bump the PORTREVISION.
I'd like to have the ok from Gerald, he's on vacation atm.
Maybe he finds a minute to give an ok and then I would bump the version
of gcc/gcc5 and gcc6.
Thanks for the hint.
Andreas
More information about the svn-ports-head
mailing list