This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Sync configure.ac with gcc


DJ reminded me to apply a toplevel gcc patch to the src repository as well. I've committed the following which syncs the two (the change to add linux-uclibc was committed previously by someone else only to the gcc repository; I've included it).


Bernd -- This footer brought to you by insane German lawmakers. Analog Devices GmbH Wilhelm-Wagenfeld-Str. 6 80807 Muenchen Sitz der Gesellschaft Muenchen, Registergericht Muenchen HRB 40368 Geschaeftsfuehrer Thomas Wessel, William A. Martin, Margaret Seif
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ChangeLog,v
retrieving revision 1.738
diff -c -p -r1.738 ChangeLog
*** ChangeLog	28 Jun 2007 19:31:44 -0000	1.738
--- ChangeLog	29 Jun 2007 11:26:12 -0000
***************
*** 1,3 ****
--- 1,9 ----
+ 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
+ 
+ 	* configure.ac: Don't add target-libmudflap to noconfigdirs for
+ 	uclinux and linux-uclibc targets.
+ 	* configure: Regenerate.
+ 
  2007-06-28  DJ Delorie  <dj@redhat.com>
  
  	* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
Index: configure
===================================================================
RCS file: /cvs/src/src/configure,v
retrieving revision 1.263
diff -c -p -r1.263 configure
*** configure	28 Jun 2007 19:31:44 -0000	1.263
--- configure	29 Jun 2007 11:26:13 -0000
*************** esac
*** 2075,2081 ****
  # Disable libmudflap on some systems.
  if test x$enable_libmudflap = x ; then
      case "${target}" in
!     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
          # Enable libmudflap by default in GNU and friends.
  	;;
      *-*-freebsd*)
--- 2075,2081 ----
  # Disable libmudflap on some systems.
  if test x$enable_libmudflap = x ; then
      case "${target}" in
!     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
          # Enable libmudflap by default in GNU and friends.
  	;;
      *-*-freebsd*)
Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.12
diff -c -p -r1.12 configure.ac
*** configure.ac	28 Jun 2007 19:31:44 -0000	1.12
--- configure.ac	29 Jun 2007 11:26:13 -0000
*************** esac
*** 364,370 ****
  # Disable libmudflap on some systems.
  if test x$enable_libmudflap = x ; then
      case "${target}" in
!     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
          # Enable libmudflap by default in GNU and friends.
  	;;
      *-*-freebsd*)
--- 364,370 ----
  # Disable libmudflap on some systems.
  if test x$enable_libmudflap = x ; then
      case "${target}" in
!     *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-linux-uclibc* | *-*-uclinux*)
          # Enable libmudflap by default in GNU and friends.
  	;;
      *-*-freebsd*)

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