summaryrefslogtreecommitdiffstats
path: root/Makefile.target
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 /Makefile.target
parent4922fd7d526e2740c18cee69cd371a32dcb2049a (diff)
downloadhqemu-e58f8d1ff9f1f71bb1162ccd2f05c258ca8efdbe.zip
hqemu-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 'Makefile.target')
-rw-r--r--Makefile.target6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 4223283..06c1e59 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -85,6 +85,12 @@ obj-y += disas.o
obj-$(call notempty,$(TARGET_XML_FILES)) += gdbstub-xml.o
obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
+obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/decContext.o
+obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/decNumber.o
+obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/dpd/decimal32.o
+obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/dpd/decimal64.o
+obj-$(CONFIG_LIBDECNUMBER) += libdecnumber/dpd/decimal128.o
+
#########################################################
# Linux user emulator target
OpenPOWER on IntegriCloud