934b3ad08c
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3067 8092fc87-c524-0410-9efc-e669fe64eaf9
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
# 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
|