mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 09:43:58 +00:00
Add build support for Linux/m68k (#11366)
* compiler: Add m68k as target architecture on Linux * build.sh: Enable CPU detection for m68k
This commit is contained in:
committed by
Andreas Rumpf
parent
af0ae5830f
commit
ec038998f0
@@ -158,6 +158,8 @@ case $ucpu in
|
||||
mycpu="powerpc64" ;;
|
||||
*power*|*ppc* )
|
||||
mycpu="powerpc" ;;
|
||||
*m68k*)
|
||||
mycpu="m68k" ;;
|
||||
*mips* )
|
||||
mycpu="$("$CC" -dumpmachine | sed 's/-.*//')"
|
||||
case $mycpu in
|
||||
|
||||
Reference in New Issue
Block a user