haiku/build/jam/board
PulkoMandy 574dbabb00 Configure the ARM compiler to default to Cortex-A8
Ideally, we would only need to set this in build/jam/board/*, but the
flags set there are not passed to the build of packages. The default is
using some early ARM variant, for which gcc lacks some more atomic
operations and emits calls to helper functions we don't implement.

Setting the default architecture avoids this, as all packages will now
be built to target the Cortex-A8.

Also set the proper VFP version in BeagleBoard config file.

Note this breaks the Verdex and Pi builds, but ARMv7 is what we should
focus on for now. We can try to make older archs work after finishing
the m68k port.
2014-04-22 09:49:32 +02:00
..
beagle Configure the ARM compiler to default to Cortex-A8 2014-04-22 09:49:32 +02:00
neo_freerunner board/arm: cleanup setting of ARM compiler options 2014-02-15 11:46:11 +01:00
overo board/arm: cleanup setting of ARM compiler options 2014-02-15 11:46:11 +01:00
raspberry_pi board/arm: cleanup setting of ARM compiler options 2014-02-15 11:46:11 +01:00
sam460ex More work towards hybrid support 2013-08-01 08:54:06 +02:00
verdex Fix definition and use of target ASFLAGS. 2014-02-23 15:50:11 +01:00