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
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 6 Nov 2014 at 10:22
The text was updated successfully, but these errors were encountered:
PowerPC now has the Little Endian version of it. So to make snappy buildable in
we need ppc64le entry in config.guess file like below,
ppc64le:Linux:*:*)
echo powerpc64le-unknown-linux-gnu
exit ;;
FWIW, config.sub comes from autotools, so if you just rerun autogen.sh, you
will get a new version. (We do not maintain this file by hand.) But I agree
that we will want to do that in the released tarballs at some point, too.
It is better to have the entry in the releaed snappy-1.1.1 and snappy-1.1.2
tarballs since we are using JNI wrapper( xerial github) to build snappyjava in
PowerPC Little Endian and it fails due to this missing entry.
Original issue reported on code.google.com by
[email protected]
on 6 Nov 2014 at 10:22The text was updated successfully, but these errors were encountered: