Commit 841b8360 by Richard Earnshaw Committed by Richard Earnshaw

configure.host: Handle arm*-elf, strongarm*-elf and xscale*-elf with a single configuration.

* configure.host: Handle arm*-elf, strongarm*-elf and xscale*-elf with
a single configuration.

From-SVN: r57611
parent 82cfabc1
2002-09-28 Richard Earnshaw <rearnsha@arm.com>
* configure.host: Handle arm*-elf, strongarm*-elf and xscale*-elf with
a single configuration.
2002-09-25 Jesse Rosenstock <jmr@ugcs.caltech.edu>
* java/util/TimeZone.java (getDSTSavings): New method.
......
......@@ -65,6 +65,16 @@ CHECKREFSPEC=
# This case statement supports per-CPU defaults.
case "${host}" in
arm*-elf | strongarm*-elf | xscale*-elf)
with_libffi_default=no
PROCESS=Ecos
FILE=Posix
CHECKREFSPEC=-fcheck-references
EXCEPTIONSPEC=
enable_java_net_default=no
enable_getenv_properties_default=no
enable_main_args_default=no
;;
mips-tx39-*|mipstx39-unknown-*)
libgcj_flags="${libgcj_flags} -G 0"
LDFLAGS="$LDFLAGS -Tjmr3904dram.ld"
......@@ -125,16 +135,6 @@ case "${host}" in
libgcj_interpreter=yes
enable_hash_synchronization_default=yes
;;
xscale*-elf)
with_libffi_default=no
PROCESS=Ecos
FILE=Posix
CHECKREFSPEC=-fcheck-references
EXCEPTIONSPEC=
enable_java_net_default=no
enable_getenv_properties_default=no
enable_main_args_default=no
;;
sh-* | sh[34]*-*)
sysdeps_dir=sh
libgcj_flags="${libgcj_flags} -mieee"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment