Feature #14041
closedRemove NaCl support
Description
NaCl and PNaCl is already sunset status.
see https://bugs.chromium.org/p/chromium/issues/detail?id=239656#c160
We should remove its code.
I created a patch for this request.
https://patch-diff.githubusercontent.com/raw/ruby/ruby/pull/1726.patch
But I'm not familiar with configure.ac. Anyone remove nacl support on configure.ac?
Files
Updated by nobu (Nobuyoshi Nakada) about 7 years ago
- File configure-no-nacl.patch configure-no-nacl.patch added
hsbt (Hiroshi SHIBATA) wrote:
But I'm not familiar with configure.ac. Anyone remove nacl support on configure.ac?
Updated by hsbt (Hiroshi SHIBATA) about 7 years ago
- Status changed from Open to Closed
Applied in changeset trunk|r60374.
Drop to support NaCl platform.
Because NaCl and PNaCl are already sunset status.
see https://bugs.chromium.org/p/chromium/issues/detail?id=239656#c160
configure.ac: Patch for this file was provided by @nobu (Nobuyoshi Nakada).
[Feature #14041][ruby-core:83497][fix GH-1726]