This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM: enable interpreter, add locks code


Andrew Haley writes:
 > Paul Brook writes:
 >  > > + ? arm*-linux-gnu)
 >  > 
 >  > Should probably be
 >  > 
 >  >   arm*-linux*)
 > 
 > OK, will do.

2007-07-15  Andrew Haley  <aph@redhat.com>

	* configure.host: 
	arm*-linux-gnu -> arm*-linux*.

Index: configure.host
===================================================================
--- configure.host      (revision 126658)
+++ configure.host      (working copy)
@@ -82,7 +82,7 @@
        enable_getenv_properties_default=no
        enable_main_args_default=no
        ;;
-  arm*-linux-gnu)
+  arm*-linux*)
        libgcj_interpreter=yes
        sysdeps_dir=arm
        ;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]