]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
AVR: doc/install.texi - Update avr specific installation notes.
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 17 Sep 2024 09:26:19 +0000 (11:26 +0200)
committerGeorg-Johann Lay <avr@gjlay.de>
Wed, 18 Sep 2024 09:15:09 +0000 (11:15 +0200)
gcc/
* doc/install.texi (Host/Target specific installation notes for GCC)
[avr]: Update web links to AVR-LibC and AVR Options.
Remove outdated note about Binutils.

gcc/doc/install.texi

index 1ca0f14b44d14d76da4ecd0ed826b18c76087057..e339d736969adf10c5b74fd22f17d85f63243024 100644 (file)
@@ -2695,7 +2695,7 @@ functions like @code{__addsf3} to be omitted from @file{libgcc.a} on
 the assumption that it will be provided by @file{libm.a}.  For more
 technical details, cf. @uref{https://gcc.gnu.org/PR54461,,PR54461}.
 It is not supported for
-RTEMS configurations, which currently use newlib.  The option is
+RTEMS configurations, which currently use Newlib.  The option is
 supported since version 4.7.2 and is the default in 4.8.0 and newer.
 
 @item --with-double=@{32|64|32,64|64,32@}
@@ -4007,27 +4007,23 @@ applications.  There are no standard Unix configurations.
 Collection (GCC)},
 @end ifnothtml
 @ifhtml
-See ``AVR Options'' in the main manual
+See @uref{https://gcc.gnu.org/onlinedocs/gcc/AVR-Options.html,,AVR Options}
+in the main manual
 @end ifhtml
 for the list of supported MCU types.
 
-Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@.
+Use @samp{configure --target=avr --enable-languages="c,c++"} to configure GCC@.
 
 Further installation notes and other useful information about AVR tools
 can also be obtained from:
 
 @itemize @bullet
 @item
-@uref{http://www.nongnu.org/avr/,,http://www.nongnu.org/avr/}
+@uref{https://avrdudes.github.io/avr-libc/avr-libc-user-manual/install_tools.html,,AVR-LibC: Building and Installing the GNU Tool Chain}
+@item
+@uref{https://github.com/sprintersb/atest?tab=readme-ov-file#running-the-avr-gcc-testsuite-using-the-avrtest-simulator,,AVRtest: Running the avr-gcc Testsuite}
 @end itemize
 
-The following error:
-@smallexample
-Error: register required
-@end smallexample
-
-indicates that you should upgrade to a newer version of the binutils.
-
 @html
 <hr />
 @end html