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

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jul 29 20:09:19 UTC 2009


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

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

unless I'm wrong this should be

ifeq ($(ARCH),x86_64)

just like the others. Or

ifeq ($(BR2_ARCH),"x86_64")

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

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list