Date: Tue, 2 Jul 2019 08:13:56 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505662 - head/devel/psptoolchain-gcc-stage1 Message-ID: <201907020813.x628DueH049535@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jul 2 08:13:55 2019 New Revision: 505662 URL: https://svnweb.freebsd.org/changeset/ports/505662 Log: devel/psptoolchain-gcc-stage2: fix build with GCC-based architectures Add USES=compiler:c11: cc1: error: unrecognized command line option "-Wno-reserved-user-defined-literal" PR: 238249 Approved by: mentors (implicit approval) Modified: head/devel/psptoolchain-gcc-stage1/Makefile Modified: head/devel/psptoolchain-gcc-stage1/Makefile ============================================================================== --- head/devel/psptoolchain-gcc-stage1/Makefile Tue Jul 2 07:19:56 2019 (r505661) +++ head/devel/psptoolchain-gcc-stage1/Makefile Tue Jul 2 08:13:55 2019 (r505662) @@ -36,7 +36,7 @@ BUILD_DEPENDS+= psp-addr2line:devel/psptoolchain-binu psp-strings:devel/psptoolchain-binutils \ psp-strip:devel/psptoolchain-binutils -USES+= gmake libtool tar:bzip2 +USES+= compiler:c11 gmake libtool tar:bzip2 MAKE_ENV+= PATH=${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin:${PREFIX}/bin:${PATH} HAS_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907020813.x628DueH049535>