mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
- Correct enabling of all targets, add patches to fix new clang build issues raised by this change - Fix WWW: line PR: ports/176103 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
11 lines
357 B
C
11 lines
357 B
C
--- bfd/elf32-m32r.c.orig 2013-03-07 09:57:30.000000000 +0100
|
|
+++ bfd/elf32-m32r.c 2013-03-07 09:57:53.000000000 +0100
|
|
@@ -1390,7 +1390,7 @@
|
|
flags);
|
|
if (s == NULL)
|
|
return FALSE;
|
|
- bfd_set_section_alignment (abfd, s, 2);
|
|
+ (void)bfd_set_section_alignment (abfd, s, 2);
|
|
}
|
|
|
|
bh = bfd_link_hash_lookup (info->hash, "_SDA_BASE_",
|