From: matthew green <mrg@cygnus.com>
To: gdb-patches@sources.redhat.com
Subject: [patch] allow darwin as cross compile host
Date: Sun, 30 Dec 2001 22:10:00 -0000 [thread overview]
Message-ID: <2904.1009779006@cygnus.com> (raw)
hi folks.
i needed this patch to correctly guess to use "macos", as
configure.guess is giving me `powerpc-apple-darwin5.2'.
OK to commit?
.mrg.
* configure.host (powerpc-*-darwin*): Set gdb_host=macos.
Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.31
diff -p -r1.31 configure.host
*** configure.host 2001/12/17 16:23:02 1.31
--- configure.host 2001/12/31 06:05:49
*************** ns32k-*-netbsd*) gdb_host=nbsd ;;
*** 127,132 ****
--- 127,133 ----
powerpc-*-aix*) gdb_host=aix ;;
powerpc-*-linux*) gdb_host=linux ;;
powerpc-*-netbsd*) gdb_host=nbsd ;;
+ powerpc-*-darwin*) gdb_host=macos ;;
rs6000-*-lynxos*) gdb_host=rs6000lynx ;;
rs6000-*-aix4*) gdb_host=aix4 ;;
next reply other threads:[~2001-12-31 6:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-30 22:10 matthew green [this message]
2001-12-31 12:00 ` Stan Shebs
2002-01-02 18:51 ` Andrew Cagney
2002-01-03 1:26 ` Andrew Cagney
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=2904.1009779006@cygnus.com \
--to=mrg@cygnus.com \
--cc=gdb-patches@sources.redhat.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