This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: disable libiberty for picochip build.


* 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}"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]