Searched hist:f9728943ff8eec02c17e9eaa34dc8203e0ef8cc2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | f9728943ff8eec02c17e9eaa34dc8203e0ef8cc2 Thu Dec 23 04:43:53 CST 2010 Paolo Bonzini <pbonzini@redhat.com> do not pass bogus $(SRC_PATH) include paths to cc during configure
Non-existent -I paths are dropped silently by the compiler, but still it is not polite to pass bogus options. Configure-time tests do not need any include files from the source path, so only include -I flags at make time (when they're properly expanded).
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
|