This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Top-level configure.in patch


Alexandre, Nathanael --

I'd like to apply this patch to the top-level configure.in (with
corresponding regeneration of configure), but I can't remember what
approvals I need.  Would one of you please advise?  And do I need to
check this in to the src/ repository as well?

Thanks,

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

2004-08-03  Mark Mitchell  <mark@codesourcery.com>

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

Index: configure.in
===================================================================
RCS file: /home/gcc/repos/gcc/gcc/configure.in,v
retrieving revision 1.302
diff -c -5 -p -r1.302 configure.in
*** configure.in	2 Aug 2004 16:58:38 -0000	1.302
--- configure.in	3 Aug 2004 17:01:36 -0000
*************** case "${target}" in
*** 480,489 ****
--- 480,492 ----
      noconfigdirs="$noconfigdirs ${libgcj}"
      ;;
    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}"
      ;;
    arm-*-oabi*)
      noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"


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