提交 7f762366 编写于 作者: B Blue Swirl

Revert "PPC: Fail configure when libfdt is not available"

This reverts commit f90a9d02.
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 e927dab1
...@@ -3454,16 +3454,7 @@ case "$target_arch2" in ...@@ -3454,16 +3454,7 @@ case "$target_arch2" in
fi fi
fi fi
esac esac
if test "$fdt" != "yes" && test "$target_arch2" = "ppc" -o \ if test "$target_arch2" = "ppc64" -a "$fdt" = "yes"; then
"$target_arch2" = "ppc64" -o "$target_arch2" = "ppcemb"; then
echo
echo "Error: libfdt missing"
echo "The PowerPC target requires libfdt to work properly."
echo "Please make sure to have it and its development packages installed."
echo
exit 1
fi
if test "$target_arch2" = "ppc64"; then
echo "CONFIG_PSERIES=y" >> $config_target_mak echo "CONFIG_PSERIES=y" >> $config_target_mak
fi fi
if test "$target_bigendian" = "yes" ; then if test "$target_bigendian" = "yes" ; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册