summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:47:11 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:48 -0500
commitf14bfdf95283fc6401a4f701140838b91511f499 (patch)
treed7b6e7e2744b8d83b9e55b6903804ece68c0aed5 /Makefile.target
parentf622d8a33dfbd83468d71e48624925c950b4010e (diff)
downloadhqemu-f14bfdf95283fc6401a4f701140838b91511f499.zip
hqemu-f14bfdf95283fc6401a4f701140838b91511f499.tar.gz
Move libsunpath to use the same style than everything else
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.target b/Makefile.target
index 08d9e96..b7406f8 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -24,13 +24,6 @@ translate.o: QEMU_CFLAGS += $(call cc-option, $(QEMU_CFLAGS), -fno-unit-at-a-tim
endif
LIBS+=-lm
-ifdef CONFIG_SOLARIS
-ifdef CONFIG_NEEDS_LIBSUNMATH
-LIBS+=-lsunmath
-LDFLAGS+=-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib
-QEMU_CFLAGS+=-I/opt/SUNWspro/prod/include/cc
-endif
-endif
kvm.o kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS)
OpenPOWER on IntegriCloud