Added support for Symbian GCCE compiler

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3067 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2008-08-31 21:27:02 +00:00
parent 4790be9ae4
commit 934b3ad08c
11 changed files with 142 additions and 42 deletions
+8
View File
@@ -0,0 +1,8 @@
# Definitions for build tools for the makefile used by the UQM build system.
# This file defines the build commands for GCCE tools.
include build/unix/make/buildtools-generic
define act_link
arm-none-symbianelf-ar cr "$@" $^ $(LDFLAGS)
endef