From patchwork Mon Oct 8 10:12:37 2012
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: [wwwdocs, avr] : Deprecate/remove -mshort-calls,
--with-avrlibc is default
Date: Mon, 08 Oct 2012 00:12:37 -0000
From: Georg-Johann Lay
On AVR, support has been removed for the command line
+ option -mshort-calls deprecated in GCC 4.7.
On AVR, the configure option --with-avrlibc supported since
+ GCC 4.7.2 is turned on per default for all non-RTEMS configurations.
+ This option arranges for a better integration of
+ AVR Libc with avr-gcc.
+ For technical details, see PR54461.
+ To turn off the option in non-RTEMS configurations, use
+ --with-avrlibc=no. If the compiler is configured for
+ RTEMS, the option is always turned off.