#8 Add MIPS architecture
Merged 8 years ago by ausil. Opened 8 years ago by mtoman.
mtoman/mash master  into  master

file modified
+8
@@ -28,6 +28,14 @@ 

            "arm": ("arm", "armv4l", "armv4tl", "armv5tel", "armv5tejl", "armv6l", "armv7l", "noarch"),

            "armhfp": ("armv7hl", "armv7hnl", "noarch"),

            "aarch64": ("aarch64", "noarch"),

+           "mips": ("mips", "noarch"),

+           "mipsel": ("mipsel", "noarch"),

+           "mips64": ("mips64", "noarch"),

+           "mips64el": ("mips64el", "noarch"),

+           "mipsr6": ("mipsr6", "noarch"),

+           "mipsr6el": ("mipsr6el", "noarch"),

+           "mips64r6": ("mips64r6", "noarch"),

+           "mips64r6el": ("mips64r6el", "noarch"),

            }

  

  biarch = {"ppc": "ppc64", "x86_64": "i386", "sparc":

We are actively discouraging the use of multilib. we currently have removed it from all active arches except for x86_64 and x86. do you really need it and intend to support it?

Not really, in fact I will be more than happy not having to care about it. I have only tried to get as close to other arches as possible. Should I just update compat and leave biarchs as it is then?

Please just update compat, we will need to get some changes in pungi also for support

rebased

8 years ago

Rebased the PR. For pungi - I did not look into it yet but it is on my todo list.

Pull-Request has been merged by ausil

8 years ago
Metadata