jiez | 12 Apr 2013 16:49
Favicon

[5990] trunk/buildscript/staging-compiler: buildscript: Set CCACHE_PATH to avoid loop if the first found tool is ccache.

Revision 5990 Author jiez Date 2013-04-12 10:49:31 -0400 (Fri, 12 Apr 2013)

Log Message

buildscript: Set CCACHE_PATH to avoid loop if the first found tool is ccache.

Modified Paths

Diff

Modified: trunk/buildscript/staging-compiler (5989 => 5990)

--- trunk/buildscript/staging-compiler 2013-04-01 04:22:32 UTC (rev 5989) +++ trunk/buildscript/staging-compiler 2013-04-12 14:49:31 UTC (rev 5990) <at> <at> -52,8 +52,22 <at> <at> fi IFS=":" + +# Set CCACHE_PATH to avoid loop if the first found tool is ccache. + +CCACHE_PATH="" for p in ${PATH} ; do [ "${p}" = "${mypath}" ] && continue + if [ -n "${CCACHE_PATH}" ] ; then + CCACHE_PATH=${CCACHE_PATH}:${p} + else + CCACHE_PATH=${p} + fi +done +export CCACHE_PATH + +for p in ${PATH} ; do + [ "${p}" = "${mypath}" ] && continue [ ! -x "${p}/${tool}" ] && continue exec ${ccache} "${p}/${tool}" "$ <at> " done
<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5990">5990</a>
Author <a href="http://blackfin.uclinux.org/gf/user/jiez/">jiez</a>
Date 2013-04-12 10:49:31 -0400 (Fri, 12 Apr 2013)
<h3>Log Message</h3>
buildscript: Set CCACHE_PATH to avoid loop if the first found tool is ccache.

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbuildscriptstagingcompiler">trunk/buildscript/staging-compiler</a></li>
</ul>
</div>
<div>
<h3>Diff</h3>
<a></a>
<div class="modfile">
<h4>Modified: trunk/buildscript/staging-compiler (5989 =&gt; 5990)</h4>
<span>
<span class="info">--- trunk/buildscript/staging-compiler	2013-04-01 04:22:32 UTC (rev 5989)
+++ trunk/buildscript/staging-compiler	2013-04-12 14:49:31 UTC (rev 5990)
</span><span class="lines"> <at>  <at>  -52,8 +52,22  <at>  <at> 
</span><span class="cx"> fi
</span><span class="cx"> 
</span><span class="cx"> IFS=":"
</span>+
+# Set CCACHE_PATH to avoid loop if the first found tool is ccache.
+
+CCACHE_PATH=""
<span class="cx"> for p in ${PATH} ; do
</span><span class="cx"> 	[ "${p}" = "${mypath}" ] &amp;&amp; continue
</span>+	if [ -n "${CCACHE_PATH}" ] ; then
+		CCACHE_PATH=${CCACHE_PATH}:${p}
+	else
+		CCACHE_PATH=${p}
+	fi
+done
+export CCACHE_PATH
+
+for p in ${PATH} ; do
+	[ "${p}" = "${mypath}" ] &amp;&amp; continue
<span class="cx"> 	[ ! -x "${p}/${tool}" ] &amp;&amp; continue
</span><span class="cx"> 	exec ${ccache} "${p}/${tool}" "$ <at> "
</span><span class="cx"> done
</span></span>
</div>
</div>

</div>
vapier | 1 Apr 2013 06:22
Favicon

[5989] trunk/binutils-2.17/gdb/doc: gdb: add generated info files

Revision 5989 Author vapier Date 2013-04-01 00:22:32 -0400 (Mon, 01 Apr 2013)

Log Message

gdb: add generated info files If you don't have these, then the build system tries to regenerate them. This runs into problems if your host makeinfo is too new and the input texinfo files have bugs. No real point in regenerating them all the time anyways.

Added Paths

Diff

Added: trunk/binutils-2.17/gdb/doc/annotate.info

(Binary files differ)
Property changes on: trunk/binutils-2.17/gdb/doc/annotate.info ___________________________________________________________________

Added: svn:mime-type

Added: trunk/binutils-2.17/gdb/doc/gdb.info

(Binary files differ)
Property changes on: trunk/binutils-2.17/gdb/doc/gdb.info ___________________________________________________________________

Added: svn:mime-type

Added: trunk/binutils-2.17/gdb/doc/gdbint.info

(Binary files differ)
Property changes on: trunk/binutils-2.17/gdb/doc/gdbint.info ___________________________________________________________________

Added: svn:mime-type

Added: trunk/binutils-2.17/gdb/doc/stabs.info

(Binary files differ)
Property changes on: trunk/binutils-2.17/gdb/doc/stabs.info ___________________________________________________________________

Added: svn:mime-type

<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5989">5989</a>
Author <a href="http://blackfin.uclinux.org/gf/user/vapier/">vapier</a>
Date 2013-04-01 00:22:32 -0400 (Mon, 01 Apr 2013)
<h3>Log Message</h3>
gdb: add generated info files

If you don't have these, then the build system tries to regenerate
them.  This runs into problems if your host makeinfo is too new and
the input texinfo files have bugs.

No real point in regenerating them all the time anyways.

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkbinutils217gdbdocannotateinfo">trunk/binutils-2.17/gdb/doc/annotate.info</a></li>
<li><a href="#trunkbinutils217gdbdocgdbinfo">trunk/binutils-2.17/gdb/doc/gdb.info</a></li>
<li><a href="#trunkbinutils217gdbdocgdbintinfo">trunk/binutils-2.17/gdb/doc/gdbint.info</a></li>
<li><a href="#trunkbinutils217gdbdocstabsinfo">trunk/binutils-2.17/gdb/doc/stabs.info</a></li>
</ul>
</div>
<div>
<h3>Diff</h3>
<a></a>
<div class="binary">
<h4>Added: trunk/binutils-2.17/gdb/doc/annotate.info</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<span class="cx">Property changes on: trunk/binutils-2.17/gdb/doc/annotate.info
</span><span class="cx">___________________________________________________________________
</span><a></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a></a>
<div class="binary">
<h4>Added: trunk/binutils-2.17/gdb/doc/gdb.info</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<span class="cx">Property changes on: trunk/binutils-2.17/gdb/doc/gdb.info
</span><span class="cx">___________________________________________________________________
</span><a></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a></a>
<div class="binary">
<h4>Added: trunk/binutils-2.17/gdb/doc/gdbint.info</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<span class="cx">Property changes on: trunk/binutils-2.17/gdb/doc/gdbint.info
</span><span class="cx">___________________________________________________________________
</span><a></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a></a>
<div class="binary">
<h4>Added: trunk/binutils-2.17/gdb/doc/stabs.info</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<span class="cx">Property changes on: trunk/binutils-2.17/gdb/doc/stabs.info
</span><span class="cx">___________________________________________________________________
</span><a></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
</div>

</div>
vapier | 26 Mar 2013 20:18
Favicon

[5988] trunk/qemu/configure: qemu: fix building w/ newer glibc that has clock_gettime() in libc

Revision 5988 Author vapier Date 2013-03-26 15:18:48 -0400 (Tue, 26 Mar 2013)

Log Message

qemu: fix building w/newer glibc that has clock_gettime() in libc

Modified Paths

Diff

Modified: trunk/qemu/configure (5987 => 5988)

--- trunk/qemu/configure 2013-03-23 17:41:37 UTC (rev 5987) +++ trunk/qemu/configure 2013-03-26 19:18:48 UTC (rev 5988) <at> <at> -2670,15 +2670,23 <at> <at> ########################################## # Do we need librt +# uClibc provides 2 versions of clock_gettime(), one with realtime +# support and one without. This means that the clock_gettime() don't +# need -lrt. We still need it for timer_create() so we check for this +# function in addition. cat > $TMPC <<EOF #include <signal.h> #include <time.h> -int main(void) { return clock_gettime(CLOCK_REALTIME, NULL); } +int main(void) { + timer_create(CLOCK_REALTIME, NULL, NULL); + return clock_gettime(CLOCK_REALTIME, NULL); +} EOF if compile_prog "" "" ; then : -elif compile_prog "" "-lrt" ; then +# we need pthread for static linking. use previous pthread test result +elif compile_prog "" "-lrt $pthread_lib" ; then LIBS="-lrt $LIBS" fi
<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5988">5988</a>
Author <a href="http://blackfin.uclinux.org/gf/user/vapier/">vapier</a>
Date 2013-03-26 15:18:48 -0400 (Tue, 26 Mar 2013)
<h3>Log Message</h3>
qemu: fix building w/newer glibc that has clock_gettime() in libc

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkqemuconfigure">trunk/qemu/configure</a></li>
</ul>
</div>
<div>
<h3>Diff</h3>
<a></a>
<div class="modfile">
<h4>Modified: trunk/qemu/configure (5987 =&gt; 5988)</h4>
<span>
<span class="info">--- trunk/qemu/configure	2013-03-23 17:41:37 UTC (rev 5987)
+++ trunk/qemu/configure	2013-03-26 19:18:48 UTC (rev 5988)
</span><span class="lines"> <at>  <at>  -2670,15 +2670,23  <at>  <at> 
</span><span class="cx"> 
</span><span class="cx"> ##########################################
</span><span class="cx"> # Do we need librt
</span>+# uClibc provides 2 versions of clock_gettime(), one with realtime
+# support and one without. This means that the clock_gettime() don't
+# need -lrt. We still need it for timer_create() so we check for this
+# function in addition.
<span class="cx"> cat &gt; $TMPC &lt;&lt;EOF
</span><span class="cx"> #include &lt;signal.h&gt;
</span><span class="cx"> #include &lt;time.h&gt;
</span>-int main(void) { return clock_gettime(CLOCK_REALTIME, NULL); }
+int main(void) {
+  timer_create(CLOCK_REALTIME, NULL, NULL);
+  return clock_gettime(CLOCK_REALTIME, NULL);
+}
<span class="cx"> EOF
</span><span class="cx"> 
</span><span class="cx"> if compile_prog "" "" ; then
</span><span class="cx">   :
</span>-elif compile_prog "" "-lrt" ; then
+# we need pthread for static linking. use previous pthread test result
+elif compile_prog "" "-lrt $pthread_lib" ; then
<span class="cx">   LIBS="-lrt $LIBS"
</span><span class="cx"> fi
</span><span class="cx"> 
</span></span>
</div>
</div>

</div>
vapier | 23 Mar 2013 18:41
Favicon

[5987] trunk/gcc-4.5: gcc-4.5: fix linking of ppl against local copy of gmp

Revision 5987 Author vapier Date 2013-03-23 13:41:37 -0400 (Sat, 23 Mar 2013)

Log Message

gcc-4.5: fix linking of ppl against local copy of gmp the ppl code is not passed the right configure flags, so it ends up using the system copy of gmp. when that version is newer (like gmp-5.1.x), the whole build blows up. we also have to pass in -lstdc++ since the local copies of gmpxx are static only and gcc tries to link some C apps against it.

Modified Paths

Diff

Modified: trunk/gcc-4.5/Makefile.in (5986 => 5987)

--- trunk/gcc-4.5/Makefile.in 2013-03-23 17:36:39 UTC (rev 5986) +++ trunk/gcc-4.5/Makefile.in 2013-03-23 17:41:37 UTC (rev 5987) <at> <at> -18907,7 +18907,7 <at> <at> $(SHELL) $${libsrcdir}/configure \ $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \ --target=${target_alias} $${srcdiroption} --disable-shared --with-libgmp-prefix=$$r/$(HOST_SUBDIR)/gmp/ --with-libgmpxx-prefix=$$r/$(HOST_SUBDIR)/gmp/ \ - || exit 1 + --with-gmp-build=$$r/$(HOST_SUBDIR)/gmp/ || exit 1 <at> endif ppl

Modified: trunk/gcc-4.5/configure (5986 => 5987)

--- trunk/gcc-4.5/configure 2013-03-23 17:36:39 UTC (rev 5986) +++ trunk/gcc-4.5/configure 2013-03-23 17:41:37 UTC (rev 5987) <at> <at> -5893,7 +5893,7 <at> <at> LIBS="$saved_LIBS" fi - ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx" + ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx -lstdc++" if test "$enable_ppl_version_check" != no; then saved_CFLAGS="$CFLAGS"

Modified: trunk/gcc-4.5/configure.ac (5986 => 5987)

--- trunk/gcc-4.5/configure.ac 2013-03-23 17:36:39 UTC (rev 5986) +++ trunk/gcc-4.5/configure.ac 2013-03-23 17:41:37 UTC (rev 5987) <at> <at> -1568,7 +1568,7 <at> <at> LIBS="$saved_LIBS" fi - ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx" + ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx -lstdc++" if test "$enable_ppl_version_check" != no; then saved_CFLAGS="$CFLAGS"
<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5987">5987</a>
Author <a href="http://blackfin.uclinux.org/gf/user/vapier/">vapier</a>
Date 2013-03-23 13:41:37 -0400 (Sat, 23 Mar 2013)
<h3>Log Message</h3>
gcc-4.5: fix linking of ppl against local copy of gmp

the ppl code is not passed the right configure flags, so it ends up using the system copy of gmp.  when that version is newer (like gmp-5.1.x), the whole build blows up.

we also have to pass in -lstdc++ since the local copies of gmpxx are static only and gcc tries to link some C apps against it.

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkgcc45Makefilein">trunk/gcc-4.5/Makefile.in</a></li>
<li><a href="#trunkgcc45configure">trunk/gcc-4.5/configure</a></li>
<li><a href="#trunkgcc45configureac">trunk/gcc-4.5/configure.ac</a></li>
</ul>
</div>
<div>
<h3>Diff</h3>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gcc-4.5/Makefile.in (5986 =&gt; 5987)</h4>
<span>
<span class="info">--- trunk/gcc-4.5/Makefile.in	2013-03-23 17:36:39 UTC (rev 5986)
+++ trunk/gcc-4.5/Makefile.in	2013-03-23 17:41:37 UTC (rev 5987)
</span><span class="lines"> <at>  <at>  -18907,7 +18907,7  <at>  <at> 
</span><span class="cx"> 	$(SHELL) $${libsrcdir}/configure \
</span><span class="cx"> 	  $(HOST_CONFIGARGS) --build=${build_alias} --host=${host_alias} \
</span><span class="cx"> 	  --target=${target_alias} $${srcdiroption} --disable-shared --with-libgmp-prefix=$$r/$(HOST_SUBDIR)/gmp/ --with-libgmpxx-prefix=$$r/$(HOST_SUBDIR)/gmp/ \
</span>-	  || exit 1
+	  --with-gmp-build=$$r/$(HOST_SUBDIR)/gmp/ || exit 1
<span class="cx">  <at> endif ppl
</span><span class="cx"> 
</span><span class="cx"> 
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gcc-4.5/configure (5986 =&gt; 5987)</h4>
<span>
<span class="info">--- trunk/gcc-4.5/configure	2013-03-23 17:36:39 UTC (rev 5986)
+++ trunk/gcc-4.5/configure	2013-03-23 17:41:37 UTC (rev 5987)
</span><span class="lines"> <at>  <at>  -5893,7 +5893,7  <at>  <at> 
</span><span class="cx">     LIBS="$saved_LIBS"
</span><span class="cx">   fi
</span><span class="cx"> 
</span>-  ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
+  ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx -lstdc++"
<span class="cx"> 
</span><span class="cx">   if test "$enable_ppl_version_check" != no; then
</span><span class="cx">     saved_CFLAGS="$CFLAGS"
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gcc-4.5/configure.ac (5986 =&gt; 5987)</h4>
<span>
<span class="info">--- trunk/gcc-4.5/configure.ac	2013-03-23 17:36:39 UTC (rev 5986)
+++ trunk/gcc-4.5/configure.ac	2013-03-23 17:41:37 UTC (rev 5987)
</span><span class="lines"> <at>  <at>  -1568,7 +1568,7  <at>  <at> 
</span><span class="cx">     LIBS="$saved_LIBS"
</span><span class="cx">   fi
</span><span class="cx"> 
</span>-  ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
+  ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx -lstdc++"
<span class="cx"> 
</span><span class="cx">   if test "$enable_ppl_version_check" != no; then
</span><span class="cx">     saved_CFLAGS="$CFLAGS"
</span></span>
</div>
</div>

</div>
vapier | 23 Mar 2013 18:36
Favicon

[5986] trunk/gmp: gmp: enable build of gmpxx by default

Revision 5986 Author vapier Date 2013-03-23 13:36:39 -0400 (Sat, 23 Mar 2013)

Log Message

gmp: enable build of gmpxx by default the ppl subdir needs this, otherwise it falls back to the system gmp we have to manually specify the libtool --tag option here because the bundled libtool code is old -- newer releases do not need this hack

Modified Paths

Diff

Modified: trunk/gmp/Makefile.in (5985 => 5986)

--- trunk/gmp/Makefile.in 2013-03-08 14:56:53 UTC (rev 5985) +++ trunk/gmp/Makefile.in 2013-03-23 17:36:39 UTC (rev 5986) <at> <at> -200,19 +200,19 <at> <at> am__depfiles_maybe = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $ <at> CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ +LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) -CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ +CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $ <at> SOURCES = $(libgmp_la_SOURCES) $(EXTRA_libgmp_la_SOURCES) \ $(libgmpxx_la_SOURCES) $(libmp_la_SOURCES)

Modified: trunk/gmp/configure (5985 => 5986)

--- trunk/gmp/configure 2013-03-08 14:56:53 UTC (rev 5985) +++ trunk/gmp/configure 2013-03-23 17:36:39 UTC (rev 5986) <at> <at> -2714,7 +2714,7 <at> <at> { (exit 1); exit 1; }; } ;; esac else - enable_cxx=no + enable_cxx=yes fi

Modified: trunk/gmp/configure.in (5985 => 5986)

--- trunk/gmp/configure.in 2013-03-08 14:56:53 UTC (rev 5985) +++ trunk/gmp/configure.in 2013-03-23 17:36:39 UTC (rev 5986) <at> <at> -119,7 +119,7 <at> <at> yes|no|detect) ;; *) AC_MSG_ERROR([bad value $enableval for --enable-cxx, need yes/no/detect]) ;; esac], -[enable_cxx=no]) +[enable_cxx=yes]) AC_ARG_ENABLE(fft,

Modified: trunk/gmp/mpf/Makefile.in (5985 => 5986)

--- trunk/gmp/mpf/Makefile.in 2013-03-08 14:56:53 UTC (rev 5985) +++ trunk/gmp/mpf/Makefile.in 2013-03-23 17:36:39 UTC (rev 5986) <at> <at> -88,11 +88,11 <at> <at> am__depfiles_maybe = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $ <at> SOURCES = $(libmpf_la_SOURCES) DIST_SOURCES = $(libmpf_la_SOURCES)

Modified: trunk/gmp/mpn/Makefile.in (5985 => 5986)

--- trunk/gmp/mpn/Makefile.in 2013-03-08 14:56:53 UTC (rev 5985) +++ trunk/gmp/mpn/Makefile.in 2013-03-23 17:36:39 UTC (rev 5986) <at> <at> -94,11 +94,11 <at> <at> am__depfiles_maybe = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $ <at> SOURCES = $(nodist_libmpn_la_SOURCES) \ $(nodist_EXTRA_libmpn_la_SOURCES)

Modified: trunk/gmp/mpq/Makefile.in (5985 => 5986)

--- trunk/gmp/mpq/Makefile.in 2013-03-08 14:56:53 UTC (rev 5985) +++ trunk/gmp/mpq/Makefile.in 2013-03-23 17:36:39 UTC (rev 5986) <at> <at> -80,11 +80,11 <at> <at> am__depfiles_maybe = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $ <at> SOURCES = $(libmpq_la_SOURCES) DIST_SOURCES = $(libmpq_la_SOURCES)

Modified: trunk/gmp/mpz/Makefile.in (5985 => 5986)

--- trunk/gmp/mpz/Makefile.in 2013-03-08 14:56:53 UTC (rev 5985) +++ trunk/gmp/mpz/Makefile.in 2013-03-23 17:36:39 UTC (rev 5986) <at> <at> -108,11 +108,11 <at> <at> am__depfiles_maybe = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $ <at> SOURCES = $(libmpz_la_SOURCES) DIST_SOURCES = $(libmpz_la_SOURCES)

Modified: trunk/gmp/printf/Makefile.in (5985 => 5986)

--- trunk/gmp/printf/Makefile.in 2013-03-08 14:56:53 UTC (rev 5985) +++ trunk/gmp/printf/Makefile.in 2013-03-23 17:36:39 UTC (rev 5986) <at> <at> -79,11 +79,11 <at> <at> am__depfiles_maybe = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $ <at> SOURCES = $(libprintf_la_SOURCES) DIST_SOURCES = $(libprintf_la_SOURCES)

Modified: trunk/gmp/scanf/Makefile.in (5985 => 5986)

--- trunk/gmp/scanf/Makefile.in 2013-03-08 14:56:53 UTC (rev 5985) +++ trunk/gmp/scanf/Makefile.in 2013-03-23 17:36:39 UTC (rev 5986) <at> <at> -76,11 +76,11 <at> <at> am__depfiles_maybe = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ +LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $ <at> SOURCES = $(libscanf_la_SOURCES) DIST_SOURCES = $(libscanf_la_SOURCES)
<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5986">5986</a>
Author <a href="http://blackfin.uclinux.org/gf/user/vapier/">vapier</a>
Date 2013-03-23 13:36:39 -0400 (Sat, 23 Mar 2013)
<h3>Log Message</h3>
gmp: enable build of gmpxx by default

the ppl subdir needs this, otherwise it falls back to the system gmp

we have to manually specify the libtool --tag option here because the bundled libtool code is old -- newer releases do not need this hack

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkgmpMakefilein">trunk/gmp/Makefile.in</a></li>
<li><a href="#trunkgmpconfigure">trunk/gmp/configure</a></li>
<li><a href="#trunkgmpconfigurein">trunk/gmp/configure.in</a></li>
<li><a href="#trunkgmpmpfMakefilein">trunk/gmp/mpf/Makefile.in</a></li>
<li><a href="#trunkgmpmpnMakefilein">trunk/gmp/mpn/Makefile.in</a></li>
<li><a href="#trunkgmpmpqMakefilein">trunk/gmp/mpq/Makefile.in</a></li>
<li><a href="#trunkgmpmpzMakefilein">trunk/gmp/mpz/Makefile.in</a></li>
<li><a href="#trunkgmpprintfMakefilein">trunk/gmp/printf/Makefile.in</a></li>
<li><a href="#trunkgmpscanfMakefilein">trunk/gmp/scanf/Makefile.in</a></li>
</ul>
</div>
<div>
<h3>Diff</h3>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gmp/Makefile.in (5985 =&gt; 5986)</h4>
<span>
<span class="info">--- trunk/gmp/Makefile.in	2013-03-08 14:56:53 UTC (rev 5985)
+++ trunk/gmp/Makefile.in	2013-03-23 17:36:39 UTC (rev 5986)
</span><span class="lines"> <at>  <at>  -200,19 +200,19  <at>  <at> 
</span><span class="cx"> am__depfiles_maybe =
</span><span class="cx"> COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
</span><span class="cx"> 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
</span>-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
<span class="cx"> 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
</span><span class="cx"> 	$(AM_CFLAGS) $(CFLAGS)
</span><span class="cx"> CCLD = $(CC)
</span>-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
<span class="cx"> 	$(AM_LDFLAGS) $(LDFLAGS) -o $ <at> 
</span><span class="cx"> CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
</span><span class="cx"> 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
</span>-LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
<span class="cx"> 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
</span><span class="cx"> 	$(AM_CXXFLAGS) $(CXXFLAGS)
</span><span class="cx"> CXXLD = $(CXX)
</span>-CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
+CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
<span class="cx"> 	$(AM_LDFLAGS) $(LDFLAGS) -o $ <at> 
</span><span class="cx"> SOURCES = $(libgmp_la_SOURCES) $(EXTRA_libgmp_la_SOURCES) \
</span><span class="cx"> 	$(libgmpxx_la_SOURCES) $(libmp_la_SOURCES)
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gmp/configure (5985 =&gt; 5986)</h4>
<span>
<span class="info">--- trunk/gmp/configure	2013-03-08 14:56:53 UTC (rev 5985)
+++ trunk/gmp/configure	2013-03-23 17:36:39 UTC (rev 5986)
</span><span class="lines"> <at>  <at>  -2714,7 +2714,7  <at>  <at> 
</span><span class="cx">    { (exit 1); exit 1; }; } ;;
</span><span class="cx"> esac
</span><span class="cx"> else
</span>-  enable_cxx=no
+  enable_cxx=yes
<span class="cx"> fi
</span><span class="cx"> 
</span><span class="cx"> 
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gmp/configure.in (5985 =&gt; 5986)</h4>
<span>
<span class="info">--- trunk/gmp/configure.in	2013-03-08 14:56:53 UTC (rev 5985)
+++ trunk/gmp/configure.in	2013-03-23 17:36:39 UTC (rev 5986)
</span><span class="lines"> <at>  <at>  -119,7 +119,7  <at>  <at> 
</span><span class="cx"> yes|no|detect) ;;
</span><span class="cx"> *) AC_MSG_ERROR([bad value $enableval for --enable-cxx, need yes/no/detect]) ;;
</span><span class="cx"> esac],
</span>-[enable_cxx=no])
+[enable_cxx=yes])
<span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> AC_ARG_ENABLE(fft,
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gmp/mpf/Makefile.in (5985 =&gt; 5986)</h4>
<span>
<span class="info">--- trunk/gmp/mpf/Makefile.in	2013-03-08 14:56:53 UTC (rev 5985)
+++ trunk/gmp/mpf/Makefile.in	2013-03-23 17:36:39 UTC (rev 5986)
</span><span class="lines"> <at>  <at>  -88,11 +88,11  <at>  <at> 
</span><span class="cx"> am__depfiles_maybe =
</span><span class="cx"> COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
</span><span class="cx"> 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
</span>-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
<span class="cx"> 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
</span><span class="cx"> 	$(AM_CFLAGS) $(CFLAGS)
</span><span class="cx"> CCLD = $(CC)
</span>-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
<span class="cx"> 	$(AM_LDFLAGS) $(LDFLAGS) -o $ <at> 
</span><span class="cx"> SOURCES = $(libmpf_la_SOURCES)
</span><span class="cx"> DIST_SOURCES = $(libmpf_la_SOURCES)
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gmp/mpn/Makefile.in (5985 =&gt; 5986)</h4>
<span>
<span class="info">--- trunk/gmp/mpn/Makefile.in	2013-03-08 14:56:53 UTC (rev 5985)
+++ trunk/gmp/mpn/Makefile.in	2013-03-23 17:36:39 UTC (rev 5986)
</span><span class="lines"> <at>  <at>  -94,11 +94,11  <at>  <at> 
</span><span class="cx"> am__depfiles_maybe =
</span><span class="cx"> COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
</span><span class="cx"> 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
</span>-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
<span class="cx"> 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
</span><span class="cx"> 	$(AM_CFLAGS) $(CFLAGS)
</span><span class="cx"> CCLD = $(CC)
</span>-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
<span class="cx"> 	$(AM_LDFLAGS) $(LDFLAGS) -o $ <at> 
</span><span class="cx"> SOURCES = $(nodist_libmpn_la_SOURCES) \
</span><span class="cx"> 	$(nodist_EXTRA_libmpn_la_SOURCES)
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gmp/mpq/Makefile.in (5985 =&gt; 5986)</h4>
<span>
<span class="info">--- trunk/gmp/mpq/Makefile.in	2013-03-08 14:56:53 UTC (rev 5985)
+++ trunk/gmp/mpq/Makefile.in	2013-03-23 17:36:39 UTC (rev 5986)
</span><span class="lines"> <at>  <at>  -80,11 +80,11  <at>  <at> 
</span><span class="cx"> am__depfiles_maybe =
</span><span class="cx"> COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
</span><span class="cx"> 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
</span>-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
<span class="cx"> 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
</span><span class="cx"> 	$(AM_CFLAGS) $(CFLAGS)
</span><span class="cx"> CCLD = $(CC)
</span>-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
<span class="cx"> 	$(AM_LDFLAGS) $(LDFLAGS) -o $ <at> 
</span><span class="cx"> SOURCES = $(libmpq_la_SOURCES)
</span><span class="cx"> DIST_SOURCES = $(libmpq_la_SOURCES)
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gmp/mpz/Makefile.in (5985 =&gt; 5986)</h4>
<span>
<span class="info">--- trunk/gmp/mpz/Makefile.in	2013-03-08 14:56:53 UTC (rev 5985)
+++ trunk/gmp/mpz/Makefile.in	2013-03-23 17:36:39 UTC (rev 5986)
</span><span class="lines"> <at>  <at>  -108,11 +108,11  <at>  <at> 
</span><span class="cx"> am__depfiles_maybe =
</span><span class="cx"> COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
</span><span class="cx"> 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
</span>-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
<span class="cx"> 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
</span><span class="cx"> 	$(AM_CFLAGS) $(CFLAGS)
</span><span class="cx"> CCLD = $(CC)
</span>-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
<span class="cx"> 	$(AM_LDFLAGS) $(LDFLAGS) -o $ <at> 
</span><span class="cx"> SOURCES = $(libmpz_la_SOURCES)
</span><span class="cx"> DIST_SOURCES = $(libmpz_la_SOURCES)
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gmp/printf/Makefile.in (5985 =&gt; 5986)</h4>
<span>
<span class="info">--- trunk/gmp/printf/Makefile.in	2013-03-08 14:56:53 UTC (rev 5985)
+++ trunk/gmp/printf/Makefile.in	2013-03-23 17:36:39 UTC (rev 5986)
</span><span class="lines"> <at>  <at>  -79,11 +79,11  <at>  <at> 
</span><span class="cx"> am__depfiles_maybe =
</span><span class="cx"> COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
</span><span class="cx"> 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
</span>-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
<span class="cx"> 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
</span><span class="cx"> 	$(AM_CFLAGS) $(CFLAGS)
</span><span class="cx"> CCLD = $(CC)
</span>-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
<span class="cx"> 	$(AM_LDFLAGS) $(LDFLAGS) -o $ <at> 
</span><span class="cx"> SOURCES = $(libprintf_la_SOURCES)
</span><span class="cx"> DIST_SOURCES = $(libprintf_la_SOURCES)
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/gmp/scanf/Makefile.in (5985 =&gt; 5986)</h4>
<span>
<span class="info">--- trunk/gmp/scanf/Makefile.in	2013-03-08 14:56:53 UTC (rev 5985)
+++ trunk/gmp/scanf/Makefile.in	2013-03-23 17:36:39 UTC (rev 5986)
</span><span class="lines"> <at>  <at>  -76,11 +76,11  <at>  <at> 
</span><span class="cx"> am__depfiles_maybe =
</span><span class="cx"> COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
</span><span class="cx"> 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
</span>-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
<span class="cx"> 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
</span><span class="cx"> 	$(AM_CFLAGS) $(CFLAGS)
</span><span class="cx"> CCLD = $(CC)
</span>-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
<span class="cx"> 	$(AM_LDFLAGS) $(LDFLAGS) -o $ <at> 
</span><span class="cx"> SOURCES = $(libscanf_la_SOURCES)
</span><span class="cx"> DIST_SOURCES = $(libscanf_la_SOURCES)
</span></span>
</div>
</div>

</div>
amcl | 8 Mar 2013 15:56
Favicon

[5985] trunk/debug-helpers/eclipse: [#7618] Eclipse plug-in encounters a NPE when hovering over Run/Debug icons.

Revision 5985 Author amcl Date 2013-03-08 09:56:53 -0500 (Fri, 08 Mar 2013)

Log Message

[#7618] Eclipse plug-in encounters a NPE when hovering over Run/Debug icons. Version set to 1.0.8.

Modified Paths

Added Paths

Diff

Modified: trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/META-INF/MANIFEST.MF (5984 => 5985)

--- trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/META-INF/MANIFEST.MF 2012-12-17 15:12:27 UTC (rev 5984) +++ trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/META-INF/MANIFEST.MF 2013-03-08 14:56:53 UTC (rev 5985) <at> <at> -2,7 +2,7 <at> <at> Bundle-ManifestVersion: 2 Bundle-Name: Memory Mapped Registers View Bundle-SymbolicName: com.analog.gnu.debug.mmr;singleton:=true -Bundle-Version: 1.0.7.qualifier +Bundle-Version: 1.0.8.qualifier Bundle-Activator: com.analog.gnu.debug.core.registers.MMRViewUIPlugin Bundle-Vendor: Analog Devices, Inc. Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Modified: trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/about.properties (5984 => 5985)

--- trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/about.properties 2012-12-17 15:12:27 UTC (rev 5984) +++ trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/about.properties 2013-03-08 14:56:53 UTC (rev 5985) <at> <at> -1,5 +1,5 <at> <at> ############################################################################### -# Copyright (c) 2012 Analog Devices, Inc. All rights reserved. +# Copyright (c) 2013 Analog Devices, Inc. All rights reserved. # ############################################################################### # about.properties <at> <at> -14,5 +14,5 <at> <at> \n\ Version: {featureVersion}\n\ \n\ -(c) Copyright Analog Devices, Inc. 2012. All rights reserved.\n\ +(c) Copyright Analog Devices, Inc. 2013. All rights reserved.\n\ Visit http://www.analog.com

Modified: trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/pom.xml

(Binary files differ)

Modified: trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/META-INF/MANIFEST.MF (5984 => 5985)

--- trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/META-INF/MANIFEST.MF 2012-12-17 15:12:27 UTC (rev 5984) +++ trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/META-INF/MANIFEST.MF 2013-03-08 14:56:53 UTC (rev 5985) <at> <at> -2,7 +2,7 <at> <at> Bundle-ManifestVersion: 2 Bundle-Name: Blackfin GNU Toolchain Integration Bundle-SymbolicName: com.analog.gnu.toolchain.blackfin;singleton:=true -Bundle-Version: 1.0.7.qualifier +Bundle-Version: 1.0.8.qualifier Bundle-Vendor: Analog Devices, Inc. Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Modified: trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/about.properties (5984 => 5985)

--- trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/about.properties 2012-12-17 15:12:27 UTC (rev 5984) +++ trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/about.properties 2013-03-08 14:56:53 UTC (rev 5985) <at> <at> -1,5 +1,5 <at> <at> ############################################################################### -# Copyright (c) 2012 Analog Devices, Inc. All rights reserved. +# Copyright (c) 2013 Analog Devices, Inc. All rights reserved. # ############################################################################### # about.properties <at> <at> -14,5 +14,5 <at> <at> \n\ Version: {featureVersion}\n\ \n\ -(c) Copyright Analog Devices, Inc. 2012. All rights reserved.\n\ +(c) Copyright Analog Devices, Inc. 2013. All rights reserved.\n\ Visit http://www.analog.com

Modified: trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/pom.xml

(Binary files differ)

Modified: trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/src/com/analog/gnu/toolchain/blackfin/launcher/LaunchPropertyTester.java (5984 => 5985)

--- trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/src/com/analog/gnu/toolchain/blackfin/launcher/LaunchPropertyTester.java 2012-12-17 15:12:27 UTC (rev 5984) +++ trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/src/com/analog/gnu/toolchain/blackfin/launcher/LaunchPropertyTester.java 2013-03-08 14:56:53 UTC (rev 5985) <at> <at> -17,6 +17,7 <at> <at> import org.eclipse.cdt.core.model.ICElement; import org.eclipse.cdt.core.model.ICProject; import org.eclipse.cdt.managedbuilder.core.IManagedBuildInfo; +import org.eclipse.cdt.managedbuilder.core.IProjectType; import org.eclipse.cdt.managedbuilder.core.ManagedBuildManager; import org.eclipse.core.expressions.PropertyTester; import org.eclipse.core.internal.resources.File; <at> <at> -148,10 +149,13 <at> <at> } if (project != null) { IManagedBuildInfo buildInfo = ManagedBuildManager.getBuildInfo(project); - String projectTypeId = buildInfo.getManagedProject().getProjectType().getId(); - if (projectTypeId.equals(id)) { - return true; - } + IProjectType projectType = buildInfo.getManagedProject().getProjectType(); + if (projectType != null) { + String projectTypeId = projectType.getId(); + if (projectTypeId.equals(id)) { + return true; + } + } } } return false;

Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.properties (5984 => 5985)

--- trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.properties 2012-12-17 15:12:27 UTC (rev 5984) +++ trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.properties 2013-03-08 14:56:53 UTC (rev 5985) <at> <at> -1,5 +1,5 <at> <at> ############################################################################### -# Copyright (c) 2012 Analog Devices, Inc. +# Copyright (c) 2013 Analog Devices, Inc. # All rights reserved. # ############################################################################### <at> <at> -14,7 +14,7 <at> <at> description=Analog Devices Memory Mapped Registers View copyright=\ -Copyright (c) 2012 Analog Devices, Inc.\n\ +Copyright (c) 2013 Analog Devices, Inc.\n\ All rights reserved. licenseURL=http://www.eclipse.org/legal/epl-v10.html

Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.xml (5984 => 5985)

--- trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.xml 2012-12-17 15:12:27 UTC (rev 5984) +++ trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.xml 2013-03-08 14:56:53 UTC (rev 5985) <at> <at> -2,7 +2,7 <at> <at> <feature id="com.analog.gnu.debug.mmr" label="Memory Mapped Registers View Feature" - version="1.0.7.qualifier" + version="1.0.8.qualifier" provider-name="Analog Devices, Inc." plugin="com.analog.gnu.debug.mmr">

Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/pom.xml

(Binary files differ)

Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.properties (5984 => 5985)

--- trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.properties 2012-12-17 15:12:27 UTC (rev 5984) +++ trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.properties 2013-03-08 14:56:53 UTC (rev 5985) <at> <at> -1,5 +1,5 <at> <at> ############################################################################### -# Copyright (c) 2012 Analog Devices, Inc. +# Copyright (c) 2013 Analog Devices, Inc. # All rights reserved. # ############################################################################### <at> <at> -14,7 +14,7 <at> <at> description=Analog Devices Blackfin GNU Toolchain copyright=\ -Copyright (c) 2012 Analog Devices, Inc.\n\ +Copyright (c) 2013 Analog Devices, Inc.\n\ All rights reserved. licenseURL=http://www.eclipse.org/legal/epl-v10.html

Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.xml (5984 => 5985)

--- trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.xml 2012-12-17 15:12:27 UTC (rev 5984) +++ trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.xml 2013-03-08 14:56:53 UTC (rev 5985) <at> <at> -2,7 +2,7 <at> <at> <feature id="com.analog.gnu.toolchain.blackfin" label="Blackfin GNU Toolchain Feature" - version="1.0.7.qualifier" + version="1.0.8.qualifier" provider-name="Analog Devices, Inc." plugin="com.analog.gnu.toolchain.blackfin">

Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/pom.xml

(Binary files differ)

Modified: trunk/debug-helpers/eclipse/packaging/site/artifacts.jar

(Binary files differ)

Modified: trunk/debug-helpers/eclipse/packaging/site/content.jar

(Binary files differ)

Added: trunk/debug-helpers/eclipse/packaging/site/features/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar

(Binary files differ)
Property changes on: trunk/debug-helpers/eclipse/packaging/site/features/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar ___________________________________________________________________

Added: svn:executable

Added: svn:mime-type

Added: trunk/debug-helpers/eclipse/packaging/site/features/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar

(Binary files differ)
Property changes on: trunk/debug-helpers/eclipse/packaging/site/features/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar ___________________________________________________________________

Added: svn:executable

Added: svn:mime-type

Added: trunk/debug-helpers/eclipse/packaging/site/plugins/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar

(Binary files differ)
Property changes on: trunk/debug-helpers/eclipse/packaging/site/plugins/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar ___________________________________________________________________

Added: svn:executable

Added: svn:mime-type

Added: trunk/debug-helpers/eclipse/packaging/site/plugins/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar

(Binary files differ)
Property changes on: trunk/debug-helpers/eclipse/packaging/site/plugins/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar ___________________________________________________________________

Added: svn:executable

Added: svn:mime-type

Modified: trunk/debug-helpers/eclipse/packaging/site/site.xml (5984 => 5985)

--- trunk/debug-helpers/eclipse/packaging/site/site.xml 2012-12-17 15:12:27 UTC (rev 5984) +++ trunk/debug-helpers/eclipse/packaging/site/site.xml 2013-03-08 14:56:53 UTC (rev 5985) <at> <at> -3,10 +3,10 <at> <at> <description name="Blackfin GNU Components" url="http://docs.blackfin.uclinux.org/doku.php?id=toolchain:eclipse"> Eclipse Install/Update site for Blackfin GNU Open Source components </description> - <feature url="features/com.analog.gnu.debug.mmr_1.0.7.201210100820.jar" id="com.analog.gnu.debug.mmr" version="1.0.7.201210100820" os="All" ws="All" nl="en" arch="All"> + <feature url="features/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar" id="com.analog.gnu.debug.mmr" version="1.0.8.201303081511" os="All" ws="All" nl="en" arch="All"> <category name="debug"/> </feature> - <feature url="features/com.analog.gnu.toolchain.blackfin_1.0.7.201210100820.jar" id="com.analog.gnu.toolchain.blackfin" version="1.0.7.201210100820" os="All" ws="All" nl="en" arch="All"> + <feature url="features/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar" id="com.analog.gnu.toolchain.blackfin" version="1.0.8.201303081511" os="All" ws="All" nl="en" arch="All"> <category name="toolchain"/> </feature> <category-def name="debug" label="Blackfin Debug"/>
<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5985">5985</a>
Author <a href="http://blackfin.uclinux.org/gf/user/amcl/">amcl</a>
Date 2013-03-08 09:56:53 -0500 (Fri, 08 Mar 2013)
<h3>Log Message</h3>
<a href="http://blackfin.uclinux.org/gf/tracker/7618">[#7618]</a> Eclipse plug-in encounters a NPE when hovering over Run/Debug icons. Version set to 1.0.8.

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdebughelperseclipsecomanaloggnudebugmmrMETAINFMANIFESTMF">trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/META-INF/MANIFEST.MF</a></li>
<li><a href="#trunkdebughelperseclipsecomanaloggnudebugmmraboutproperties">trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/about.properties</a></li>
<li><a href="#trunkdebughelperseclipsecomanaloggnudebugmmrpomxml">trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/pom.xml</a></li>
<li><a href="#trunkdebughelperseclipsecomanaloggnutoolchainblackfinMETAINFMANIFESTMF">trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/META-INF/MANIFEST.MF</a></li>
<li><a href="#trunkdebughelperseclipsecomanaloggnutoolchainblackfinaboutproperties">trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/about.properties</a></li>
<li><a href="#trunkdebughelperseclipsecomanaloggnutoolchainblackfinpomxml">trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/pom.xml</a></li>
<li><a href="#trunkdebughelperseclipsecomanaloggnutoolchainblackfinsrccomanaloggnutoolchainblackfinlauncherLaunchPropertyTesterjava">trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/src/com/analog/gnu/toolchain/blackfin/launcher/LaunchPropertyTester.java</a></li>
<li><a href="#trunkdebughelperseclipsepackagingfeaturescomanaloggnudebugmmrfeaturefeatureproperties">trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.properties</a></li>
<li><a href="#trunkdebughelperseclipsepackagingfeaturescomanaloggnudebugmmrfeaturefeaturexml">trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.xml</a></li>
<li><a href="#trunkdebughelperseclipsepackagingfeaturescomanaloggnudebugmmrfeaturepomxml">trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/pom.xml</a></li>
<li><a href="#trunkdebughelperseclipsepackagingfeaturescomanaloggnutoolchainblackfinfeaturefeatureproperties">trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.properties</a></li>
<li><a href="#trunkdebughelperseclipsepackagingfeaturescomanaloggnutoolchainblackfinfeaturefeaturexml">trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.xml</a></li>
<li><a href="#trunkdebughelperseclipsepackagingfeaturescomanaloggnutoolchainblackfinfeaturepomxml">trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/pom.xml</a></li>
<li><a href="#trunkdebughelperseclipsepackagingsiteartifactsjar">trunk/debug-helpers/eclipse/packaging/site/artifacts.jar</a></li>
<li><a href="#trunkdebughelperseclipsepackagingsitecontentjar">trunk/debug-helpers/eclipse/packaging/site/content.jar</a></li>
<li><a href="#trunkdebughelperseclipsepackagingsitesitexml">trunk/debug-helpers/eclipse/packaging/site/site.xml</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#trunkdebughelperseclipsepackagingsitefeaturescomanaloggnudebugmmr_108201303081511jar">trunk/debug-helpers/eclipse/packaging/site/features/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar</a></li>
<li><a href="#trunkdebughelperseclipsepackagingsitefeaturescomanaloggnutoolchainblackfin_108201303081511jar">trunk/debug-helpers/eclipse/packaging/site/features/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar</a></li>
<li><a href="#trunkdebughelperseclipsepackagingsitepluginscomanaloggnudebugmmr_108201303081511jar">trunk/debug-helpers/eclipse/packaging/site/plugins/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar</a></li>
<li><a href="#trunkdebughelperseclipsepackagingsitepluginscomanaloggnutoolchainblackfin_108201303081511jar">trunk/debug-helpers/eclipse/packaging/site/plugins/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar</a></li>
</ul>
</div>
<div>
<h3>Diff</h3>
<a></a>
<div class="modfile">
<h4>Modified: trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/META-INF/MANIFEST.MF (5984 =&gt; 5985)</h4>
<span>
<span class="info">--- trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/META-INF/MANIFEST.MF	2012-12-17 15:12:27 UTC (rev 5984)
+++ trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/META-INF/MANIFEST.MF	2013-03-08 14:56:53 UTC (rev 5985)
</span><span class="lines"> <at>  <at>  -2,7 +2,7  <at>  <at> 
</span><span class="cx"> Bundle-ManifestVersion: 2
</span><span class="cx"> Bundle-Name: Memory Mapped Registers View
</span><span class="cx"> Bundle-SymbolicName: com.analog.gnu.debug.mmr;singleton:=true
</span>-Bundle-Version: 1.0.7.qualifier
+Bundle-Version: 1.0.8.qualifier
<span class="cx"> Bundle-Activator: com.analog.gnu.debug.core.registers.MMRViewUIPlugin
</span><span class="cx"> Bundle-Vendor: Analog Devices, Inc.
</span><span class="cx"> Bundle-RequiredExecutionEnvironment: JavaSE-1.6
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/about.properties (5984 =&gt; 5985)</h4>
<span>
<span class="info">--- trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/about.properties	2012-12-17 15:12:27 UTC (rev 5984)
+++ trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/about.properties	2013-03-08 14:56:53 UTC (rev 5985)
</span><span class="lines"> <at>  <at>  -1,5 +1,5  <at>  <at> 
</span><span class="cx"> ###############################################################################
</span>-# Copyright (c) 2012 Analog Devices, Inc. All rights reserved. 
+# Copyright (c) 2013 Analog Devices, Inc. All rights reserved. 
<span class="cx"> #
</span><span class="cx"> ###############################################################################
</span><span class="cx"> # about.properties
</span><span class="lines"> <at>  <at>  -14,5 +14,5  <at>  <at> 
</span><span class="cx"> \n\
</span><span class="cx"> Version: {featureVersion}\n\
</span><span class="cx"> \n\
</span>-(c) Copyright Analog Devices, Inc. 2012.  All rights reserved.\n\
+(c) Copyright Analog Devices, Inc. 2013.  All rights reserved.\n\
<span class="cx"> Visit http://www.analog.com
</span></span>
</div>
<a></a>
<div class="binary">
<h4>Modified: trunk/debug-helpers/eclipse/com.analog.gnu.debug.mmr/pom.xml</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/META-INF/MANIFEST.MF (5984 =&gt; 5985)</h4>
<span>
<span class="info">--- trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/META-INF/MANIFEST.MF	2012-12-17 15:12:27 UTC (rev 5984)
+++ trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/META-INF/MANIFEST.MF	2013-03-08 14:56:53 UTC (rev 5985)
</span><span class="lines"> <at>  <at>  -2,7 +2,7  <at>  <at> 
</span><span class="cx"> Bundle-ManifestVersion: 2
</span><span class="cx"> Bundle-Name: Blackfin GNU Toolchain Integration
</span><span class="cx"> Bundle-SymbolicName: com.analog.gnu.toolchain.blackfin;singleton:=true
</span>-Bundle-Version: 1.0.7.qualifier
+Bundle-Version: 1.0.8.qualifier
<span class="cx"> Bundle-Vendor: Analog Devices, Inc.
</span><span class="cx"> Bundle-Localization: plugin
</span><span class="cx"> Bundle-RequiredExecutionEnvironment: JavaSE-1.6
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/about.properties (5984 =&gt; 5985)</h4>
<span>
<span class="info">--- trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/about.properties	2012-12-17 15:12:27 UTC (rev 5984)
+++ trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/about.properties	2013-03-08 14:56:53 UTC (rev 5985)
</span><span class="lines"> <at>  <at>  -1,5 +1,5  <at>  <at> 
</span><span class="cx"> ###############################################################################
</span>-# Copyright (c) 2012 Analog Devices, Inc. All rights reserved. 
+# Copyright (c) 2013 Analog Devices, Inc. All rights reserved. 
<span class="cx"> #
</span><span class="cx"> ###############################################################################
</span><span class="cx"> # about.properties
</span><span class="lines"> <at>  <at>  -14,5 +14,5  <at>  <at> 
</span><span class="cx"> \n\
</span><span class="cx"> Version: {featureVersion}\n\
</span><span class="cx"> \n\
</span>-(c) Copyright Analog Devices, Inc. 2012.  All rights reserved.\n\
+(c) Copyright Analog Devices, Inc. 2013.  All rights reserved.\n\
<span class="cx"> Visit http://www.analog.com
</span></span>
</div>
<a></a>
<div class="binary">
<h4>Modified: trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/pom.xml</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/src/com/analog/gnu/toolchain/blackfin/launcher/LaunchPropertyTester.java (5984 =&gt; 5985)</h4>
<span>
<span class="info">--- trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/src/com/analog/gnu/toolchain/blackfin/launcher/LaunchPropertyTester.java	2012-12-17 15:12:27 UTC (rev 5984)
+++ trunk/debug-helpers/eclipse/com.analog.gnu.toolchain.blackfin/src/com/analog/gnu/toolchain/blackfin/launcher/LaunchPropertyTester.java	2013-03-08 14:56:53 UTC (rev 5985)
</span><span class="lines"> <at>  <at>  -17,6 +17,7  <at>  <at> 
</span><span class="cx"> import org.eclipse.cdt.core.model.ICElement;
</span><span class="cx"> import org.eclipse.cdt.core.model.ICProject;
</span><span class="cx"> import org.eclipse.cdt.managedbuilder.core.IManagedBuildInfo;
</span>+import org.eclipse.cdt.managedbuilder.core.IProjectType;
<span class="cx"> import org.eclipse.cdt.managedbuilder.core.ManagedBuildManager;
</span><span class="cx"> import org.eclipse.core.expressions.PropertyTester;
</span><span class="cx"> import org.eclipse.core.internal.resources.File;
</span><span class="lines"> <at>  <at>  -148,10 +149,13  <at>  <at> 
</span><span class="cx"> 			}
</span><span class="cx"> 			if (project != null) {
</span><span class="cx"> 				IManagedBuildInfo buildInfo = ManagedBuildManager.getBuildInfo(project);
</span>-				String projectTypeId = buildInfo.getManagedProject().getProjectType().getId();
-				if (projectTypeId.equals(id)) {
-					return true;
-				}				
+				IProjectType projectType = buildInfo.getManagedProject().getProjectType();
+				if (projectType != null) {
+					String projectTypeId = projectType.getId();
+					if (projectTypeId.equals(id)) {
+						return true;
+					}
+				}
<span class="cx"> 			}
</span><span class="cx"> 		}
</span><span class="cx"> 		return false;
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.properties (5984 =&gt; 5985)</h4>
<span>
<span class="info">--- trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.properties	2012-12-17 15:12:27 UTC (rev 5984)
+++ trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.properties	2013-03-08 14:56:53 UTC (rev 5985)
</span><span class="lines"> <at>  <at>  -1,5 +1,5  <at>  <at> 
</span><span class="cx"> ###############################################################################
</span>-# Copyright (c) 2012 Analog Devices, Inc.
+# Copyright (c) 2013 Analog Devices, Inc.
<span class="cx"> # All rights reserved. 
</span><span class="cx"> #
</span><span class="cx"> ###############################################################################
</span><span class="lines"> <at>  <at>  -14,7 +14,7  <at>  <at> 
</span><span class="cx"> description=Analog Devices Memory Mapped Registers View
</span><span class="cx"> 
</span><span class="cx"> copyright=\
</span>-Copyright (c) 2012 Analog Devices, Inc.\n\
+Copyright (c) 2013 Analog Devices, Inc.\n\
<span class="cx"> All rights reserved. 
</span><span class="cx"> 
</span><span class="cx"> licenseURL=http://www.eclipse.org/legal/epl-v10.html
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.xml (5984 =&gt; 5985)</h4>
<span>
<span class="info">--- trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.xml	2012-12-17 15:12:27 UTC (rev 5984)
+++ trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/feature.xml	2013-03-08 14:56:53 UTC (rev 5985)
</span><span class="lines"> <at>  <at>  -2,7 +2,7  <at>  <at> 
</span><span class="cx"> &lt;feature
</span><span class="cx">       id="com.analog.gnu.debug.mmr"
</span><span class="cx">       label="Memory Mapped Registers View Feature"
</span>-      version="1.0.7.qualifier"
+      version="1.0.8.qualifier"
<span class="cx">       provider-name="Analog Devices, Inc."
</span><span class="cx">       plugin="com.analog.gnu.debug.mmr"&gt;
</span><span class="cx"> 
</span></span>
</div>
<a></a>
<div class="binary">
<h4>Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.debug.mmr.feature/pom.xml</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.properties (5984 =&gt; 5985)</h4>
<span>
<span class="info">--- trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.properties	2012-12-17 15:12:27 UTC (rev 5984)
+++ trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.properties	2013-03-08 14:56:53 UTC (rev 5985)
</span><span class="lines"> <at>  <at>  -1,5 +1,5  <at>  <at> 
</span><span class="cx"> ###############################################################################
</span>-# Copyright (c) 2012 Analog Devices, Inc.
+# Copyright (c) 2013 Analog Devices, Inc.
<span class="cx"> # All rights reserved. 
</span><span class="cx"> #
</span><span class="cx"> ###############################################################################
</span><span class="lines"> <at>  <at>  -14,7 +14,7  <at>  <at> 
</span><span class="cx"> description=Analog Devices Blackfin GNU Toolchain
</span><span class="cx"> 
</span><span class="cx"> copyright=\
</span>-Copyright (c) 2012 Analog Devices, Inc.\n\
+Copyright (c) 2013 Analog Devices, Inc.\n\
<span class="cx"> All rights reserved. 
</span><span class="cx"> 
</span><span class="cx"> licenseURL=http://www.eclipse.org/legal/epl-v10.html
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.xml (5984 =&gt; 5985)</h4>
<span>
<span class="info">--- trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.xml	2012-12-17 15:12:27 UTC (rev 5984)
+++ trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/feature.xml	2013-03-08 14:56:53 UTC (rev 5985)
</span><span class="lines"> <at>  <at>  -2,7 +2,7  <at>  <at> 
</span><span class="cx"> &lt;feature
</span><span class="cx">       id="com.analog.gnu.toolchain.blackfin"
</span><span class="cx">       label="Blackfin GNU Toolchain Feature"
</span>-      version="1.0.7.qualifier"
+      version="1.0.8.qualifier"
<span class="cx">       provider-name="Analog Devices, Inc."
</span><span class="cx">       plugin="com.analog.gnu.toolchain.blackfin"&gt;
</span><span class="cx"> 
</span></span>
</div>
<a></a>
<div class="binary">
<h4>Modified: trunk/debug-helpers/eclipse/packaging/features/com.analog.gnu.toolchain.blackfin.feature/pom.xml</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<a></a>
<div class="binary">
<h4>Modified: trunk/debug-helpers/eclipse/packaging/site/artifacts.jar</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<a></a>
<div class="binary">
<h4>Modified: trunk/debug-helpers/eclipse/packaging/site/content.jar</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<a></a>
<div class="binary">
<h4>Added: trunk/debug-helpers/eclipse/packaging/site/features/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<span class="cx">Property changes on: trunk/debug-helpers/eclipse/packaging/site/features/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar
</span><span class="cx">___________________________________________________________________
</span><a></a>
<div class="addfile"><h4>Added: svn:executable</h4></div>
<a></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a></a>
<div class="binary">
<h4>Added: trunk/debug-helpers/eclipse/packaging/site/features/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<span class="cx">Property changes on: trunk/debug-helpers/eclipse/packaging/site/features/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar
</span><span class="cx">___________________________________________________________________
</span><a></a>
<div class="addfile"><h4>Added: svn:executable</h4></div>
<a></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a></a>
<div class="binary">
<h4>Added: trunk/debug-helpers/eclipse/packaging/site/plugins/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<span class="cx">Property changes on: trunk/debug-helpers/eclipse/packaging/site/plugins/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar
</span><span class="cx">___________________________________________________________________
</span><a></a>
<div class="addfile"><h4>Added: svn:executable</h4></div>
<a></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a></a>
<div class="binary">
<h4>Added: trunk/debug-helpers/eclipse/packaging/site/plugins/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar</h4>
<span>
<span class="cx">(Binary files differ)
</span></span>
</div>
<span class="cx">Property changes on: trunk/debug-helpers/eclipse/packaging/site/plugins/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar
</span><span class="cx">___________________________________________________________________
</span><a></a>
<div class="addfile"><h4>Added: svn:executable</h4></div>
<a></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a></a>
<div class="modfile">
<h4>Modified: trunk/debug-helpers/eclipse/packaging/site/site.xml (5984 =&gt; 5985)</h4>
<span>
<span class="info">--- trunk/debug-helpers/eclipse/packaging/site/site.xml	2012-12-17 15:12:27 UTC (rev 5984)
+++ trunk/debug-helpers/eclipse/packaging/site/site.xml	2013-03-08 14:56:53 UTC (rev 5985)
</span><span class="lines"> <at>  <at>  -3,10 +3,10  <at>  <at> 
</span><span class="cx">    &lt;description name="Blackfin GNU Components" url="http://docs.blackfin.uclinux.org/doku.php?id=toolchain:eclipse"&gt;
</span><span class="cx">       Eclipse Install/Update site for Blackfin GNU Open Source components
</span><span class="cx">    &lt;/description&gt;
</span>-   &lt;feature url="features/com.analog.gnu.debug.mmr_1.0.7.201210100820.jar" id="com.analog.gnu.debug.mmr" version="1.0.7.201210100820" os="All" ws="All" nl="en" arch="All"&gt;
+   &lt;feature url="features/com.analog.gnu.debug.mmr_1.0.8.201303081511.jar" id="com.analog.gnu.debug.mmr" version="1.0.8.201303081511" os="All" ws="All" nl="en" arch="All"&gt;
<span class="cx">       &lt;category name="debug"/&gt;
</span><span class="cx">    &lt;/feature&gt;
</span>-   &lt;feature url="features/com.analog.gnu.toolchain.blackfin_1.0.7.201210100820.jar" id="com.analog.gnu.toolchain.blackfin" version="1.0.7.201210100820" os="All" ws="All" nl="en" arch="All"&gt;
+   &lt;feature url="features/com.analog.gnu.toolchain.blackfin_1.0.8.201303081511.jar" id="com.analog.gnu.toolchain.blackfin" version="1.0.8.201303081511" os="All" ws="All" nl="en" arch="All"&gt;
<span class="cx">       &lt;category name="toolchain"/&gt;
</span><span class="cx">    &lt;/feature&gt;
</span><span class="cx">    &lt;category-def name="debug" label="Blackfin Debug"/&gt;
</span></span>
</div>
</div>

</div>
shenders | 17 Dec 2012 16:12
Favicon

[5984] tags/2012R2-RC2/: Tag for 2012R2-RC2.

Revision 5984 Author shenders Date 2012-12-17 10:12:27 -0500 (Mon, 17 Dec 2012)

Log Message

Tag for 2012R2-RC2.

Added Paths

  • tags/2012R2-RC2/

Diff

<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5984">5984</a>
Author <a href="http://blackfin.uclinux.org/gf/user/shenders/">shenders</a>
Date 2012-12-17 10:12:27 -0500 (Mon, 17 Dec 2012)
<h3>Log Message</h3>
Tag for 2012R2-RC2.

<h3>Added Paths</h3>
<ul>
<li>tags/2012R2-RC2/</li>
</ul>
</div>
<div>
<h3>Diff</h3>
</div>

</div>
shenders | 17 Dec 2012 16:11
Favicon

[5983] branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec : merge from trunk: distribution/rpm: change FTW to NFTW.

Revision 5983 Author shenders Date 2012-12-17 10:11:37 -0500 (Mon, 17 Dec 2012)

Log Message

merge from trunk: distribution/rpm: change FTW to NFTW.

Modified Paths

Diff

Modified: branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec (5982 => 5983)

--- branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec 2012-12-17 15:10:12 UTC (rev 5982) +++ branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec 2012-12-17 15:11:37 UTC (rev 5983) <at> <at> -3,7 +3,7 <at> <at> %define bfin_targ_strip %{prefix}/bfin-elf/bin/bfin-elf-strip %define EXEEXT %{nil} %define x_support 0 -%define extra_buildtoolchain_opts -a UCLIBC_HAS_IPV6=y -a UCLIBC_HAS_WCHAR=y -a UCLIBC_HAS_FTW=y +%define extra_buildtoolchain_opts -a UCLIBC_HAS_IPV6=y -a UCLIBC_HAS_WCHAR=y -a UCLIBC_HAS_NFTW=y %define optional_gcc 0 %define gcc_main_ver 4.3
<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5983">5983</a>
Author <a href="http://blackfin.uclinux.org/gf/user/shenders/">shenders</a>
Date 2012-12-17 10:11:37 -0500 (Mon, 17 Dec 2012)
<h3>Log Message</h3>
merge from trunk: distribution/rpm: change FTW to NFTW.

<h3>Modified Paths</h3>
<ul>
<li><a href="#branches2012R2distributionrpmblackfintoolchainuclibcfullspec">branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec</a></li>
</ul>
</div>
<div>
<h3>Diff</h3>
<a></a>
<div class="modfile">
<h4>Modified: branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec (5982 =&gt; 5983)</h4>
<span>
<span class="info">--- branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec	2012-12-17 15:10:12 UTC (rev 5982)
+++ branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec	2012-12-17 15:11:37 UTC (rev 5983)
</span><span class="lines"> <at>  <at>  -3,7 +3,7  <at>  <at> 
</span><span class="cx"> %define bfin_targ_strip %{prefix}/bfin-elf/bin/bfin-elf-strip
</span><span class="cx"> %define EXEEXT %{nil}
</span><span class="cx"> %define x_support 0
</span>-%define extra_buildtoolchain_opts -a UCLIBC_HAS_IPV6=y -a UCLIBC_HAS_WCHAR=y -a UCLIBC_HAS_FTW=y
+%define extra_buildtoolchain_opts -a UCLIBC_HAS_IPV6=y -a UCLIBC_HAS_WCHAR=y -a UCLIBC_HAS_NFTW=y
<span class="cx"> 
</span><span class="cx"> %define optional_gcc 0
</span><span class="cx"> %define gcc_main_ver 4.3
</span></span>
</div>
</div>

</div>
shenders | 17 Dec 2012 16:10
Favicon

[5982] branches/2012R2/ldr-utils: merge from trunk: ldr-utils: strip out endian.h from elf.h, added in the latest uClibc.

Revision 5982 Author shenders Date 2012-12-17 10:10:12 -0500 (Mon, 17 Dec 2012)

Log Message

merge from trunk: ldr-utils: strip out endian.h from elf.h, added in the latest uClibc.

Modified Paths

Diff

Modified: branches/2012R2/ldr-utils/configure (5981 => 5982)

--- branches/2012R2/ldr-utils/configure 2012-12-17 15:08:22 UTC (rev 5981) +++ branches/2012R2/ldr-utils/configure 2012-12-17 15:10:12 UTC (rev 5982) <at> <at> -20971,6 +20971,7 <at> <at> if test -f "$srcdir/../uClibc/include/elf.h" ; then sed \ -e "/features.h/d" \ + -e "/endian.h/d" \ -e "/__BEGIN_DECLS/d" \ -e "/__END_DECLS/d" \ "$srcdir/../uClibc/include/elf.h" > elf.h

Modified: branches/2012R2/ldr-utils/configure.ac (5981 => 5982)

--- branches/2012R2/ldr-utils/configure.ac 2012-12-17 15:08:22 UTC (rev 5981) +++ branches/2012R2/ldr-utils/configure.ac 2012-12-17 15:10:12 UTC (rev 5982) <at> <at> -88,6 +88,7 <at> <at> dnl the DECLS stuff does not matter as all of our code is C sed \ -e "/features.h/d" \ + -e "/endian.h/d" \ -e "/__BEGIN_DECLS/d" \ -e "/__END_DECLS/d" \ "$srcdir/../uClibc/include/elf.h" > elf.h
<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5982">5982</a>
Author <a href="http://blackfin.uclinux.org/gf/user/shenders/">shenders</a>
Date 2012-12-17 10:10:12 -0500 (Mon, 17 Dec 2012)
<h3>Log Message</h3>
merge from trunk: ldr-utils: strip out endian.h from elf.h, added in the latest uClibc.

<h3>Modified Paths</h3>
<ul>
<li><a href="#branches2012R2ldrutilsconfigure">branches/2012R2/ldr-utils/configure</a></li>
<li><a href="#branches2012R2ldrutilsconfigureac">branches/2012R2/ldr-utils/configure.ac</a></li>
</ul>
</div>
<div>
<h3>Diff</h3>
<a></a>
<div class="modfile">
<h4>Modified: branches/2012R2/ldr-utils/configure (5981 =&gt; 5982)</h4>
<span>
<span class="info">--- branches/2012R2/ldr-utils/configure	2012-12-17 15:08:22 UTC (rev 5981)
+++ branches/2012R2/ldr-utils/configure	2012-12-17 15:10:12 UTC (rev 5982)
</span><span class="lines"> <at>  <at>  -20971,6 +20971,7  <at>  <at> 
</span><span class="cx"> 	if test -f "$srcdir/../uClibc/include/elf.h" ; then
</span><span class="cx"> 				sed \
</span><span class="cx"> 			-e "/features.h/d" \
</span>+			-e "/endian.h/d" \
<span class="cx"> 			-e "/__BEGIN_DECLS/d" \
</span><span class="cx"> 			-e "/__END_DECLS/d" \
</span><span class="cx"> 			"$srcdir/../uClibc/include/elf.h" &gt; elf.h
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: branches/2012R2/ldr-utils/configure.ac (5981 =&gt; 5982)</h4>
<span>
<span class="info">--- branches/2012R2/ldr-utils/configure.ac	2012-12-17 15:08:22 UTC (rev 5981)
+++ branches/2012R2/ldr-utils/configure.ac	2012-12-17 15:10:12 UTC (rev 5982)
</span><span class="lines"> <at>  <at>  -88,6 +88,7  <at>  <at> 
</span><span class="cx"> 		dnl the DECLS stuff does not matter as all of our code is C
</span><span class="cx"> 		sed \
</span><span class="cx"> 			-e "/features.h/d" \
</span>+			-e "/endian.h/d" \
<span class="cx"> 			-e "/__BEGIN_DECLS/d" \
</span><span class="cx"> 			-e "/__END_DECLS/d" \
</span><span class="cx"> 			"$srcdir/../uClibc/include/elf.h" &gt; elf.h
</span></span>
</div>
</div>

</div>
shenders | 17 Dec 2012 16:08
Favicon

[5981] branches/2012R2/distribution/rpm: merge from trunk: distribution/rpm : remove u-boot from windows build.

Revision 5981 Author shenders Date 2012-12-17 10:08:22 -0500 (Mon, 17 Dec 2012)

Log Message

merge from trunk: distribution/rpm: remove u-boot from windows build.

Modified Paths

Diff

Modified: branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec (5980 => 5981)

--- branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec 2012-12-17 15:00:36 UTC (rev 5980) +++ branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec 2012-12-17 15:08:22 UTC (rev 5981) <at> <at> -13,8 +13,8 <at> <at> Name: blackfin-toolchain-uclibc-full URL: http://blackfin.uclinux.org -Version: 2012R1 -Release: BETA1 +Version: 2012R2 +Release: RC1 Requires: blackfin-toolchain Summary: Wide character libraries for the GNU toolchain for the Blackfin processor License: GPL

Modified: branches/2012R2/distribution/rpm/blackfin-toolchain.spec (5980 => 5981)

--- branches/2012R2/distribution/rpm/blackfin-toolchain.spec 2012-12-17 15:00:36 UTC (rev 5980) +++ branches/2012R2/distribution/rpm/blackfin-toolchain.spec 2012-12-17 15:08:22 UTC (rev 5981) <at> <at> -24,16 +24,14 <at> <at> Name: blackfin-toolchain URL: http://blackfin.uclinux.org -Version: 2012R1 -Release: BETA1 +Version: 2012R2 +Release: RC1 Obsoletes: bfin-gcc Summary: The GNU toolchain for the Blackfin processor License: GPL Group: Compilers Source: bfin-gcc-%{gcc_main_ver}.tar.bz2 -%if %{optional_gcc} Source1: bfin-gcc-%{gcc_addon_ver}.tar.bz2 -%endif Source2: binutils.tar.bz2 Source3: kbuild.tar.bz2 Source4: buildscript.tar.bz2 <at> <at> -129,13 +127,10 <at> <at> %endif %prep -%if %{optional_gcc} -%define extra_setup -a 1 -%endif %if %{windows_build} %define windows_setup -a 21 -a 22 -a 23 %endif -%setup -q -c %{name}-%{version} %{extra_setup} -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 %{windows_setup} +%setup -q -c %{name}-%{version} -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 %{windows_setup} %patch -p0 %build <at> <at> -149,6 +144,9 <at> <at> %else %define gcc_build_opts %{gcc_opts} %endif +%if %{windows_build} +%define gcc_build_opts %{gcc_build_opts} -S u-boot +%endif echo Building in $RPM_BUILD_ROOT ./buildscript/BuildToolChain %{extra_buildtoolchain_opts} \ -P ADI-%{version}-%{release} \ <at> <at> -225,7 +223,9 <at> <at> %{prefix}/bfin-uclinux/bin/bfin-uclinux-gccbug %{prefix}/bfin-uclinux/bin/bfin-uclinux-gcov%{EXEEXT} %{prefix}/bfin-uclinux/bin/bfin-uclinux-gdb%{EXEEXT} +%if ! %{windows_build} %{prefix}/bfin-uclinux/bin/bfin-uclinux-gen_eth_addr%{EXEEXT} +%endif %{prefix}/bfin-uclinux/bin/bfin-uclinux-gfortran%{EXEEXT} %{prefix}/bfin-uclinux/bin/bfin-uclinux-gdbtui%{EXEEXT} %if %{x_support} <at> <at> -234,7 +234,9 <at> <at> %{prefix}/bfin-uclinux/bin/bfin-uclinux-ldr%{EXEEXT} %{prefix}/bfin-uclinux/bin/bfin-uclinux-ld%{EXEEXT} %{prefix}/bfin-uclinux/bin/bfin-uclinux-ld.real%{EXEEXT} +%if ! %{windows_build} %{prefix}/bfin-uclinux/bin/bfin-uclinux-mkimage%{EXEEXT} +%endif %{prefix}/bfin-uclinux/bin/bfin-uclinux-nm%{EXEEXT} %{prefix}/bfin-uclinux/bin/bfin-uclinux-objcopy%{EXEEXT} %{prefix}/bfin-uclinux/bin/bfin-uclinux-objdump%{EXEEXT} <at> <at> -297,7 +299,9 <at> <at> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gccbug %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gcov%{EXEEXT} %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gdb%{EXEEXT} +%if ! %{windows_build} %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gen_eth_addr%{EXEEXT} +%endif %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gfortran%{EXEEXT} %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gdbtui%{EXEEXT} %if %{x_support} <at> <at> -307,7 +311,9 <at> <at> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-ldconfig %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-ldr%{EXEEXT} %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-ldd +%if ! %{windows_build} %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-mkimage%{EXEEXT} +%endif %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-nm%{EXEEXT} %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-objcopy%{EXEEXT} %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-objdump%{EXEEXT}
<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5981">5981</a>
Author <a href="http://blackfin.uclinux.org/gf/user/shenders/">shenders</a>
Date 2012-12-17 10:08:22 -0500 (Mon, 17 Dec 2012)
<h3>Log Message</h3>
merge from trunk: distribution/rpm: remove u-boot from windows build.

<h3>Modified Paths</h3>
<ul>
<li><a href="#branches2012R2distributionrpmblackfintoolchainuclibcfullspec">branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec</a></li>
<li><a href="#branches2012R2distributionrpmblackfintoolchainspec">branches/2012R2/distribution/rpm/blackfin-toolchain.spec</a></li>
</ul>
</div>
<div>
<h3>Diff</h3>
<a></a>
<div class="modfile">
<h4>Modified: branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec (5980 =&gt; 5981)</h4>
<span>
<span class="info">--- branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec	2012-12-17 15:00:36 UTC (rev 5980)
+++ branches/2012R2/distribution/rpm/blackfin-toolchain-uclibc-full.spec	2012-12-17 15:08:22 UTC (rev 5981)
</span><span class="lines"> <at>  <at>  -13,8 +13,8  <at>  <at> 
</span><span class="cx"> 
</span><span class="cx"> Name:         blackfin-toolchain-uclibc-full
</span><span class="cx"> URL:          http://blackfin.uclinux.org
</span>-Version:      2012R1
-Release:      BETA1
+Version:      2012R2
+Release:      RC1
<span class="cx"> Requires:     blackfin-toolchain
</span><span class="cx"> Summary:      Wide character libraries for the GNU toolchain for the Blackfin processor
</span><span class="cx"> License:      GPL
</span></span>
</div>
<a></a>
<div class="modfile">
<h4>Modified: branches/2012R2/distribution/rpm/blackfin-toolchain.spec (5980 =&gt; 5981)</h4>
<span>
<span class="info">--- branches/2012R2/distribution/rpm/blackfin-toolchain.spec	2012-12-17 15:00:36 UTC (rev 5980)
+++ branches/2012R2/distribution/rpm/blackfin-toolchain.spec	2012-12-17 15:08:22 UTC (rev 5981)
</span><span class="lines"> <at>  <at>  -24,16 +24,14  <at>  <at> 
</span><span class="cx"> 
</span><span class="cx"> Name:         blackfin-toolchain
</span><span class="cx"> URL:          http://blackfin.uclinux.org
</span>-Version:      2012R1
-Release:      BETA1
+Version:      2012R2
+Release:      RC1
<span class="cx"> Obsoletes:    bfin-gcc
</span><span class="cx"> Summary:      The GNU toolchain for the Blackfin processor
</span><span class="cx"> License:      GPL
</span><span class="cx"> Group:        Compilers
</span><span class="cx"> Source:       bfin-gcc-%{gcc_main_ver}.tar.bz2
</span>-%if %{optional_gcc}
<span class="cx"> Source1:      bfin-gcc-%{gcc_addon_ver}.tar.bz2
</span>-%endif
<span class="cx"> Source2:      binutils.tar.bz2
</span><span class="cx"> Source3:      kbuild.tar.bz2
</span><span class="cx"> Source4:      buildscript.tar.bz2
</span><span class="lines"> <at>  <at>  -129,13 +127,10  <at>  <at> 
</span><span class="cx"> %endif
</span><span class="cx"> 
</span><span class="cx"> %prep
</span>-%if %{optional_gcc}
-%define extra_setup -a 1
-%endif
<span class="cx"> %if %{windows_build}
</span><span class="cx"> %define windows_setup -a 21 -a 22 -a 23
</span><span class="cx"> %endif
</span>-%setup -q -c %{name}-%{version} %{extra_setup} -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 %{windows_setup}
+%setup -q -c %{name}-%{version} -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -a 9 -a 10 -a 11 -a 12 -a 13 -a 14 -a 15 -a 16 -a 17 -a 18 -a 19 -a 20 %{windows_setup}
<span class="cx"> %patch -p0
</span><span class="cx"> 
</span><span class="cx"> %build
</span><span class="lines"> <at>  <at>  -149,6 +144,9  <at>  <at> 
</span><span class="cx"> %else
</span><span class="cx"> %define gcc_build_opts %{gcc_opts}
</span><span class="cx"> %endif
</span>+%if %{windows_build}
+%define gcc_build_opts %{gcc_build_opts} -S u-boot
+%endif
<span class="cx"> echo Building in $RPM_BUILD_ROOT
</span><span class="cx"> ./buildscript/BuildToolChain %{extra_buildtoolchain_opts} \
</span><span class="cx"> 	-P ADI-%{version}-%{release} \
</span><span class="lines"> <at>  <at>  -225,7 +223,9  <at>  <at> 
</span><span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-gccbug
</span><span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-gcov%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-gdb%{EXEEXT}
</span>+%if ! %{windows_build}
<span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-gen_eth_addr%{EXEEXT}
</span>+%endif
<span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-gfortran%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-gdbtui%{EXEEXT}
</span><span class="cx"> %if %{x_support}
</span><span class="lines"> <at>  <at>  -234,7 +234,9  <at>  <at> 
</span><span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-ldr%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-ld%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-ld.real%{EXEEXT}
</span>+%if ! %{windows_build}
<span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-mkimage%{EXEEXT}
</span>+%endif
<span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-nm%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-objcopy%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-uclinux/bin/bfin-uclinux-objdump%{EXEEXT}
</span><span class="lines"> <at>  <at>  -297,7 +299,9  <at>  <at> 
</span><span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gccbug
</span><span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gcov%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gdb%{EXEEXT}
</span>+%if ! %{windows_build}
<span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gen_eth_addr%{EXEEXT}
</span>+%endif
<span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gfortran%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-gdbtui%{EXEEXT}
</span><span class="cx"> %if %{x_support}
</span><span class="lines"> <at>  <at>  -307,7 +311,9  <at>  <at> 
</span><span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-ldconfig
</span><span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-ldr%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-ldd
</span>+%if ! %{windows_build}
<span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-mkimage%{EXEEXT}
</span>+%endif
<span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-nm%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-objcopy%{EXEEXT}
</span><span class="cx"> %{prefix}/bfin-linux-uclibc/bin/bfin-linux-uclibc-objdump%{EXEEXT}
</span></span>
</div>
</div>

</div>
shenders | 17 Dec 2012 16:00
Favicon

[5980] trunk/distribution/rpm/blackfin-toolchain-uclibc-full.spec: distribution/rpm: change FTW to NFTW.

Revision 5980 Author shenders Date 2012-12-17 10:00:36 -0500 (Mon, 17 Dec 2012)

Log Message

distribution/rpm: change FTW to NFTW.

Modified Paths

Diff

Modified: trunk/distribution/rpm/blackfin-toolchain-uclibc-full.spec (5979 => 5980)

--- trunk/distribution/rpm/blackfin-toolchain-uclibc-full.spec 2012-12-17 14:57:15 UTC (rev 5979) +++ trunk/distribution/rpm/blackfin-toolchain-uclibc-full.spec 2012-12-17 15:00:36 UTC (rev 5980) <at> <at> -3,7 +3,7 <at> <at> %define bfin_targ_strip %{prefix}/bfin-elf/bin/bfin-elf-strip %define EXEEXT %{nil} %define x_support 0 -%define extra_buildtoolchain_opts -a UCLIBC_HAS_IPV6=y -a UCLIBC_HAS_WCHAR=y -a UCLIBC_HAS_FTW=y +%define extra_buildtoolchain_opts -a UCLIBC_HAS_IPV6=y -a UCLIBC_HAS_WCHAR=y -a UCLIBC_HAS_NFTW=y %define optional_gcc 0 %define gcc_main_ver 4.3
<div>

<div>
Revision <a href="http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&amp;path=/&amp;view=rev&amp;root=toolchain&amp;revision=5980">5980</a>
Author <a href="http://blackfin.uclinux.org/gf/user/shenders/">shenders</a>
Date 2012-12-17 10:00:36 -0500 (Mon, 17 Dec 2012)
<h3>Log Message</h3>
distribution/rpm: change FTW to NFTW.

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdistributionrpmblackfintoolchainuclibcfullspec">trunk/distribution/rpm/blackfin-toolchain-uclibc-full.spec</a></li>
</ul>
</div>
<div>
<h3>Diff</h3>
<a></a>
<div class="modfile">
<h4>Modified: trunk/distribution/rpm/blackfin-toolchain-uclibc-full.spec (5979 =&gt; 5980)</h4>
<span>
<span class="info">--- trunk/distribution/rpm/blackfin-toolchain-uclibc-full.spec	2012-12-17 14:57:15 UTC (rev 5979)
+++ trunk/distribution/rpm/blackfin-toolchain-uclibc-full.spec	2012-12-17 15:00:36 UTC (rev 5980)
</span><span class="lines"> <at>  <at>  -3,7 +3,7  <at>  <at> 
</span><span class="cx"> %define bfin_targ_strip %{prefix}/bfin-elf/bin/bfin-elf-strip
</span><span class="cx"> %define EXEEXT %{nil}
</span><span class="cx"> %define x_support 0
</span>-%define extra_buildtoolchain_opts -a UCLIBC_HAS_IPV6=y -a UCLIBC_HAS_WCHAR=y -a UCLIBC_HAS_FTW=y
+%define extra_buildtoolchain_opts -a UCLIBC_HAS_IPV6=y -a UCLIBC_HAS_WCHAR=y -a UCLIBC_HAS_NFTW=y
<span class="cx"> 
</span><span class="cx"> %define optional_gcc 0
</span><span class="cx"> %define gcc_main_ver 4.3
</span></span>
</div>
</div>

</div>

Gmane