« Previous | Next » 

Revision 96ce6545

ID96ce65457690561417ae8e6f0e85f3c6f135018b

Added by Peter Crosthwaite almost 11 years ago

configure: dtc: Probe for libfdt_env.h

Currently QEMU provides a local clone of the file libfdt_env.h in
/include. This file is supposed to come with the libfdt package and is
only needed for broken installs of libfdt. Now that we have submodule
dtc, just ignore these broken installs and prompt for the dtc submodule
install instead. QEMU's local libfdt_env.h is removed accordingly.

Manifests as a bug when building QEMU with modern libfdt. The new
version of libfdt does not compile when QEMUs libfdt_env.h takes
precedence over the hosts.

Signed-off-by: Peter Crosthwaite <>
Reviewed-by: Peter Maydell <>
Acked-by: David Gibson <>
Signed-off-by: Kim Phillips <>
Acked-by: Paolo Bonzini <>
Message-id:
Signed-off-by: Peter Maydell <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences