]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR target/PR54461
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 7 Jan 2013 15:57:08 +0000 (15:57 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 7 Jan 2013 15:57:08 +0000 (15:57 +0000)
PR target/PR54461
* doc/install.texi (Cross-Compiler-Specific Options): Document
--with-avrlibc.

From-SVN: r194978

gcc/ChangeLog
gcc/doc/install.texi

index 856265a842d215a49ba6c6bbedb77d120efd0535..c61bf50f8afd7c6a6afd7013f2c3991deda27afd 100644 (file)
@@ -1,3 +1,9 @@
+2013-01-07  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/PR54461
+       * doc/install.texi (Cross-Compiler-Specific Options): Document
+       --with-avrlibc.
+
 2013-01-07  Tejas Belagod  <tejas.belagod@arm.com>
 
        * config/aarch64/arm_neon.h (vmovn_high_is16, vmovn_high_s32,
index 8273a87a361d54ef47e401ff9f16789260e68361..dd28acc75158940bda3c6f43e7178c1a0cc84490 100644 (file)
@@ -1813,6 +1813,16 @@ being used as the target C library.  This causes @code{__eprintf} to be
 omitted from @file{libgcc.a} on the assumption that it will be provided by
 @samp{newlib}.
 
+@item --with-avrlibc
+Specifies that @samp{AVR-Libc} is
+being used as the target C library.  This causes float support
+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{http://gcc.gnu.org/PR54461,,PR54461}.
+This option is only supported for the AVR target.  It is not supported for
+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-build-time-tools=@var{dir}
 Specifies where to find the set of target tools (assembler, linker, etc.)
 that will be used while building GCC itself.  This option can be useful