package/uftrace: fix build on i386
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 24 Apr 2021 16:08:57 +0000 (18:08 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 24 Apr 2021 16:09:55 +0000 (18:09 +0200)
commit5e15bebd0837a943f98e4dda18cf0c86d259ecbf
tree48a6c922dcde2b3a20a4df6d82d65e51af3260a3
parent96142a5426b127a55038cd5cd84134452b9905ab
package/uftrace: fix build on i386

The --arch value on i386 must be "i386", and not i486, i586 or i686,
so let's have a special case for BR2_i386, and use $(BR2_ARCH) for the
other supported CPU architectures.

Fixes:

  http://autobuild.buildroot.net/results/01a28789bcec9af66137cbce5a8fda2d606de99f/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/uftrace/uftrace.mk