summaryrefslogtreecommitdiff
path: root/target/tools/trx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-02 13:22:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-02 13:22:53 +0100
commit34592482701199604242848b80c39bd07b6c7716 (patch)
tree20005f94a48d069c3cfd115b1325cb44f92334fb /target/tools/trx/Makefile
parentdfadb4d959da4c63d0c634f0d50713f3fa679e50 (diff)
parentd9a3994a44d79ed167f41db09edd0dae41566b55 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/tools/trx/Makefile')
-rw-r--r--target/tools/trx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/tools/trx/Makefile b/target/tools/trx/Makefile
index 8daf54e78..2def53424 100644
--- a/target/tools/trx/Makefile
+++ b/target/tools/trx/Makefile
@@ -1,4 +1,4 @@
include $(TOPDIR)/rules.mk
all:
- $(HOSTCC) -o ${STAGING_HOST_DIR}/bin/trx trx.c
+ $(HOSTCC) ${HOSTCFLAGS} -o ${STAGING_HOST_DIR}/bin/trx trx.c