This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Committed patch: configure.host support for xscale-elf
- From: Anthony Green <green at cygnus dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Fri, 8 Feb 2002 06:45:31 -0800 (PST)
- Subject: Committed patch: configure.host support for xscale-elf
- Reply-to: green at cygnus dot com
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