Skip to content

Commit

Permalink
mozcoreconf-v4.eclass: drop configure options for js-ultrasparc
Browse files Browse the repository at this point in the history
Sparc support has stopped upstream long ago, and mozilla packages in gentoo
have dropped the sparc keyword long ago as well.
  • Loading branch information
axs-gentoo committed Aug 4, 2016
1 parent caf44df commit cd4ae73
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eclass/mozcoreconf-v4.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit cd4ae73

Please sign in to comment.