mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Add build support for FreeBSD PowerPC64
This commit is contained in:
@@ -154,7 +154,14 @@ case $ucpu in
|
||||
fi
|
||||
mycpu="powerpc64" ;;
|
||||
*power*|*ppc* )
|
||||
mycpu="powerpc" ;;
|
||||
if [ "$myos" = "freebsd" ] ; then
|
||||
COMP_FLAGS="$COMP_FLAGS -m64"
|
||||
LINK_FLAGS="$LINK_FLAGS -m64"
|
||||
mycpu=`uname -p`
|
||||
else
|
||||
mycpu="powerpc"
|
||||
fi
|
||||
;;
|
||||
*ia64*)
|
||||
mycpu="ia64" ;;
|
||||
*m68k*)
|
||||
|
||||
Reference in New Issue
Block a user