From e58f8d1ff9f1f71bb1162ccd2f05c258ca8efdbe Mon Sep 17 00:00:00 2001 From: Tom Musta Date: Mon, 21 Apr 2014 15:54:52 -0500 Subject: target-ppc: Enable Building of libdecnumber Enable compilation of the newly added libdecnumber library code. Object file targets are added to Makefile.target using a newly introduced flag CONFIG_LIBDECNUMBER. The flag is added to the PowerPC targets (ppc[64]-linux-user, ppc[64]-softmmu). Signed-off-by: Tom Musta [agraf: add ppcemb and ppc64abi32 config] Signed-off-by: Alexander Graf --- default-configs/ppcemb-softmmu.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'default-configs/ppcemb-softmmu.mak') diff --git a/default-configs/ppcemb-softmmu.mak b/default-configs/ppcemb-softmmu.mak index 1e4fde2190..e032761457 100644 --- a/default-configs/ppcemb-softmmu.mak +++ b/default-configs/ppcemb-softmmu.mak @@ -16,3 +16,4 @@ CONFIG_I8259=y CONFIG_XILINX=y CONFIG_XILINX_ETHLITE=y CONFIG_OPENPIC=y +CONFIG_LIBDECNUMBER=y -- cgit v1.2.3