Merge pull request #228296 from amjoseph-nixpkgs/pr/gcc/libsanitizer/mips64n32
gcc: disable libsanitizer on mips64n32
This commit is contained in:
commit
e1842769ae
1 changed files with 1 additions and 0 deletions
|
@ -28,4 +28,5 @@ in lib.concatLists [
|
|||
"--with-long-double-128"
|
||||
"--with-long-double-format=${gcc.long-double-format or "ieee"}"
|
||||
]))
|
||||
(lib.optional targetPlatform.isMips64n32 "--disable-libsanitizer") # libsanitizer does not compile on mips64n32
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue