Date: Sat, 08 Apr 2017 22:21:07 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Andreas Tobler <andreast@FreeBSD.org> Cc: Gerald Pfeifer <gerald@FreeBSD.org>, 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: <y3va-odl8-wny@FreeBSD.org> In-Reply-To: <201704081855.v38ItZH5002650@repo.freebsd.org> (Andreas Tobler's message of "Sat, 8 Apr 2017 18:55:35 %2B0000 (UTC)") References: <201704081855.v38ItZH5002650@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 */ 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?y3va-odl8-wny>