Pthread support from Gwl.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3041 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2008-08-21 20:03:54 +00:00
parent f726de4474
commit aa02a78da5
11 changed files with 846 additions and 9 deletions
+4
View File
@@ -1007,6 +1007,10 @@ set_host_system() {
HOST_SYSTEM="QNX" ;;
[Cc][Ee][Gg][Cc][Cc])
HOST_SYSTEM="cegcc" ;;
[Ww][Ii][Nn][Ss][Cc][Ww])
HOST_SYSTEM="WINSCW" ;;
[Aa][Rr][Mm][Vv]5)
HOST_SYSTEM="ARMV5" ;;
*)
build_message "Warning: host type '$BUILD_HOST' unknown. Using defaults."
;;