提交 c14b2ab0 编写于 作者: V vit9696

Debug: Replace IA32 with Ia32

上级 9ab2d13d
......@@ -69,7 +69,7 @@ choose_debugger() {
fi
if [ "${EFI_PORT}" = "" ]; then
if [ "${EFI_ARCH}" = "IA32" ]; then
if [ "${EFI_ARCH}" = "Ia32" ]; then
EFI_PORT=8832
else
EFI_PORT=8864
......@@ -116,7 +116,7 @@ choose_debugger() {
fi
if [ "${EFI_TRIPLE}" = "" ]; then
if [ "${EFI_ARCH}" = "IA32" ]; then
if [ "${EFI_ARCH}" = "Ia32" ]; then
triple_arch=i386
else
triple_arch=x86_64
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册