Opened 12 years ago
Closed 12 years ago
#37238 closed update (fixed)
avr-binutils: Update to version 2.23.1
Reported by: | raimue (Rainer Müller) | Owned by: | g5pw (Aljaž Srebrnič) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | avr-binutils |
Description
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 ^
Attachments (1)
Change History (2)
Changed 12 years ago by raimue (Rainer Müller)
Attachment: | avr-binutils-2.23.1.diff added |
---|
comment:1 Changed 12 years ago by g5pw (Aljaž Srebrnič)
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed in r100294.
Note: See
TracTickets for help on using
tickets.
Updated patch after r100293