]> Git Repo - qemu.git/commit
do not pass bogus $(SRC_PATH) include paths to cc during configure
authorPaolo Bonzini <[email protected]>
Thu, 23 Dec 2010 10:43:53 +0000 (11:43 +0100)
committerBlue Swirl <[email protected]>
Fri, 14 Jan 2011 16:11:58 +0000 (16:11 +0000)
commitf9728943ff8eec02c17e9eaa34dc8203e0ef8cc2
treebd89095147fa2d7f446824831e510d73ac82ac61
parent8d05095cec5feabba03078d5fabf5ac207fa8d4b
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 <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
configure
rules.mak
tests/Makefile
This page took 0.026443 seconds and 4 git commands to generate.