buildroot/arch
Anton Kolesov cbffd50561 toolchain: Add config option for atomic intrinsics
GCC has several builtin functions that implement atomic operations. Those
functions are architecture specific and may not be implemented by the
specific toolchain. In case of GCC for ARC those functions rely on
LLOCK/SCOND instructions which are optional in ARC CPU's. If ARC CPU doesn't
support those instructions but software tries to use them, then application
will be aborted with Illegal instruction exception. To avoid confusion user
should first specify that their CPU supports atomic extension, which will
allow selection of packages that use builtin atomic functions.

Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-08-03 11:20:47 +02:00
..
Config.in arch: avr32 should only get removed for the 2015.02 release 2014-07-10 22:05:55 +02:00
Config.in.aarch64
Config.in.arc toolchain: Add config option for atomic intrinsics 2014-08-03 11:20:47 +02:00
Config.in.arm
Config.in.avr32
Config.in.bfin
Config.in.m68k
Config.in.microblaze Fix microblize little endian toolchain 2014-03-20 16:46:29 +01:00
Config.in.mips
Config.in.nios2
Config.in.powerpc powerpc: add powerpc64 and powerpc64le support 2014-05-26 21:48:33 +02:00
Config.in.sh
Config.in.sparc
Config.in.x86
Config.in.xtensa