81e7f1e992
* ArchitectureRules define a variable named HAIKU_ASFLAGS, so other Jamfiles can append to it. * But, TARGET_ASFLAGS was used instead in the single place where we tried to make use of this (the verdex BoardSetup), and in the As rule * Moreover, the As rule used $(architecture) instead of $(TARGET_PACKAGING_ARCH) (I suspect a bogus copypaste?). So, it never actually made use of the flags With this working, add the proper flags to the BeagleBoard BoardSetup, so we implement atomic operations the ARMv7 way (no need to syscall). This helps with compiling, as the As and Cc/Cpp rules now agree on the defines and the atomic implementation to use. |
||
---|---|---|
.. | ||
BoardSetup |