diff --git a/Makefile b/Makefile
index 8364e93..d3fc48f 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ CROSS_PREFIX:=x86_64-w64-mingw32-
 #CROSS_PREFIX=i686-w64-mingw32-
 EXE:=.exe
 else
-CROSS_PREFIX:=
+CROSS_PREFIX:=${CHOST}-
 EXE:=
 endif
 
