basic/architecture: Properly set LIB_ARCH_TUPLE for powerpcspe
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Thu, 2 Mar 2017 00:51:11 +0000 (01:51 +0100)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Thu, 2 Mar 2017 00:51:11 +0000 (01:51 +0100)
commit202145c07a031f729982d4cacf05411b9819e78a
tree5eb140e5b4b4482598b81fc8c93f5dbc1abf38c7
parent4c7c70c7c23c86836bb96e793e76c79f44784c07
basic/architecture: Properly set LIB_ARCH_TUPLE for powerpcspe

On powerpc, there are two possible ABIs and hence values for
LIB_ARCH_TUPLE. The convential type with an FPU and the embedded
variant, called powerpcspe, which does not have a convential FPU
but a special Signal Processing Engine (SPE). The latter can be
detected by checking whether __NO_FPRS__ is defined.
src/basic/architecture.h