Commit 8647a116 authored by mmitchel's avatar mmitchel
Browse files

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

	target-libiberty to noconfigdirs.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85563 138bc75d-0d04-0410-961f-82ee72b054a4
parent fe1745b9
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>
* configure.in: Check for MPFR as well as GMP.
......
This diff is collapsed.
......@@ -482,6 +482,9 @@ case "${target}" in
arm-*-elf* | strongarm-*-elf* | xscale-*-elf*)
noconfigdirs="$noconfigdirs target-libffi target-qthreads"
;;
arm*-*-symbianelf*)
noconfigdirs="$noconfigdirs ${libgcj} target-libiberty"
;;
arm-*-pe*)
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