Add x86_64 to IOP

This commit is contained in:
Matt Madia
2012-11-25 16:28:52 -05:00
parent 9d833d3147
commit 2510baa468
+2
View File
@@ -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