Merge pull request #111345 from r-burns/ppc64-big-endian
Enable PPC64 (big-endian)
This commit is contained in:
@@ -11,6 +11,6 @@ in lib.concatLists [
|
||||
(lib.optional (p ? float) "--with-float=${p.float}")
|
||||
(lib.optional (p ? mode) "--with-mode=${p.mode}")
|
||||
(lib.optional
|
||||
(let tp = targetPlatform; in tp.isPower && tp.libc == "glibc" && tp.is64bit && tp.isLittleEndian)
|
||||
(let tp = targetPlatform; in tp.isPower && tp.libc == "glibc" && tp.is64bit)
|
||||
"--with-long-double-128")
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user