lkml.org 
[lkml]   [2015]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectPING: [PATCH] Avoid conflict with host definitions when cross-compiling
Date
 PING!

2 Yaakov: Hello! I remember you upstreamed this one:
https://cygwin.com/ml/cygwin/2012-06/msg00221/0002-tools-include-use-stdint-types-for-user
-space-bytesh.patch
Who is the person to cc: ?

Kind regards,
Pavel Fedin
Expert Engineer
Samsung Electronics Research center Russia

> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org [mailto:linux-kernel-owner@vger.kernel.org] On
> Behalf Of Pavel Fedin
> Sent: Wednesday, June 03, 2015 11:25 AM
> To: linux-kernel@vger.kernel.org
> Subject: [PATCH] Avoid conflict with host definitions when cross-compiling
>
> Certain platforms (e. g. BSD-based ones) define some ELF constants according to host.
> This patch fixes problems with cross-building Linux kernel on these platforms.
>
> Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
> ---
> scripts/mod/modpost.h | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h
> index 168b43d..9f51365 100644
> --- a/scripts/mod/modpost.h
> +++ b/scripts/mod/modpost.h
> @@ -11,6 +11,12 @@
>
> #include "elfconfig.h"
>
> +/* Cygwin's elf.h defines these according to host's word size */
> +#undef ELF_ST_BIND
> +#undef ELF_ST_TYPE
> +#undef ELF_R_SYM
> +#undef ELF_R_TYPE
> +
> #if KERNEL_ELFCLASS == ELFCLASS32
>
> #define Elf_Ehdr Elf32_Ehdr
> --
> 1.9.5.msysgit.0
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/



\
 
 \ /
  Last update: 2015-06-17 11:01    [W:0.047 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site