NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/54672 CVS commit: pkgsrc/sysutils/xentools411
The following reply was made to PR toolchain/54672; it has been noted by GNATS.
From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/54672 CVS commit: pkgsrc/sysutils/xentools411
Date: Sun, 3 Nov 2019 10:07:17 +0000
Module Name: pkgsrc
Committed By: maya
Date: Sun Nov 3 10:07:17 UTC 2019
Modified Files:
pkgsrc/sysutils/xentools411: distinfo
Added Files:
pkgsrc/sysutils/xentools411/patches: patch-always_inline
Log Message:
xentools411: backport upstream commit to work around compilation issue
with GCC>=8 and _FORTIFY_SOURCE.
GCC refuses to inline functions with different target attributes.
SSP headers (upstream GCC and netbsd's) use always_inline.
If we reduce the target options ("no SSE") then it can't inline the
default options (yes SSE) ssp/string.h functions.
PR toolchain/54672
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/xentools411/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/sysutils/xentools411/patches/patch-always_inline
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index