public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Mumit Khan <khan@xraylith.wisc.EDU>
To: binutils@sourceware.cygnus.com
Subject: (patch) tiny config patches
Date: Sun, 08 Aug 1999 16:05:00 -0000	[thread overview]
Message-ID: <199908082155.QAA19233@mercury.xraylith.wisc.edu> (raw)

tiny patches to (1) enable gprof build for both Cygwin and Mingw, (2) 
fix .gdbinit -> @GDBINIT@ in gas/Makefile.am.  Note that I have not 
included the rebuilt gas/Makefile.in and gas/doc/Makefile.in files. 

Now I have the motivation to finish the GCC profiling support for Mingw,
borrowed shamelessly from the Cygwin port ... 

Diffs against 1999-08-08 CVS.

toplevel/ChangeLog:
1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>

	* configure.in (i[3456]-*-mingw32*): Enable gprof.
	(*-*-cygwin*): Likewise.

gas/ChangeLog:
1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>

	* Makefile.in (noinst_SCRIPTS): Use @GDBINIT@ instead of .gdbinit.

Index: configure.in
===================================================================
RCS file: /homes/khan/src/CVSROOT/binutils/configure.in,v
retrieving revision 1.1.1.1
diff -u -3 -p -r1.1.1.1 configure.in
--- configure.in	1999/08/06 21:32:37	1.1.1.1
+++ configure.in	1999/08/08 21:45:53
@@ -523,13 +523,13 @@ case "${host}" in
 	;;
   i[3456]86-*-mingw32*)
     # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv"
-     noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
+     noconfigdirs="expect dejagnu cvs autoconf automake send-pr rcs guile perl texinfo apache inet libtool"
 	;;
   i[3456]86-*-beos*)
      noconfigdirs="$noconfigdirs tk itcl tix libgui gdb"
      ;;
   *-*-cygwin*)
-     noconfigdirs="autoconf automake send-pr gprof rcs guile perl texinfo apache inet"
+     noconfigdirs="autoconf automake send-pr rcs guile perl texinfo apache inet"
     ;;
   *-*-netbsd*)
     noconfigdirs="rcs"
Index: gas/Makefile.am
===================================================================
RCS file: /homes/khan/src/CVSROOT/binutils/gas/Makefile.am,v
retrieving revision 1.1.1.2
diff -u -3 -p -r1.1.1.2 Makefile.am
--- gas/Makefile.am	1999/08/08 21:28:36	1.1.1.2
+++ gas/Makefile.am	1999/08/08 21:43:52
@@ -369,7 +369,7 @@ po/POTFILES.in: @MAINT@ Makefile
 	  && mv tmp $(srcdir)/po/POTFILES.in
 
 noinst_PROGRAMS = as-new gasp-new
-noinst_SCRIPTS = .gdbinit
+noinst_SCRIPTS = @GDBINIT@
 
 $(srcdir)/make-gas.com: stamp-mk.com
 stamp-mk.com: vmsconf.sh Makefile

Regards,
Mumit

             reply	other threads:[~1999-08-08 16:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-08 16:05 Mumit Khan [this message]
1999-08-08 16:07 ` [ChangeLog typo] " Mumit Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199908082155.QAA19233@mercury.xraylith.wisc.edu \
    --to=khan@xraylith.wisc.edu \
    --cc=binutils@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).