aboutsummaryrefslogtreecommitdiff
path: root/debian.linaro/config/armel/config.flavour.linaro-omap
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2011-09-16 13:20:31 +0100
committerEric Miao <eric.miao@linaro.org>2011-12-03 13:24:50 +0800
commit789cd3af3b9c785fcb733ea5eff8c7310e339cac (patch)
tree0cbcd29d297d8a204ce8c1966ed4cac83707f2ea /debian.linaro/config/armel/config.flavour.linaro-omap
parentaadd46aa2de57b80f103f7651358f975636a5e2d (diff)
UBUNTU: SAUCE: headers_install: fix #include "..." usage for userspace
When headers are converted to userspace headers they may include relative includes. For example x86 has the following in its asm/posix_types.h: # ifdef __i386__ # include "posix_types_32.h" # else # include "posix_types_64.h" # endif However this is not safe in the face of the gcc option -I- which removes "the directory the file I am being included from" from the search list. Convert these references to <dir/...> form avoiding this. BugLink: http://bugs.launchpad.net/bugs/824377 Signed-off-by: Andy Whitcroft <apw@canonical.com> Acked-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Diffstat (limited to 'debian.linaro/config/armel/config.flavour.linaro-omap')
0 files changed, 0 insertions, 0 deletions