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

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Jul 29 21:05:34 UTC 2009


On Wed, Jul 29, 2009 at 10:09:19PM +0200, Thomas Petazzoni wrote:

>ifeq ($(BR2_ARCH),"x86_64")
>
>BTW, any clue why we have quotes around the value of BR2_ARCH ?

project/Makefile.in:ARCH:=$(strip $(subst ",, $(BR2_ARCH)))
scripts/test/Makefile:  @echo   $(strip $(subst ",,$(BR2_ARCH)))
target/Config.in.arch:config BR2_ARCH

i.e. it's a string.



More information about the buildroot mailing list