Add x86_64 to IOP
This commit is contained in:
@@ -435,6 +435,8 @@ function DetectSystemConfiguration()
|
|||||||
# Determine the Architecture.
|
# Determine the Architecture.
|
||||||
if [ `uname -m` == "BePC" ] ; then
|
if [ `uname -m` == "BePC" ] ; then
|
||||||
TARGET_ARCH='x86'
|
TARGET_ARCH='x86'
|
||||||
|
elif [ `uname -m` == "x86_64" ] ; then
|
||||||
|
TARGET_ARCH='x86_64'
|
||||||
else
|
else
|
||||||
echo "Sorry, x86 only for now."
|
echo "Sorry, x86 only for now."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user