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/ppc64-linux-user.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'default-configs/ppc64-linux-user.mak') diff --git a/default-configs/ppc64-linux-user.mak b/default-configs/ppc64-linux-user.mak index 422d3fbaeb..e731ce016e 100644 --- a/default-configs/ppc64-linux-user.mak +++ b/default-configs/ppc64-linux-user.mak @@ -1 +1,2 @@ # Default configuration for ppc64-linux-user +CONFIG_LIBDECNUMBER=y -- cgit v1.2.3