<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello all. <br>
    </p>
    <p>It was suggested I reach out to the Slackbuilds mailing list with
      my question as to Slackbuild support of the arm architecture. 
      With the official support of some arm SBC's from Slackware, the
      SarPi support for Raspberry Pi and upcoming AArch64 there are many
      of us who may utilize existing Slackbuilds script to build
      software for our arm SBC's.  <br>
    </p>
    <p>I'm wondering then, is there any soft of official support for arm
      from the Slackbuild community, i.e. should we assume Slackbuilds
      to be usable and report any issues or are they not supported for
      arm at all?</p>
    <p>If arm is supported is there any effort to consolidate testing
      and patches similar to 15/-current?
<a class="moz-txt-link-freetext" href="https://www.linuxquestions.org/questions/slackware-14/sbo-scripts-not-building-on-current-read-1st-post-pls-4175561999/">https://www.linuxquestions.org/questions/slackware-14/sbo-scripts-not-building-on-current-read-1st-post-pls-4175561999/</a><br>
    </p>
    <p>I've found that most will build without issue and a few simply
      need minor edits such as specifying the SLKCFLAGS and
      LIBDIRSUFFIX.<br>
    </p>
    <pre>elif [ "$ARCH" = "arm" ]; then
  SLKCFLAGS="-O2 -fPIC"
  LIBDIRSUFFIX=""

</pre>
    <p>Thanks</p>
  </body>
</html>