ARCH_NATIVE_BIT should in the first place be passed when building utils for host
commit0c91741de0b307a7090125984b327a4374d27142
authorEugene Rudoy <gene@freetz.org>
Sat, 9 Jan 2016 11:00:43 +0000 (9 12:00 +0100)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 10 Jan 2016 08:15:21 +0000 (10 09:15 +0100)
treee6ebd7074392586fb30d355cdbd08ca40ec3c00e
parentcddda5f9beb3d61f1122df95ccfcf855931775b7
ARCH_NATIVE_BIT should in the first place be passed when building utils for host

ARCH_NATIVE_BIT should in the first place be passed when building utils
for host (BUILD_CFLAGS-utils). It could also be passed when building utils
for target (CFLAGS-utils), but this is actually not necessary
as ARCH_NATIVE_BIT and __WORDSIZE are identical in this case.

Fixes 5ec4477584b69fe5f1410649b2eb3a63835fb649 (makes it actually work).

Signed-off-by: Eugene Rudoy <gene@freetz.org>
utils/Makefile.in