<p>Hi Thomas, Simon,</p>
<p>The compiler (that particular toolchain) has those intrinsic functions but is able to generate them only if the exact CPU sub architecture is specified, not just AVR32 (their implementations differ for each of the two sub architectures). This is impossible to specify unless we introduce it in the buildroot configuration system (like several flavors of ARM). And this, in turn, seems too much to make just one package happy.</p>

<p>I tried to disable using them in the package code by playing with <a href="http://configure.ac">configure.ac</a> but unsuccessfully: the code used instead some thread functions that were not provided by the toolchain (at least, not with the constants defined in configure). In the end, it seemed too much trouble since nobody showed interest in the package, especially on this architecture, and it breaks builds for AVR32.</p>

<p>I did not know how to explain all this concisely in openpgm's Config.in, sorry :-) </p>
<p>Best regards,<br>
  Alexander Lukichev</p>