* [Buildroot] [PATCH] gmp: disable assembly for MIPS r6 ISA @ 2015-11-24 13:32 Gustavo Zacarias 2015-11-24 14:03 ` Vicente Olivert Riera 2015-11-25 10:25 ` Peter Korsgaard 0 siblings, 2 replies; 3+ messages in thread From: Gustavo Zacarias @ 2015-11-24 13:32 UTC (permalink / raw) To: buildroot It's still not supported/implemented, fixes: http://autobuild.buildroot.net/results/d06/d0686b3e7b8884f93034d4ea4b79fa8590ffa221/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/gmp/gmp.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk index f71a210..96dd6ed 100644 --- a/package/gmp/gmp.mk +++ b/package/gmp/gmp.mk @@ -12,5 +12,10 @@ GMP_LICENSE = LGPLv3+ GMP_LICENSE_FILES = COPYING.LESSERv3 GMP_DEPENDENCIES = host-m4 +# GMP doesn't support assembly for r6 ISA yet +ifeq ($(BR2_mips_32r6)$(BR2_mips_64r6),y) +GMP_CONF_OPTS += --disable-assembly +endif + $(eval $(autotools-package)) $(eval $(host-autotools-package)) -- 2.4.10 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] gmp: disable assembly for MIPS r6 ISA 2015-11-24 13:32 [Buildroot] [PATCH] gmp: disable assembly for MIPS r6 ISA Gustavo Zacarias @ 2015-11-24 14:03 ` Vicente Olivert Riera 2015-11-25 10:25 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Vicente Olivert Riera @ 2015-11-24 14:03 UTC (permalink / raw) To: buildroot Dear Gustavo Zacarias, On 24/11/15 13:32, Gustavo Zacarias wrote: > It's still not supported/implemented, fixes: > http://autobuild.buildroot.net/results/d06/d0686b3e7b8884f93034d4ea4b79fa8590ffa221/ > > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Build test for MIPS64R6 with all direct dependencies of gmp package. Regards, Vincent. ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] gmp: disable assembly for MIPS r6 ISA 2015-11-24 13:32 [Buildroot] [PATCH] gmp: disable assembly for MIPS r6 ISA Gustavo Zacarias 2015-11-24 14:03 ` Vicente Olivert Riera @ 2015-11-25 10:25 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2015-11-25 10:25 UTC (permalink / raw) To: buildroot >>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes: > It's still not supported/implemented, fixes: > http://autobuild.buildroot.net/results/d06/d0686b3e7b8884f93034d4ea4b79fa8590ffa221/ > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Committed, thanks. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-25 10:25 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-11-24 13:32 [Buildroot] [PATCH] gmp: disable assembly for MIPS r6 ISA Gustavo Zacarias 2015-11-24 14:03 ` Vicente Olivert Riera 2015-11-25 10:25 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox