Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Top-level configure.in patch
@ 2001-09-18 20:55 Ben Elliston
  2001-09-18 22:15 ` Ian Lance Taylor
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Elliston @ 2001-09-18 20:55 UTC (permalink / raw)
  To: binutils, gcc-patches, gdb-patches

The ChangeLog entry for this patch ought to provide sufficient
explanation.  I have tested this with a wide variety of shells.  Okay
to commit?

2001-09-19  Ben Elliston  <bje@redhat.com>

	* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
	Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
	semantics.  Use the shell built-in "type" command instead.

Index: configure.in
===================================================================
RCS file: /cvs/cvsfiles/devo/configure.in,v
retrieving revision 1.728
diff -u -c -r1.728 configure.in
*** configure.in	2001/09/13 13:28:37	1.728
--- configure.in	2001/09/19 03:53:16
***************
*** 1506,1512 ****
  case "${host}" in
    sparc-sun-solaris2*)
        CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
!       if [ "`/usr/bin/which $CCBASE`" = "/usr/ucb/cc" ] ; then
            could_use=
            [ -d /opt/SUNWspro/bin ] && could_use="/opt/SUNWspro/bin"
            if [ -d /opt/cygnus/bin ] ; then
--- 1506,1512 ----
  case "${host}" in
    sparc-sun-solaris2*)
        CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
!       if [ "`type $CCBASE | sed 's/^[^/]*//'`" = "/usr/ucb/cc" ] ; then
            could_use=
            [ -d /opt/SUNWspro/bin ] && could_use="/opt/SUNWspro/bin"
            if [ -d /opt/cygnus/bin ] ; then


^ permalink raw reply	[flat|nested] 5+ messages in thread
* top-level configure.in patch
@ 2002-06-24  8:08 Ben Elliston
  2002-06-24 10:33 ` DJ Delorie
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Elliston @ 2002-06-24  8:08 UTC (permalink / raw)
  To: binutils, gdb-patches

This follow-up patch stops configure from generating a "cgen" build
directory, as it's no longer needed.  Okay to commit?

2002-06-24  Ben Elliston  <bje@redhat.com>

	* configure.in (host_tools): Remove cgen.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.89
diff -u -p -c -r1.89 configure.in
*** configure.in	21 Jun 2002 22:20:17 -0000	1.89
--- configure.in	24 Jun 2002 15:06:38 -0000
*************** libstdcxx_version="target-libstdc++-v3"
*** 49,55 ****
  # these tools are built for the host environment
  # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
  # know that we are building the simulator.
! host_tools="texinfo byacc flex bison binutils ld gas gcc cgen sid sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip fastjar"
  
  # libgcj represents the runtime libraries only used by gcj.
  libgcj="target-libffi \
--- 49,55 ----
  # these tools are built for the host environment
  # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
  # know that we are building the simulator.
! host_tools="texinfo byacc flex bison binutils ld gas gcc sid sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip fastjar"
  
  # libgcj represents the runtime libraries only used by gcj.
  libgcj="target-libffi \


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-06-24 17:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-18 20:55 Top-level configure.in patch Ben Elliston
2001-09-18 22:15 ` Ian Lance Taylor
2001-09-18 23:00   ` Ben Elliston
2002-06-24  8:08 top-level " Ben Elliston
2002-06-24 10:33 ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox