aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-22 16:42:40 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-22 16:42:40 +0000
commit25bc827cf233dcac309decd095e3f2b6095596f0 (patch)
treeebc2066ed3cdc741cc542f0fa09b630e0d46b4cb /Makefile.target
parentddc2db503dd374ae0355dfd5d0dcb60aa5ec47ac (diff)
Move 128-bit float emulation under linux-user
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4234 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 446b5f5bc..02bf0346d 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -432,6 +432,9 @@ endif
ifeq ($(TARGET_ARCH), m68k)
OBJS+= m68k-sim.o m68k-semi.o
endif
+ifeq ($(TARGET_BASE_ARCH), sparc)
+OBJS+= sparc_quad_float.o
+endif
ifdef CONFIG_GDBSTUB
OBJS+=gdbstub.o