[MacPorts] #37238: avr-binutils: Update to version 2.23.1

MacPorts noreply at macports.org
Fri Dec 7 06:28:40 PST 2012


#37238: avr-binutils: Update to version 2.23.1
----------------------+--------------------------
 Reporter:  raimue@…  |      Owner:  g5pw@…
     Type:  update    |     Status:  new
 Priority:  Normal    |  Milestone:
Component:  ports     |    Version:  2.1.2
 Keywords:            |       Port:  avr-binutils
----------------------+--------------------------
 Please see attached patch. I removed the patch file `pr12161.diff` as the
 bug is marked as fixed upstream. The `configure.cflags` is now simplified
 as most of these options are already given in the crossbinutils port
 group. The --build and --host options should not be necessary.

 The error message I got without `--disable-werror` was different to the
 one mentioned, so I removed this comment. This is the error I encountered
 with -Werror:

 {{{
 work/binutils-2.23.1/bfd/opncls.c:257:5: error: expression result unused
 [-Werror,-Wunused-value]
     bfd_set_cacheable (nbfd, TRUE);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ./bfd.h:529:67: note: expanded from macro 'bfd_set_cacheable'
 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
                                                                   ^
 ./bfd.h:134:14: note: expanded from macro 'TRUE'
 #define TRUE 1
              ^
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/37238>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list