pkgsrc-WIP-cvs archive

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

CVS commit: wip/avr-gcc



Module name:    wip
Committed by:   makoto
Date:           Wed Jun 18 05:08:59 UTC 2014

Modified Files:
        wip/avr-gcc: Makefile PLIST buildlink3.mk distinfo
Removed Files:
        wip/avr-gcc: PLIST.x86_64
        wip/avr-gcc/patches: patch-gcc_config_avr_driver-avr_c
            patch-libiberty_Makefile.in

Log Message:
Update avr-gcc 4.7.3 to 4.8.3
- libiberty.a will be installed as
    lib/gcc/avr/${PKGVERSION}/libiberty.a
  (previous 4.5.3, and 4.7.3 did not have the one).
  and it is moved from lib/libiberty.a to above to avoid confilct to
  other cross and native tools.

>From grepping 'avr' from NEWS file:
---------------------------------
   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 [3]AVR Libc with avr-gcc. For
   technical details, see [4]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.

     * Support has been added for the AVR-specific configure option
       --with-avrlibc=yes in order to arrange for better integration of
       [3]AVR-Libc. This configure option is supported in avr-gcc 4.7.2
       and newer and will only take effect in non-RTEMS configurations. If
       avr-gcc is configured for RTEMS, the option will be ignored which
       is the same as specifying --with-avrlibc=no. See [4]PR54461 for
       more technical details.

   3. http://www.nongnu.org/avr-libc/
   4. http://gcc.gnu.org/PR54461

#include <avr/io.h> /* Port Definitions from AVR-LibC */

     * [297]14064 [avr-elf] -fdata-sections triggers ICE
     * [302]16884 [avr-elf] [fweb related] bug while initializing


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r0 wip/avr-gcc/PLIST.x86_64 \
    wip/avr-gcc/patches/patch-gcc_config_avr_driver-avr_c
cvs -z3 rdiff -u -r1.1 -r1.2 wip/avr-gcc/buildlink3.mk
cvs -z3 rdiff -u -r1.4 -r0 wip/avr-gcc/patches/patch-libiberty_Makefile.in
cvs -z3 rdiff -u -r1.5 -r1.6 wip/avr-gcc/distinfo
cvs -z3 rdiff -u -r1.6 -r1.7 wip/avr-gcc/Makefile wip/avr-gcc/PLIST

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avr-gcc/PLIST.x86_64?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avr-gcc/patches/patch-gcc_config_avr_driver-avr_c?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avr-gcc/buildlink3.mk?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avr-gcc/patches/patch-libiberty_Makefile.in?r1=1.4&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avr-gcc/distinfo?r1=1.5&r2=1.6
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avr-gcc/Makefile?r1=1.6&r2=1.7
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/avr-gcc/PLIST?r1=1.6&r2=1.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index