Skip to content

Commit

Permalink
fix: update compilers available (#90)
Browse files Browse the repository at this point in the history
* fix: add emdebian.org repo
fix: systemd dependencies for ARM

* fix: buuld only Go supported version

* fix: systemd dependencies

* fix: split SRM and MIPS architectures

* fix: set proper demendencies

* feat: add Debian10 support for all architectures

* fix: correct Debian 7 build

* docs: update README

* fix: update compilers available
  • Loading branch information
kuisathaverat authored May 18, 2021
1 parent 08f8bf1 commit 65baa4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions go1.16/mips/rootfs/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

linux:
mips64le:
CC: mips64el-linux-gnuabi64-gcc-6
CXX: mips64el-linux-gnuabi64-g++-6
CC: mips64el-linux-gnuabi64-gcc
CXX: mips64el-linux-gnuabi64-g++
mips64:
CC: mips64-linux-gnuabi64-gcc-6
CXX: mips64-linux-gnuabi64-g++-6
CC: mips64-linux-gnuabi64-gcc
CXX: mips64-linux-gnuabi64-g++
4 changes: 2 additions & 2 deletions go1.16/ppc/rootfs/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

linux:
ppc64:
CC: powerpc64-linux-gnu-gcc-6
CXX: powerpc64-linux-gnu-g++-6
CC: powerpc64-linux-gnu-gcc
CXX: powerpc64-linux-gnu-g++
ppc64le:
CC: powerpc64le-linux-gnu-gcc
CXX: powerpc64le-linux-gnu-g++

0 comments on commit 65baa4e

Please sign in to comment.