Optware / Optware-ng

279 stars 52 forks source link

git on ppc crashes #56

Closed megazone23 closed 8 years ago

megazone23 commented 8 years ago

When running the following command on big-endian hardware such as ppc:

git pull -f origin master

The following error occurs:

Based on google searches on the error it has to do with the inclusion of XDL_FAST_HASH, it does not work on big-endian machines.

alllexx88 commented 8 years ago

I believe the issue is fixed now, thanks for reporting.

megazone23 commented 8 years ago

Confirmed that the problem is fixed. Thanks!