Patch: enable libgcj by default for xscale-elf

Anthony Green green@redhat.com
Wed Mar 20 10:45:00 GMT 2002


Once rth commits his recent sjlj exceptions patch, the xscale-elf gcj
port will work out of the box on both the trunk and 3.1 branch.

Ok to commit?

AG


2002-03-20  Anthony Green  <green@redhat.com>

	* configure.in: Enable libgcj for xscale-elf target.


Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.119.2.2
diff -u -p -c -r1.119.2.2 configure.in
*** configure.in	2002/03/07 19:30:54	1.119.2.2
--- configure.in	2002/03/20 18:39:00
*************** case "${target}" in
*** 725,731 ****
      fi
      ;;
    xscale-*-elf)
!     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
      if [ x${is_cross_compiler} != xno ] ; then
  	   target_configdirs="${target_configdirs} target-bsp target-cygmon"
      fi
--- 725,731 ----
      fi
      ;;
    xscale-*-elf)
!     noconfigdirs="$noconfigdirs target-libgloss target-libffi target-qthreads"
      if [ x${is_cross_compiler} != xno ] ; then
  	   target_configdirs="${target_configdirs} target-bsp target-cygmon"
      fi




More information about the Gcc-patches mailing list