* Committed, toplev/configure.in: (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
@ 2002-12-16 20:34 Hans-Peter Nilsson
0 siblings, 0 replies; only message in thread
From: Hans-Peter Nilsson @ 2002-12-16 20:34 UTC (permalink / raw)
To: gcc-patches
It's been in my tree for too long, built more-than-three times. Now
committed to gcc and src.
* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.192
diff -p -c -r1.192 configure.in
*** configure.in 16 Dec 2002 18:18:42 -0000 1.192
--- configure.in 17 Dec 2002 03:12:04 -0000
*************** case "${target}" in
*** 531,537 ****
noconfigdirs="$noconfigdirs target-libstdc++-v3"
;;
mmix-*-*)
! noconfigdirs="$noconfigdirs ${libgcj}"
;;
mn10200-*-*)
noconfigdirs="$noconfigdirs ${libgcj}"
--- 531,537 ----
noconfigdirs="$noconfigdirs target-libstdc++-v3"
;;
mmix-*-*)
! noconfigdirs="$noconfigdirs ${libgcj} gdb libgloss"
;;
mn10200-*-*)
noconfigdirs="$noconfigdirs ${libgcj}"
brgds, H-P
PS. I intend to fix the gdb disable the right way, eventually.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-17 4:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-16 20:34 Committed, toplev/configure.in: (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb Hans-Peter Nilsson
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).