From: Blue Swirl Date: Tue, 1 Nov 2011 20:59:32 +0000 (+0000) Subject: Revert "PPC: Fail configure when libfdt is not available" X-Git-Tag: TizenStudio_2.0_p2.3~2014^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b83a7af026846ae9bd69b248f89c7c7bc757a17;p=sdk%2Femulator%2Fqemu.git Revert "PPC: Fail configure when libfdt is not available" This reverts commit f90a9d02401eeeec18a122b61ccccb91244f321c. Signed-off-by: Blue Swirl --- diff --git a/configure b/configure index 28b76c0..850efc0 100755 --- a/configure +++ b/configure @@ -3454,16 +3454,7 @@ case "$target_arch2" in fi fi esac -if test "$fdt" != "yes" && test "$target_arch2" = "ppc" -o \ - "$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 +if test "$target_arch2" = "ppc64" -a "$fdt" = "yes"; then echo "CONFIG_PSERIES=y" >> $config_target_mak fi if test "$target_bigendian" = "yes" ; then