[Buildroot] [git commit] openssl: fix arch handling

Peter Korsgaard jacmet at uclibc.org
Wed Jul 29 21:34:16 UTC 2009


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> Le Wed, 29 Jul 2009 21:49:45 +0200,
 Thomas> Peter Korsgaard <jacmet at sunsite.dk> a écrit :

 >> -ifeq ($(BR2_ARCH),x86_64)
 >> +ifeq ($(ARCH),"x86_64")

 Thomas> unless I'm wrong this should be

 Thomas> ifeq ($(ARCH),x86_64)

 Thomas> just like the others. Or

 Thomas> ifeq ($(BR2_ARCH),"x86_64")

Argh yes, I need sleep - Will fix asap.

 Thomas> BTW, any clue why we have quotes around the value of BR2_ARCH ?

Kconfig does it for string variables.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list