]> mj.ucw.cz Git - libucw.git/commit
Configure: Recognize "armhf" architecture
authorMartin Mares <mj@ucw.cz>
Mon, 11 Feb 2019 11:32:13 +0000 (12:32 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 11 Feb 2019 11:32:13 +0000 (12:32 +0100)
commitc624623f6b9a79e14b2f2663145931e70908f212
treef7c698c5d8887f723c8b39ef1d46893e27b3b422
parent6b320e70ce89090190da7f4d91c71245c029c717
Configure: Recognize "armhf" architecture

I needed to build LibUCW on Raspberry PI.

However, support for armhf is still a little bit hackish:
You need to configure with "ARCH=armhf" (auto-detection from GCC machine
type does now work) and tests require an explicit export of LD_LIBRARY_PATH
run/lib.
ucw/perl/UCW/Configure/C.pm