summaryrefslogtreecommitdiff
path: root/default-configs/ppc-linux-user.mak
diff options
context:
space:
mode:
authorTom Musta <tommusta@gmail.com>2014-04-21 15:54:52 -0500
committerAlexander Graf <agraf@suse.de>2014-06-16 13:24:29 +0200
commite58f8d1ff9f1f71bb1162ccd2f05c258ca8efdbe (patch)
tree9907d753d2aa8cadbd26f75f4cd0806bbe8e04eb /default-configs/ppc-linux-user.mak
parent4922fd7d526e2740c18cee69cd371a32dcb2049a (diff)
downloadqemu-e58f8d1ff9f1f71bb1162ccd2f05c258ca8efdbe.tar.gz
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 <tommusta@gmail.com> [agraf: add ppcemb and ppc64abi32 config] Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'default-configs/ppc-linux-user.mak')
-rw-r--r--default-configs/ppc-linux-user.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/ppc-linux-user.mak b/default-configs/ppc-linux-user.mak
index 6273df2930..260ba41836 100644
--- a/default-configs/ppc-linux-user.mak
+++ b/default-configs/ppc-linux-user.mak
@@ -1 +1,2 @@
# Default configuration for ppc-linux-user
+CONFIG_LIBDECNUMBER=y