summaryrefslogtreecommitdiff
path: root/target/tools/trx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-01 12:57:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-01 12:57:04 +0100
commitc164968b0c1b08a7d85c95d492f7ec562689873a (patch)
treec10e5c40aaafa0f476348914bd136a749eff7581 /target/tools/trx
parent70efb82d20876582baea0a1cbcb127170aaf42ac (diff)
use HOSTCFLAGS, avoid object file generation
Diffstat (limited to 'target/tools/trx')
-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