diff options
author | Tom Musta <tommusta@gmail.com> | 2014-04-21 15:54:52 -0500 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-06-16 13:24:29 +0200 |
commit | e58f8d1ff9f1f71bb1162ccd2f05c258ca8efdbe (patch) | |
tree | 9907d753d2aa8cadbd26f75f4cd0806bbe8e04eb /default-configs/ppcemb-softmmu.mak | |
parent | 4922fd7d526e2740c18cee69cd371a32dcb2049a (diff) |
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/ppcemb-softmmu.mak')
-rw-r--r-- | default-configs/ppcemb-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
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 |