* [commit] Remove GDB from m32r's nobuild list
@ 2003-08-01 21:29 Andrew Cagney
2003-08-01 21:32 ` Michael Snyder
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2003-08-01 21:29 UTC (permalink / raw)
To: gcc-patches; +Cc: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 132 bytes --]
FYI,
I've committed the attached to src & gcc.
Kei Sakamoto's multi-arched GDB's m32r support allowing it to be resurected.
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1363 bytes --]
2003-08-01 Andrew Cagney <cagney@redhat.com>
* configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
* configure: Ditto.
Index: configure
===================================================================
RCS file: /cvs/gcc/gcc/configure,v
retrieving revision 1.107
diff -u -r1.107 configure
--- configure 30 Jul 2003 07:32:39 -0000 1.107
+++ configure 1 Aug 2003 21:21:43 -0000
@@ -1311,7 +1311,7 @@
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
;;
m32r-*-*)
- noconfigdirs="$noconfigdirs ${libgcj} gdb"
+ noconfigdirs="$noconfigdirs ${libgcj}"
;;
m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.248
diff -u -r1.248 configure.in
--- configure.in 30 Jul 2003 07:32:39 -0000 1.248
+++ configure.in 1 Aug 2003 21:21:45 -0000
@@ -562,7 +562,7 @@
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
;;
m32r-*-*)
- noconfigdirs="$noconfigdirs ${libgcj} gdb"
+ noconfigdirs="$noconfigdirs ${libgcj}"
;;
m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)
noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-01 21:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-01 21:29 [commit] Remove GDB from m32r's nobuild list Andrew Cagney
2003-08-01 21:32 ` Michael Snyder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox