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]

Committed patch: configure.host support for xscale-elf



I'm committing the following patch which was approved way back here:

	http://gcc.gnu.org/ml/java-patches/2001-q4/msg00216.html


2002-02-08  Anthony Green  <green@redhat.com>

	* configure.host: Add support for xscale-elf embedded target.

Index: libjava/configure.host
===================================================================
RCS file: /cvs/gcc/gcc/libjava/configure.host,v
retrieving revision 1.22
diff -c -r1.22 configure.host
*** configure.host	2002/01/05 04:00:32	1.22
--- configure.host	2002/02/08 14:43:12
***************
*** 85,90 ****
--- 85,97 ----
  	libgcj_interpreter=yes
  	enable_hash_synchronization_default=yes
  	;;
+   xscale*-elf)
+ 	with_libffi_default=no
+ 	PROCESS=Ecos
+ 	enable_java_net_default=no
+ 	enable_getenv_properties_default=no
+ 	enable_main_args_default=no
+ 	;;
  esac
  
  libgcj_cflags="${libgcj_cflags} ${libgcj_flags}"

-- 
Anthony Green                                                        Red Hat
                                                       Sunnyvale, California


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