commit: 2b44881a2d2defadcdcd30260f535b92458da9b5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 30 01:46:37 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 30 02:08:19 2024 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=2b44881a
crossdev: no SSP for nvptx Bug: https://bugs.gentoo.org/945296 Signed-off-by: Sam James <sam <AT> gentoo.org> crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index 176bb71..82183bb 100755 --- a/crossdev +++ b/crossdev @@ -490,7 +490,7 @@ parse_target() { case ${CTARGET} in # [1.]: no -fstack-protector flag support: # check as '$CC -fstack-protector -c -x c - </dev/null' - alpha*|avr*|hppa*|ia64*|mmix*|nios2*) ssp_support=no;; + alpha*|avr*|hppa*|ia64*|nvptx*|mmix*|nios2*) ssp_support=no;; esac # Running a hardened profile on the host forces ssp #831165 if [[ ${ssp_support} == "no" ]]; then