diff options
| author | Jeff Dike <[email protected]> | 2008-02-04 22:31:02 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-02-05 09:44:29 -0800 |
| commit | 260c0cb886c304b760835b6033bf876a7701eb91 (patch) | |
| tree | 7d24edab780da2ed0192146ce6453fd9454b9671 /tools/perf/scripts/python | |
| parent | 3963333fe6767f15141ab2dc3b933721c636c212 (diff) | |
uml: fx command-line CFLAGS and LDFLAGS support
UML still needed some work in order to allow CFLAGS to be passed in from the
command line.
USER_CFLAGS is produced from KBUILD_CFLAGS in part by removing all the -I
switches. This is so that kernel headers don't accidentally get pulled into
libc files. However, a common use of command-line CFLAGS would be to add -I
switches to the build. This patch specifically adds any command-line -I flags
back to USER_CFLAGS.
I also corrected the spelling of LFLAGS to LDFLAGS.
Signed-off-by: Jeff Dike <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions