Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
binNMUs: Add riscv64 to portsArches
· 240c6075
Jessica Clarke
authored
Apr 09, 2018
240c6075
Merge branch 'riscv64' into 'master'
· bb7cb31b
Joachim Breitner
authored
Apr 09, 2018
binNMUs: Add riscv64 to portsArches See merge request
!2
bb7cb31b
Hide whitespace changes
Inline
Side-by-side
binNMUs.hs
View file @
bb7cb31b
...
...
@@ -47,7 +47,7 @@ extraArches :: [Arch]
extraArches
=
words
"sparc"
portsArches
::
[
Arch
]
portsArches
=
words
"alpha hppa ia64 m68k powerpcspe ppc64 sh4 sparc64 x32"
portsArches
=
words
"alpha hppa ia64 m68k powerpcspe ppc64
riscv64
sh4 sparc64 x32"
allArches
::
[
Arch
]
allArches
=
defaultArches
++
extraArches
++
portsArches
...
...