Added a "cegcc" target.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2887 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-12-23 06:34:12 +00:00
parent 99cefbb5d3
commit aa4afdade5
6 changed files with 15 additions and 8 deletions
+2
View File
@@ -1007,6 +1007,8 @@ set_host_system() {
HOST_SYSTEM="SunOS" ;;
[Qq][Nn][Xx])
HOST_SYSTEM="QNX" ;;
[Cc][Ee][Gg][Cc][Cc])
HOST_SYSTEM="cegcc" ;;
*)
build_message "Warning: host type '$BUILD_HOST' unknown. Using defaults."
;;