Skip to content

Themaister/MIPS-Toolchain-PKGBUILD

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

MIPS toolchains

This repo contains some nifty Arch Linux PKGBUILDs to build MIPS toolchains for both little- and big-endian.

Build in order for your target endianness.

  • binutils
  • gcc-stage1 (bootstrap GCC)
  • linux-api-headers
  • glibc
  • gcc (full compiler). It conflicts with -stage1, gcc will replace it when you install it.

For little-endian:

mipsel-linux-gnu-gcc -o test test.c -static -O3 -march=mips1

Big-endian:

mips-linux-gnu-gcc -o test test.c -static -O3 -march=mips1

About

A set of PKGBUILDs to build a MIPS (big-endian) toolchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages