build: switch default target from x86 to x86_64

This commit is contained in:
CN_SZTL 2020-03-12 01:00:55 +08:00
parent e258fcfd31
commit 4c198ef7c2
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -174,7 +174,7 @@ EOF
print <<EOF;
choice
prompt "Target System"
default TARGET_x86
default TARGET_x86_64
reset if !DEVEL
EOF