From cd4ae73ece3b0f7c48f7beda919f09e11430f90e Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Thu, 4 Aug 2016 11:56:28 -0400 Subject: mozcoreconf-v4.eclass: drop configure options for js-ultrasparc Sparc support has stopped upstream long ago, and mozilla packages in gentoo have dropped the sparc keyword long ago as well. --- eclass/mozcoreconf-v4.eclass | 5 ----- 1 file changed, 5 deletions(-) (limited to 'eclass/mozcoreconf-v4.eclass') diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass index 1f7c39db7a05..2ab508b5dbd8 100644 --- a/eclass/mozcoreconf-v4.eclass +++ b/eclass/mozcoreconf-v4.eclass @@ -227,11 +227,6 @@ mozconfig_init() { --disable-strip \ --disable-install-strip - # Here is a strange one... - if is-flag '-mcpu=ultrasparc*' || is-flag '-mtune=ultrasparc*'; then - mozconfig_annotate "building on ultrasparc" --enable-js-ultrasparc - fi - # jemalloc won't build with older glibc ! has_version ">=sys-libs/glibc-2.4" && mozconfig_annotate "we have old glibc" --disable-jemalloc } -- cgit v1.2.3-65-gdbad