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/ppc-softmmu.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'default-configs/ppc-softmmu.mak') diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak index 07c51ce..33f8d84 100644 --- a/default-configs/ppc-softmmu.mak +++ b/default-configs/ppc-softmmu.mak @@ -49,3 +49,4 @@ CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM)) CONFIG_MC146818RTC=y CONFIG_ETSEC=y CONFIG_ISA_TESTDEV=y +CONFIG_LIBDECNUMBER=y -- cgit v1.1