You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a build error that occurs when icutrim is run to cut down
the ICU locale set on Big-Endian platforms when building with
--with-intl=small-icu (which is done by the "make binary" target).
This fixes the binary build on POWER platforms.
Fixes: #2601
PR-URL: #2602
Reviewed-By: Steven Loomis <[email protected]>
Fix a build error that occurs when icutrim is run to cut down
the ICU locale set on Big-Endian platforms when building with
--with-intl=small-icu (which is done by the "make binary" target).
This fixes the binary build on POWER platforms.
Fixes: #2601
PR-URL: #2602
Reviewed-By: Steven Loomis <[email protected]>
If you build with --with-intl=small-icu (the default for the "make binary" target) then the icutrim command fails on big-endian platforms:
@srl295 I'll aim to submit a PR with the patch we've used for this previously on our PPC repositories
The text was updated successfully, but these errors were encountered: