Commit 972974fc by Mark Mitchell Committed by Mark Mitchell

configure.in (arm*-*-symbianelf*): Add ${libgcj} and target-libiberty to noconfigdirs.

	* configure.in (arm*-*-symbianelf*): Add ${libgcj} and
	target-libiberty to noconfigdirs.

From-SVN: r85563
parent 26fad1af
2004-08-03 Mark Mitchell <mark@codesourcery.com>
* configure.in (arm*-*-symbianelf*): Add ${libgcj} and
target-libiberty to noconfigdirs.
* configure: Regenerate.
2004-08-03 Paul Brook <paul@codesourcery.com> 2004-08-03 Paul Brook <paul@codesourcery.com>
* configure.in: Check for MPFR as well as GMP. * configure.in: Check for MPFR as well as GMP.
......
...@@ -482,6 +482,9 @@ case "${target}" in ...@@ -482,6 +482,9 @@ case "${target}" in
arm-*-elf* | strongarm-*-elf* | xscale-*-elf*) arm-*-elf* | strongarm-*-elf* | xscale-*-elf*)
noconfigdirs="$noconfigdirs target-libffi target-qthreads" noconfigdirs="$noconfigdirs target-libffi target-qthreads"
;; ;;
arm*-*-symbianelf*)
noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
;;
arm-*-pe*) arm-*-pe*)
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
;; ;;
......
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