Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/infozip: Rename HOST_CC to HOSTCC
@ 2014-08-15 22:22 Bernd Kuhls
  2014-08-15 22:29 ` Peter Korsgaard
  2014-08-15 22:34 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-08-15 22:22 UTC (permalink / raw)
  To: buildroot

Wrong variable name is used which can lead to build errors for the host variant:

[...] -I. -DUNIX" AS=" -c" -f unix/Makefile generic

c _match.s
make[1]: c: command not found

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/infozip/infozip.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/infozip/infozip.mk b/package/infozip/infozip.mk
index 42cd1db..229299c 100644
--- a/package/infozip/infozip.mk
+++ b/package/infozip/infozip.mk
@@ -29,7 +29,7 @@ endef
 define HOST_INFOZIP_BUILD_CMDS
 	$(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D) \
 		CFLAGS="$(HOST_CFLAGS) -I. -DUNIX" \
-		AS="$(HOST_CC) -c" \
+		AS="$(HOSTCC) -c" \
 		-f unix/Makefile generic
 endef
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/infozip: Rename HOST_CC to HOSTCC
  2014-08-15 22:22 [Buildroot] [PATCH] package/infozip: Rename HOST_CC to HOSTCC Bernd Kuhls
@ 2014-08-15 22:29 ` Peter Korsgaard
  2014-08-15 22:34 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2014-08-15 22:29 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Wrong variable name is used which can lead to build errors for the host variant:
 > [...] -I. -DUNIX" AS=" -c" -f unix/Makefile generic

 > c _match.s
 > make[1]: c: command not found

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/infozip: Rename HOST_CC to HOSTCC
  2014-08-15 22:22 [Buildroot] [PATCH] package/infozip: Rename HOST_CC to HOSTCC Bernd Kuhls
  2014-08-15 22:29 ` Peter Korsgaard
@ 2014-08-15 22:34 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2014-08-15 22:34 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2014-08-16 00:22 +0200, Bernd Kuhls spake thusly:
> Wrong variable name is used which can lead to build errors for the host variant:
> 
> [...] -I. -DUNIX" AS=" -c" -f unix/Makefile generic
> 
> c _match.s
> make[1]: c: command not found
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/infozip/infozip.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/infozip/infozip.mk b/package/infozip/infozip.mk
> index 42cd1db..229299c 100644
> --- a/package/infozip/infozip.mk
> +++ b/package/infozip/infozip.mk
> @@ -29,7 +29,7 @@ endef
>  define HOST_INFOZIP_BUILD_CMDS
>  	$(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D) \
>  		CFLAGS="$(HOST_CFLAGS) -I. -DUNIX" \
> -		AS="$(HOST_CC) -c" \
> +		AS="$(HOSTCC) -c" \
>  		-f unix/Makefile generic
>  endef
>  
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-15 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-15 22:22 [Buildroot] [PATCH] package/infozip: Rename HOST_CC to HOSTCC Bernd Kuhls
2014-08-15 22:29 ` Peter Korsgaard
2014-08-15 22:34 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox