avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2382] Drop references to FreeBSD's CVSweb, as it's no


From: Joerg Wunsch
Subject: [avr-libc-commit] [2382] Drop references to FreeBSD's CVSweb, as it's no longer maintained.
Date: Thu, 02 May 2013 16:09:51 +0000

Revision: 2382
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2382
Author:   joerg_wunsch
Date:     2013-05-02 16:09:50 +0000 (Thu, 02 May 2013)
Log Message:
-----------
Drop references to FreeBSD's CVSweb, as it's no longer maintained.
Add a comment that the historically available per-language GCC source
files are no longer available, starting with GCC 4.7.

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/doc/api/tools-install.dox

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2013-05-02 15:55:05 UTC (rev 2381)
+++ trunk/avr-libc/ChangeLog    2013-05-02 16:09:50 UTC (rev 2382)
@@ -1,5 +1,12 @@
-2013-04-30 Joerg Wunsch <address@hidden>
+2013-05-02 Joerg Wunsch <address@hidden>
 
+       * doc/api/tools-install.dox: Drop references to FreeBSD's
+       CVSweb, as it's no longer maintained.  Add a comment that the
+       historically available per-language GCC source files are no
+       longer available, starting with GCC 4.7.
+
+2013-05-02 Joerg Wunsch <address@hidden>
+
        Submitted by Alex Crawford:
        patch #7909 Adding __volatile__ to __asm__ within pgmspace header
        * include/avr/pgmspace.h: Make all __asm__ statements

Modified: trunk/avr-libc/doc/api/tools-install.dox
===================================================================
--- trunk/avr-libc/doc/api/tools-install.dox    2013-05-02 15:55:05 UTC (rev 
2381)
+++ trunk/avr-libc/doc/api/tools-install.dox    2013-05-02 16:09:50 UTC (rev 
2382)
@@ -197,12 +197,7 @@
 <tt>$PREFIX/bin</tt>.  Don't forget to \ref path "set your PATH" environment
 variable before going to build avr-gcc.
 
-\note The official version of binutils might lack support for recent AVR
-devices.  A patch that adds more AVR types can be found at
-http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/avr-binutils/files/patch-newdevices
 
-
-
 \section install_avr_gcc GCC for the AVR target
 \addindex installation, gcc
 
@@ -227,19 +222,15 @@
 To save your self some download time, you can alternatively download only the
 <tt>gcc-core-\<version\>.tar.bz2</tt> and <tt>gcc-c++-\<version\>.tar.bz2</tt>
 parts of the gcc.  Also, if you don't need C++ support, you only need the core
-part and should only enable the C language support.
+part and should only enable the C language support.  (Starting with GCC 4.7
+releases, these split files are no longer available though.)
 
 \note Early versions of these tools did not support C++.
 
 \note The stdc++ libs are not included with C++ for AVR due to the size
 limitations of the devices.
 
-\note The official version of GCC might lack support for recent AVR
-devices.  A patch that adds more AVR types can be found at
-http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/avr-gcc/files/patch-newdevices
 
-
-
 \section install_avr_libc AVR LibC
 \addindex installation, avr-libc
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]