Hello,<br><br>I&#39;ve successfully build asterisk 1.8.20.1 on my Raspberry Pi but having a problem with &#39;make config&#39;.<br><br>Could you please fix configure for OSARCH = linux-gnueabihf ?<br>I see in configure:<br>


...<br>     linux-gnueabi)<br>     OSARCH=linux-gnu<br>...<br>but there is no support for high float.<br><br>After a temporary fix of Makefile:<br>config:<br>-        @if [ &quot;${OSARCH}&quot; = &quot;linux-gnu&quot; ]; then \<br>


+        @if [ &quot;${OSARCH}&quot; = &quot;linux-gnu&quot; -o &quot;${OSARCH}&quot; = &quot;linux-gnueabihf&quot; ]; then \<br>I see that my init.d config was successfully created.<br><br>raspberrypi*CLI&gt; core show version<br>



Asterisk 1.8.20.1 built by root @ raspberrypi on a armv6l running Linux on 2013-03-16 01:26:20 UTC<br>
<br>Thanks!<br>