summaryrefslogtreecommitdiffstats
path: root/default-configs/ppc64le-linux-user.mak
Commit message (Collapse)AuthorAgeFilesLines
* build: remove CONFIG_LIBDECNUMBERPaolo Bonzini2017-10-161-1/+0Star
| | | | | | | | It is used by all PPC targets; we can give the directory its own Makefile.objs file, and include it directly from target/ppc. target/s390 can do the same when it starts using it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* target-ppc: Add a new user mode target for little-endian PPC64.Doug Kwan2014-06-161-0/+2
Signed-off-by: Doug Kwan <dougkwan@google.com> Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>