/hg/buildbot: ARM CACAO softfloat builders need CACAO_CONFIGURE_...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Tue Feb 22 07:26:22 PST 2011


changeset f9d539fde486 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=f9d539fde486
author: Xerxes R?nby <xerxes at zafena.se>
date: Tue Feb 22 16:09:39 2011 +0100

	ARM CACAO softfloat builders need CACAO_CONFIGURE_ARGS="--enable-
	softfloat"

	2011-02-22 Xerxes Ranby <xerxes at zafena.se>

	 ARM CACAO softfloat builders f3anc and f3a5c updated to run
	make CACAO_CONFIGURE_ARGS="--enable-softfloat"


diffstat:

1 file changed, 6 insertions(+), 2 deletions(-)
icedtea/master.cfg |    8 ++++++--

diffs (25 lines):

diff -r 4683c27d2d1d -r f9d539fde486 icedtea/master.cfg
--- a/icedtea/master.cfg	Tue Feb 22 14:35:00 2011 +0100
+++ b/icedtea/master.cfg	Tue Feb 22 16:09:39 2011 +0100
@@ -310,7 +310,9 @@ f3anc.addStep(Configure(command=["../src
                               "--disable-docs",
                               "--enable-cacao"],
                               workdir="build"))
-f3anc.addStep(Compile(workdir="build"))
+f3anc.addStep(Compile(command=["make",
+                                CACAO_CONFIGURE_ARGS=\"--enable-softfloat\""],
+                      workdir="build"))
 f3anc.addStep(JTRegCheck(command=["make", "check-hotspot"],
                       description="check-hotspot",
                       workdir="build"))
@@ -444,7 +446,9 @@ f3a5c.addStep(Configure(command=["../src
                               "--disable-docs",
                               "--enable-cacao"],
                               workdir="build"))
-f3a5c.addStep(Compile(workdir="build"))
+f3a5c.addStep(Compile(command=["make",
+                                CACAO_CONFIGURE_ARGS=\"--enable-softfloat\""],
+                      workdir="build"))
 f3a5c.addStep(JTRegCheck(command=["make", "check-hotspot"],
                       description="check-hotspot",
                       workdir="build"))



More information about the distro-pkg-dev mailing list