Message ID | 4D11D462.5050703@picochip.com |
---|---|
State | New |
Headers | show |
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*)
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*) >
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