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