From: Joel Brobecker <brobecker@adacore.com>
To: gdb-patches@sourceware.org
Subject: Re: [RFA] "etext/_etext" may be missing, add configure check
Date: Wed, 19 Sep 2007 22:29:00 -0000 [thread overview]
Message-ID: <20070919222559.GH742@adacore.com> (raw)
In-Reply-To: <20070919220441.GF742@adacore.com>
[-- Attachment #1: Type: text/plain, Size: 536 bytes --]
> Oh well, there is still a little bit of a gain, since GDB now builds
> on LynxOS too. Adding the native part shouldn't be too hard if anyone
> is interested.
Actually, while reviewing the changes that I made as I'm backing them
up before discarding, there is one tiny bit that also needs to be done
for GDB to build. I am posting it mostly for completeness than anything
else I'm not sure want to add lynxos-specific stuff unless someone wants
gdb-hosted support - no point in doing something is noone is going to
use it!
--
Joel
[-- Attachment #2: lynxos.diff --]
[-- Type: text/plain, Size: 435 bytes --]
Index: configure.host
===================================================================
--- configure.host (revision 14490)
+++ configure.host (working copy)
@@ -112,6 +112,7 @@ mips64*-*-openbsd*) gdb_host=obsd64 ;;
powerpc-*-aix*) gdb_host=aix ;;
powerpc-*-linux*) gdb_host=linux ;;
+powerpc-*-lynxos*) gdb_host=lynxos ;;
powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
gdb_host=nbsd ;;
powerpc-*-openbsd*) gdb_host=obsd ;;
[-- Attachment #3: lynxos.mh --]
[-- Type: text/plain, Size: 18 bytes --]
LOADLIBES = -lbsd
prev parent reply other threads:[~2007-09-19 22:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-19 19:34 Joel Brobecker
2007-09-19 19:46 ` Daniel Jacobowitz
2007-09-19 22:04 ` Joel Brobecker
2007-09-19 22:29 ` Joel Brobecker [this message]
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=20070919222559.GH742@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
/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