Merge pull request #112843 from r-burns/gcc-ppc-m32
gcc: support -m32 on ppc64le
This commit is contained in:
commit
766246c6df
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@ let
|
|||
(lib.enableFeature enablePlugin "plugin")
|
||||
]
|
||||
|
||||
# Support -m32 on powerpc64le
|
||||
++ lib.optional (targetPlatform.system == "powerpc64le-linux")
|
||||
"--enable-targets=powerpcle-linux"
|
||||
|
||||
# Optional features
|
||||
++ lib.optional (isl != null) "--with-isl=${isl}"
|
||||
++ lib.optionals (cloog != null) [
|
||||
|
|
Loading…
Reference in a new issue