Fix build on native 64-bit architecture
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403779
This commit is contained in:
parent
0ee5fbe25d
commit
b87e5f7ba7
1 changed files with 6 additions and 0 deletions
|
@ -218,9 +218,15 @@ case `uname -p` in
|
|||
powerpc)
|
||||
native_path=ppc
|
||||
;;
|
||||
powerpc64)
|
||||
native_path=ppc64
|
||||
;;
|
||||
*86)
|
||||
native_path=x86
|
||||
;;
|
||||
x86_64)
|
||||
native_path=x64
|
||||
;;
|
||||
*)
|
||||
echo "Couldn't figure out native architecture path"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue