I'm a bit confused about these two mentioned architectural flavours.
On my freshly installed 'archlinux-hf-2013-02-11' image there is
$this->bbcode_second_pass_code('', 'CARCH="armv6h"')
in /etc/makepkg.conf and
$this->bbcode_second_pass_code('', 'Architecture = armv6h')
in /etc/pacman.conf, but the running kernel says
$this->bbcode_second_pass_code('', '$ uname -m
armv6l')
Can someone explain the difference between the two values, or why the "uname -m" output is different?
Thanks in advance,
lynix