Log Message: When compiling with -fwhole-program gcc will omit functions which are not used in the file, even if not declared static. Add __attribute__((externally_visible)) to memcpy() to force gcc to include it. Fixes build on -current (gcc 9) This is a build fix so no PKGREVISION bump
Revision | Action | file |
1.9 | modify | pkgsrc/sysutils/xentools413/distinfo |
1.1 | add | pkgsrc/sysutils/xentools413/patches/patch-.._seabios-rel-1.12.1_src_string.c |