Descriptionlinux: improve support for cross-compiling
This CL adds support for a 'sysroot' GYP define, that should point to the target root filesystem for cross-compilation.
It passes that argument to the compiler and linker which uses it to prefix its hard-coded path (e.g. /usr/include)
It also points pkg-config to look for package configs there, and rewrite the paths to be prefixed by 'sysroot' (since pkg-config doesn't do it itself)
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25418
Patch Set 1 #
Total comments: 10
Patch Set 2 : Address review comments #
Messages
Total messages: 4 (0 generated)
|