Patch: top level pj-* patch

Anthony Green green@cygnus.com
Sun Mar 18 17:46:00 GMT 2001


The config.sub portion of this patch was submitted to
config-patches@gnu.org and approved by bje today.

Ok for trunk and branch?

2001-03-18  Anthony Green  <green@redhat.com>

	* config.sub: pj-elf and pjl-elf are really pj-unkown-elf and
	pjl-unknown-elf.
	* configure.in: Don't build libgcj for picoJava targets.

Index: config.sub
===================================================================
RCS file: /cvs/gcc/gcc/config.sub,v
retrieving revision 1.51
diff -c -r1.51 config.sub
*** config.sub	2000/11/06 19:20:24	1.51
--- config.sub	2001/03/19 01:41:15
***************
*** 1,9 ****
  #! /bin/sh
  # Configuration validation subroutine script, version 1.1.
! #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
  #   Free Software Foundation, Inc.
  
! version='2000-11-02'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
--- 1,9 ----
  #! /bin/sh
  # Configuration validation subroutine script, version 1.1.
! #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  #   Free Software Foundation, Inc.
  
! version='2001-03-18'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
***************
*** 226,232 ****
  		| mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
  		| mips64vr5000 | miprs64vr5000el | mcore \
  		| sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \
! 		| thumb | d10v | d30v | fr30 | avr)
  		basic_machine=$basic_machine-unknown
  		;;
  	m6811 | m68hc11 | m6812 | m68hc12)
--- 226,232 ----
  		| mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
  		| mips64vr5000 | miprs64vr5000el | mcore \
  		| sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \
! 		| thumb | d10v | d30v | fr30 | avr | pj | pjl)
  		basic_machine=$basic_machine-unknown
  		;;
  	m6811 | m68hc11 | m6812 | m68hc12)
***************
*** 234,240 ****
  		basic_machine=$basic_machine-unknown
  		os=-none
  		;;
! 	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | h8500 | w65 | pj | pjl)
  		;;
  
  	# We use `pc' rather than `unknown'
--- 234,240 ----
  		basic_machine=$basic_machine-unknown
  		os=-none
  		;;
! 	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | h8500 | w65 )
  		;;
  
  	# We use `pc' rather than `unknown'
***************
*** 270,276 ****
  	      | f301-* | armv*-* | s390-* | sv1-* | t3e-* \
  	      | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
  	      | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
! 	      | bs2000-* | tic54x-* | c54x-* | x86_64-*)
  		;;
  	# Recognize the various machine names and aliases which stand
  	# for a CPU type and a company and sometimes even an OS.
--- 270,276 ----
  	      | f301-* | armv*-* | s390-* | sv1-* | t3e-* \
  	      | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
  	      | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
! 	      | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-*)
  		;;
  	# Recognize the various machine names and aliases which stand
  	# for a CPU type and a company and sometimes even an OS.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.90.2.4
diff -c -r1.90.2.4 configure.in
*** configure.in	2001/03/10 00:18:10	1.90.2.4
--- configure.in	2001/03/19 01:41:19
***************
*** 15,21 ****
  ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).  
  
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
! #   1999, 2000 Free Software Foundation, Inc.
  #
  # This file is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License as published by
--- 15,21 ----
  ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).  
  
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
! #   1999, 2000, 2001 Free Software Foundation, Inc.
  #
  # This file is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License as published by
***************
*** 818,823 ****
--- 818,826 ----
      if [ x${is_cross_compiler} != xno ] ; then
  	   target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
      fi
+     ;;
+   pj-*|pjl-*)
+     noconfigdirs="$noconfigdirs ${libgcj}"
      ;;
    powerpc-*-aix*)
      # copied from rs6000-*-* entry



More information about the Gcc-patches mailing list