changeset 1029:94838da77197

Replace use of srcdir with builddir. 2008-08-26 Andrew John Hughes <gnu_andrew@member.fsf.org> * HACKING: Add icedtea-signed-types-hot6.patch. * Makefile.am: Correct use of srcdir for ICEDTEA_HOME, should be builddir.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Tue, 26 Aug 2008 15:41:08 +0100
parents 1be4e928200c
children c1d1aca38209
files ChangeLog HACKING Makefile.am
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Aug 25 15:15:30 2008 -0400
+++ b/ChangeLog	Tue Aug 26 15:41:08 2008 +0100
@@ -1,3 +1,9 @@
+2008-08-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	* HACKING: Add icedtea-signed-types-hot6.patch.
+	* Makefile.am: Correct use of srcdir for ICEDTEA_HOME,
+	should be builddir.
+
 2008-08-21  Mark Wielaard  <mark@klomp.org>
 
 	* .hgignore: Add test/jtreg.jar.
--- a/HACKING	Mon Aug 25 15:15:30 2008 -0400
+++ b/HACKING	Tue Aug 26 15:41:08 2008 +0100
@@ -103,6 +103,10 @@
 * icedtea-test-atomic-operations.patch: Add check to see if GCC's sync_lock_test works.
 * icedtea-zero.patch: Generalise architecture support, add ARM and #ifdef out non-zero applicable parts.
 
+The following patches are only applied for IcedTea builds not using the zero-assembler:
+
+* icedtea-signed-types-hot6.patch: Make use of unsigned/signed types explicit.
+
 The following patches are only applied for IcedTea builds using the Shark JIT:
 
 * icedtea-shark.patch: Add support for the Shark JIT.
--- a/Makefile.am	Mon Aug 25 15:15:30 2008 -0400
+++ b/Makefile.am	Tue Aug 26 15:41:08 2008 +0100
@@ -754,7 +754,7 @@
   ICEDTEA_HOME = $(SYSTEM_ICEDTEA_DIR)
 else
   BOOTSTRAP_DIRECTORY_STAMP = stamps/bootstrap-directory.stamp
-  ICEDTEA_HOME = $(abs_top_srcdir)/bootstrap/icedtea
+  ICEDTEA_HOME = $(abs_top_builddir)/bootstrap/icedtea
 endif
 endif