Date: Sun, 9 Apr 2017 22:37:47 +0200 From: Andreas Tobler <andreast@FreeBSD.org> To: Jan Beich <jbeich@FreeBSD.org>, Gerald Pfeifer <gerald@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r438061 - in head/lang: gcc/files gcc5/files gcc6/files Message-ID: <19d16784-4542-6186-158a-abda98a24374@FreeBSD.org> In-Reply-To: <y3va-odl8-wny@FreeBSD.org> References: <201704081855.v38ItZH5002650@repo.freebsd.org> <y3va-odl8-wny@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 08.04.17 22:21, Jan Beich wrote: > Andreas Tobler <andreast@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19d16784-4542-6186-158a-abda98a24374>