public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Patch] updated configure.in required to enable insight to build on OSX
       [not found] <1109021730.5123.2.camel@lindt.uglyboxes.com>
@ 2005-02-22  9:11 ` Paul Schlie
  2005-02-22 16:13   ` Nick Clifton
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Schlie @ 2005-02-22  9:11 UTC (permalink / raw)
  To: binutils, gdb-patches; +Cc: insight, Keith Seitz

Might the following patch please be considered for inclusion into CVS
as soon as possible to enable Insight to build for OSX, Thank you:

--- old/src/configure.in       Fri Jan 28 23:24:22 2005
+++ new/src/configure.in       Sun Feb 20 14:49:03 2005
@@ -309,7 +309,7 @@ case "${host}" in
     noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
     ;;
   *-*-darwin*)
-    noconfigdirs="$noconfigdirs tk itcl libgui"
+    noconfigdirs="$noconfigdirs"
     ;;
 esac

(and seems to execute correctly when invoked within the X11 terminal shell)

Thanks, -paul-

> From: Keith Seitz <keiths@redhat.com>
> Date: Mon, 21 Feb 2005 13:35:29 -0800
> To: Paul Schlie <schlie@comcast.net>
> Cc: <insight@sources.redhat.com>
> Subject: Re: Updated configure.in required to enable insight to build on OSX
>
> Hey, if it works, I don't have a problem. However, according to
> src/MAINTAINERS:
> 
> Makefile.*; configure; configure.in; src-release
>         Please notify the following of any committed patches.
>                 binutils@sources.redhat.com
>                 gdb-patches@sources.redhat.com
> 
> So you would need to send a patch to the binutils and gdb-patches mailing
> lists.
> 
> Keith
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Patch] updated configure.in required to enable insight to build on OSX
  2005-02-22  9:11 ` [Patch] updated configure.in required to enable insight to build on OSX Paul Schlie
@ 2005-02-22 16:13   ` Nick Clifton
  2005-02-22 16:18     ` Paul Schlie
  0 siblings, 1 reply; 6+ messages in thread
From: Nick Clifton @ 2005-02-22 16:13 UTC (permalink / raw)
  To: Paul Schlie; +Cc: binutils, gdb-patches, insight, Keith Seitz

Hi Paul,

>    *-*-darwin*)
> -    noconfigdirs="$noconfigdirs tk itcl libgui"
> +    noconfigdirs="$noconfigdirs"

There is no point in just copying noconfigdirs onto itself so I have 
checked in a variation of your patch with the entry for *-*-darwin* 
entirely removed.

Cheers
   Nick

<toplevel>/ChangeLog
2005-02-22  Paul Schlie  <schlie@comcast.net>

	* configure.in: Allow darwin targeted ports to build tk, itcl and
	libgui.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Patch] updated configure.in required to enable insight to build on OSX
  2005-02-22 16:13   ` Nick Clifton
@ 2005-02-22 16:18     ` Paul Schlie
  2005-02-22 16:44       ` Paul Schlie
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Schlie @ 2005-02-22 16:18 UTC (permalink / raw)
  To: Nick Clifton; +Cc: binutils, gdb-patches, insight, Keith Seitz

Understood, Thank you, -paul-


> From: Nick Clifton <nickc@redhat.com>
> 
> Hi Paul,
> 
>>    *-*-darwin*)
>> -    noconfigdirs="$noconfigdirs tk itcl libgui"
>> +    noconfigdirs="$noconfigdirs"
> 
> There is no point in just copying noconfigdirs onto itself so I have
> checked in a variation of your patch with the entry for *-*-darwin*
> entirely removed.
> 
> Cheers
>    Nick
> 
> <toplevel>/ChangeLog
> 2005-02-22  Paul Schlie  <schlie@comcast.net>
> 
> * configure.in: Allow darwin targeted ports to build tk, itcl and
> libgui.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Patch] updated configure.in required to enable insight to build on OSX
  2005-02-22 16:18     ` Paul Schlie
@ 2005-02-22 16:44       ` Paul Schlie
  2005-02-22 18:40         ` Andrew Cagney
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Schlie @ 2005-02-22 16:44 UTC (permalink / raw)
  To: Nick Clifton; +Cc: binutils, gdb-patches, insight, Keith Seitz

Actually come to think of it, might there be any quick convenient way
to disable sim, sid, rda, and libgloss from trying to build without
being explicitly enabled (or even prevented if explicitly disabled)?
As I've had to basically manually re-name or remove those directories,
to prevent them from building when not desired?


> From: Paul Schlie <schlie@comcast.net>
> 
> Understood, Thank you, -paul-
> 
> 
>> From: Nick Clifton <nickc@redhat.com>
>> 
>> Hi Paul,
>> 
>>>    *-*-darwin*)
>>> -    noconfigdirs="$noconfigdirs tk itcl libgui"
>>> +    noconfigdirs="$noconfigdirs"
>> 
>> There is no point in just copying noconfigdirs onto itself so I have
>> checked in a variation of your patch with the entry for *-*-darwin*
>> entirely removed.
>> 
>> Cheers
>>    Nick
>> 
>> <toplevel>/ChangeLog
>> 2005-02-22  Paul Schlie  <schlie@comcast.net>
>> 
>> * configure.in: Allow darwin targeted ports to build tk, itcl and
>> libgui.
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Patch] updated configure.in required to enable insight to build on OSX
  2005-02-22 16:44       ` Paul Schlie
@ 2005-02-22 18:40         ` Andrew Cagney
  2005-02-22 19:17           ` Paul Schlie
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cagney @ 2005-02-22 18:40 UTC (permalink / raw)
  To: Paul Schlie; +Cc: Nick Clifton, binutils, gdb-patches, insight, Keith Seitz

Paul Schlie wrote:
> Actually come to think of it, might there be any quick convenient way
> to disable sim, sid, rda, and libgloss from trying to build without
> being explicitly enabled (or even prevented if explicitly disabled)?
> As I've had to basically manually re-name or remove those directories,
> to prevent them from building when not desired?

Did you use "cvs update -d" in the top level directory?  Neither the 
BINUTILS, nor GDB modules check any of those directories out.

Andrew

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Patch] updated configure.in required to enable insight to build on OSX
  2005-02-22 18:40         ` Andrew Cagney
@ 2005-02-22 19:17           ` Paul Schlie
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Schlie @ 2005-02-22 19:17 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: Nick Clifton, binutils, gdb-patches, insight, Keith Seitz

Actually yes, typically simply co -d src ... and grab everything,
then typically merge gcc into it (which I know isn't blessed, but
have generally found it more reliable for the things that should
likely be in common, to literally be in common; so would be nice
to have a top-level configure maintained, it would seem, as I don't
think I'm the only one?

[personally seems a little archaic for gcc to still remain disassociated
 from the src cvs tree, and end up having to manually check into both?]


> From: Andrew Cagney <cagney@gnu.org>
> Date: Tue, 22 Feb 2005 11:09:59 -0500
> To: Paul Schlie <schlie@comcast.net>
> Cc: Nick Clifton <nickc@redhat.com>, <binutils@sources.redhat.com>,
> <gdb-patches@sources.redhat.com>, <insight@sources.redhat.com>, Keith Seitz
> <keiths@redhat.com>
> Subject: Re: [Patch] updated configure.in required to enable insight to build
> on OSX
> 
> Paul Schlie wrote:
>> Actually come to think of it, might there be any quick convenient way
>> to disable sim, sid, rda, and libgloss from trying to build without
>> being explicitly enabled (or even prevented if explicitly disabled)?
>> As I've had to basically manually re-name or remove those directories,
>> to prevent them from building when not desired?
> 
> Did you use "cvs update -d" in the top level directory?  Neither the
> BINUTILS, nor GDB modules check any of those directories out.
> 
> Andrew


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-02-22 16:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1109021730.5123.2.camel@lindt.uglyboxes.com>
2005-02-22  9:11 ` [Patch] updated configure.in required to enable insight to build on OSX Paul Schlie
2005-02-22 16:13   ` Nick Clifton
2005-02-22 16:18     ` Paul Schlie
2005-02-22 16:44       ` Paul Schlie
2005-02-22 18:40         ` Andrew Cagney
2005-02-22 19:17           ` Paul Schlie

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).