diff options
Diffstat (limited to 'build/unix/make/buildtools-gcce')
-rw-r--r-- | build/unix/make/buildtools-gcce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/unix/make/buildtools-gcce b/build/unix/make/buildtools-gcce new file mode 100644 index 0000000..2a5b6ca --- /dev/null +++ b/build/unix/make/buildtools-gcce @@ -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 |