public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* disable libiberty for picochip build.
@ 2010-12-22 12:17 Hari Sandanagobalane
  2010-12-23 12:58 ` Ralf Wildenhues
  0 siblings, 1 reply; 7+ messages in thread
From: Hari Sandanagobalane @ 2010-12-22 12:17 UTC (permalink / raw)
  To: gcc-patches

Hello,
I have now committed (168165) the following change in mainline to 
disable libiberty for picochip builds. Thanks

Wish you all a very happy holiday season!

Cheers
Hari

ChangeLog:

* configure.ac: (picochip): Disable libiberty.

Patch:

Index: configure.ac
===================================================================
--- configure.ac        (revision 168106)
+++ configure.ac        (working copy)
@@ -916,6 +916,9 @@
    mt-*-*)
      noconfigdirs="$noconfigdirs sim"
      ;;
+  picochip-*-*)
+    noconfigdirs="$noconfigdirs target-libiberty"
+    ;;
    powerpc-*-aix*)
      # copied from rs6000-*-* entry
      noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp 
target-newlib ${libgcj}"

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

* Re: disable libiberty for picochip build.
  2010-12-22 12:17 disable libiberty for picochip build Hari Sandanagobalane
@ 2010-12-23 12:58 ` Ralf Wildenhues
  2010-12-23 16:31   ` Hari Sandanagobalane
  0 siblings, 1 reply; 7+ messages in thread
From: Ralf Wildenhues @ 2010-12-23 12:58 UTC (permalink / raw)
  To: Hari Sandanagobalane; +Cc: gcc-patches

Hello Hari,

* Hari Sandanagobalane wrote on Wed, Dec 22, 2010 at 11:35:14AM CET:
> I have now committed (168165) the following change in mainline to disable
> libiberty for picochip builds. Thanks

This patch is missing the regeneration of the generated configure
script.  Also, toplevel needs to be synced to the src repository.
Please ping me if you need someone to do the latter for you.

Thanks,
Ralf

> ChangeLog:
> 
> * configure.ac: (picochip): Disable libiberty.

> --- configure.ac        (revision 168106)
> +++ configure.ac        (working copy)
> @@ -916,6 +916,9 @@
>    mt-*-*)
>      noconfigdirs="$noconfigdirs sim"
>      ;;
> +  picochip-*-*)
> +    noconfigdirs="$noconfigdirs target-libiberty"
> +    ;;
>    powerpc-*-aix*)

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

* Re: disable libiberty for picochip build.
  2010-12-23 12:58 ` Ralf Wildenhues
@ 2010-12-23 16:31   ` Hari Sandanagobalane
  2011-01-02 16:44     ` Ralf Wildenhues
  0 siblings, 1 reply; 7+ messages in thread
From: Hari Sandanagobalane @ 2010-12-23 16:31 UTC (permalink / raw)
  To: Ralf Wildenhues; +Cc: Hariharan Sandanagobalane, gcc-patches

Hello Ralf,
I have regenerated the configure script and checked the change in. Would 
you be able to tell me what you mean by the
"synced to the src repository"?

If you can do it, that is great. But, i would like to know what steps i 
missed so i do it right the next time!

Cheers
Hari

On 23/12/10 10:39, Ralf Wildenhues wrote:
> Hello Hari,
>
> * Hari Sandanagobalane wrote on Wed, Dec 22, 2010 at 11:35:14AM CET:
>> I have now committed (168165) the following change in mainline to disable
>> libiberty for picochip builds. Thanks
>
> This patch is missing the regeneration of the generated configure
> script.  Also, toplevel needs to be synced to the src repository.
> Please ping me if you need someone to do the latter for you.
>
> Thanks,
> Ralf
>
>> ChangeLog:
>>
>> * configure.ac: (picochip): Disable libiberty.
>
>> --- configure.ac        (revision 168106)
>> +++ configure.ac        (working copy)
>> @@ -916,6 +916,9 @@
>>     mt-*-*)
>>       noconfigdirs="$noconfigdirs sim"
>>       ;;
>> +  picochip-*-*)
>> +    noconfigdirs="$noconfigdirs target-libiberty"
>> +    ;;
>>     powerpc-*-aix*)
>

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

* Re: disable libiberty for picochip build.
  2010-12-23 16:31   ` Hari Sandanagobalane
@ 2011-01-02 16:44     ` Ralf Wildenhues
  2011-01-02 16:47       ` H.J. Lu
  2011-01-04  9:50       ` Hari Sandanagobalane
  0 siblings, 2 replies; 7+ messages in thread
From: Ralf Wildenhues @ 2011-01-02 16:44 UTC (permalink / raw)
  To: Hari Sandanagobalane
  Cc: Hariharan Sandanagobalane, gcc-patches, gdb-patches, binutils

* Hari Sandanagobalane wrote on Thu, Dec 23, 2010 at 05:11:31PM CET:
> On 23/12/10 10:39, Ralf Wildenhues wrote:
> >* Hari Sandanagobalane wrote on Wed, Dec 22, 2010 at 11:35:14AM CET:
> >>I have now committed (168165) the following change in mainline to disable
> >>libiberty for picochip builds. Thanks
> >
> >This patch is missing the regeneration of the generated configure
> >script.  Also, toplevel needs to be synced to the src repository.
> >Please ping me if you need someone to do the latter for you.

> I have regenerated the configure script and checked the change in.
> Would you be able to tell me what you mean by the
> "synced to the src repository"?

That is described at
<http://gcc.gnu.org/codingconventions.html#upstream> and
<http://sourceware.org/cgi-bin/cvsweb.cgi/src/MAINTAINERS?rev=1.36&content-type=text/x-cvsweb-markup&cvsroot=src>
and is about files shared between GCC, binutils, gdb, and other
packages.

> If you can do it, that is great. But, i would like to know what
> steps i missed so i do it right the next time!

If you don't have write access to the src CVS repository, please mention
that you need somebody to sync for you.

FYI, I'm committing as below to src.

In your commit log entries, please put two spaces between name and email
address.

Thanks,
Ralf

2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	Sync from GCC:
	2010-12-22  Hariharan Sandanagobalane  <hariharan@picochip.com>

	* configure.ac: (picochip): Disable libiberty.
	* configure: Regenerate.

Index: configure.ac
===================================================================
RCS file: /cvs/src/src/configure.ac,v
retrieving revision 1.122
diff -u -r1.122 configure.ac
--- configure.ac	10 Dec 2010 14:50:10 -0000	1.122
+++ configure.ac	2 Jan 2011 16:35:50 -0000
@@ -916,6 +916,9 @@
   mt-*-*)
     noconfigdirs="$noconfigdirs sim"
     ;;
+  picochip-*-*)
+    noconfigdirs="$noconfigdirs target-libiberty"
+    ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
     noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"

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

* Re: disable libiberty for picochip build.
  2011-01-02 16:44     ` Ralf Wildenhues
@ 2011-01-02 16:47       ` H.J. Lu
  2011-01-02 17:18         ` Ralf Wildenhues
  2011-01-04  9:50       ` Hari Sandanagobalane
  1 sibling, 1 reply; 7+ messages in thread
From: H.J. Lu @ 2011-01-02 16:47 UTC (permalink / raw)
  To: Ralf Wildenhues, Hari Sandanagobalane, Hariharan Sandanagobalane,
	gcc-patches, gdb-patches, binutils

On Sun, Jan 2, 2011 at 8:40 AM, Ralf Wildenhues <Ralf.Wildenhues@gmx.de> wrote:
> * Hari Sandanagobalane wrote on Thu, Dec 23, 2010 at 05:11:31PM CET:
>> On 23/12/10 10:39, Ralf Wildenhues wrote:
>> >* Hari Sandanagobalane wrote on Wed, Dec 22, 2010 at 11:35:14AM CET:
>> >>I have now committed (168165) the following change in mainline to disable
>> >>libiberty for picochip builds. Thanks
>> >
>> >This patch is missing the regeneration of the generated configure
>> >script.  Also, toplevel needs to be synced to the src repository.
>> >Please ping me if you need someone to do the latter for you.
>
>> I have regenerated the configure script and checked the change in.
>> Would you be able to tell me what you mean by the
>> "synced to the src repository"?
>
> That is described at
> <http://gcc.gnu.org/codingconventions.html#upstream> and
> <http://sourceware.org/cgi-bin/cvsweb.cgi/src/MAINTAINERS?rev=1.36&content-type=text/x-cvsweb-markup&cvsroot=src>
> and is about files shared between GCC, binutils, gdb, and other
> packages.
>
>> If you can do it, that is great. But, i would like to know what
>> steps i missed so i do it right the next time!
>
> If you don't have write access to the src CVS repository, please mention
> that you need somebody to sync for you.
>
> FYI, I'm committing as below to src.
>
> In your commit log entries, please put two spaces between name and email
> address.
>
> Thanks,
> Ralf
>
> 2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
>
>        Sync from GCC:
>        2010-12-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
>
>        * configure.ac: (picochip): Disable libiberty.
>        * configure: Regenerate.
>
>

Shouldn't we also sync ChangeLog in libiberty?


-- 
H.J.

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

* Re: disable libiberty for picochip build.
  2011-01-02 16:47       ` H.J. Lu
@ 2011-01-02 17:18         ` Ralf Wildenhues
  0 siblings, 0 replies; 7+ messages in thread
From: Ralf Wildenhues @ 2011-01-02 17:18 UTC (permalink / raw)
  To: H.J. Lu, DJ Delorie
  Cc: Hari Sandanagobalane, Hariharan Sandanagobalane, gcc-patches,
	gdb-patches, binutils

* H.J. Lu wrote on Sun, Jan 02, 2011 at 05:44:06PM CET:
> 
> Shouldn't we also sync ChangeLog in libiberty?

Last time I asked, libiberty was robo-synced.  Has that changed, DJ?

Thanks,
Ralf

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

* Re: disable libiberty for picochip build.
  2011-01-02 16:44     ` Ralf Wildenhues
  2011-01-02 16:47       ` H.J. Lu
@ 2011-01-04  9:50       ` Hari Sandanagobalane
  1 sibling, 0 replies; 7+ messages in thread
From: Hari Sandanagobalane @ 2011-01-04  9:50 UTC (permalink / raw)
  To: Ralf Wildenhues; +Cc: gcc-patches, gdb-patches, binutils

Thanks a bunch, Ralf.

Cheers
Hari

On 02/01/11 16:40, Ralf Wildenhues wrote:
> * Hari Sandanagobalane wrote on Thu, Dec 23, 2010 at 05:11:31PM CET:
>> On 23/12/10 10:39, Ralf Wildenhues wrote:
>>> * Hari Sandanagobalane wrote on Wed, Dec 22, 2010 at 11:35:14AM CET:
>>>> I have now committed (168165) the following change in mainline to disable
>>>> libiberty for picochip builds. Thanks
>>>
>>> This patch is missing the regeneration of the generated configure
>>> script.  Also, toplevel needs to be synced to the src repository.
>>> Please ping me if you need someone to do the latter for you.
>
>> I have regenerated the configure script and checked the change in.
>> Would you be able to tell me what you mean by the
>> "synced to the src repository"?
>
> That is described at
> <http://gcc.gnu.org/codingconventions.html#upstream>  and
> <http://sourceware.org/cgi-bin/cvsweb.cgi/src/MAINTAINERS?rev=1.36&content-type=text/x-cvsweb-markup&cvsroot=src>
> and is about files shared between GCC, binutils, gdb, and other
> packages.
>
>> If you can do it, that is great. But, i would like to know what
>> steps i missed so i do it right the next time!
>
> If you don't have write access to the src CVS repository, please mention
> that you need somebody to sync for you.
>
> FYI, I'm committing as below to src.
>
> In your commit log entries, please put two spaces between name and email
> address.
>
> Thanks,
> Ralf
>
> 2011-01-02  Ralf Wildenhues<Ralf.Wildenhues@gmx.de>
>
> 	Sync from GCC:
> 	2010-12-22  Hariharan Sandanagobalane<hariharan@picochip.com>
>
> 	* configure.ac: (picochip): Disable libiberty.
> 	* configure: Regenerate.
>
> Index: configure.ac
> ===================================================================
> RCS file: /cvs/src/src/configure.ac,v
> retrieving revision 1.122
> diff -u -r1.122 configure.ac
> --- configure.ac	10 Dec 2010 14:50:10 -0000	1.122
> +++ configure.ac	2 Jan 2011 16:35:50 -0000
> @@ -916,6 +916,9 @@
>     mt-*-*)
>       noconfigdirs="$noconfigdirs sim"
>       ;;
> +  picochip-*-*)
> +    noconfigdirs="$noconfigdirs target-libiberty"
> +    ;;
>     powerpc-*-aix*)
>       # copied from rs6000-*-* entry
>       noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp target-newlib ${libgcj}"
>

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

end of thread, other threads:[~2011-01-04  9:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-22 12:17 disable libiberty for picochip build Hari Sandanagobalane
2010-12-23 12:58 ` Ralf Wildenhues
2010-12-23 16:31   ` Hari Sandanagobalane
2011-01-02 16:44     ` Ralf Wildenhues
2011-01-02 16:47       ` H.J. Lu
2011-01-02 17:18         ` Ralf Wildenhues
2011-01-04  9:50       ` Hari Sandanagobalane

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