summaryrefslogtreecommitdiff
path: root/build/unix/make/buildtools-gcce
blob: 2a5b6ca876590a8267b03e5f7e92587952805766 (plain)
1
2
3
4
5
6
7
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