aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-06-29 16:53:15 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-29 19:04:48 +0300
commit0274087af20ff1f7ed1e9c5f6de3ff12798e6a9c (patch)
tree323426581a7073c9f91500d2cb597ddcdfa02b87 /helper
parent926c7bf578329ec936ac1933db232768d781e2f9 (diff)
configurable binaries extension
Add $(EXEEXT) to all binary generated so platform can easily configure the binaries extension and use the LOG_COMPILER features of automake. This should have no visible effect unless EXEEXT is set by the configure Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu> Acked-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper')
-rw-r--r--helper/test/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
index ec8d2c7..9ac82eb 100644
--- a/helper/test/Makefile.am
+++ b/helper/test/Makefile.am
@@ -5,9 +5,9 @@ AM_LDFLAGS += -static
TESTS_ENVIRONMENT = ODP_PLATFORM=${with_platform} TEST_DIR=${builddir}
-EXECUTABLES = odp_chksum \
- odp_thread \
- odp_process
+EXECUTABLES = odp_chksum$(EXEEXT) \
+ odp_thread$(EXEEXT) \
+ odp_process$(EXEEXT)
COMPILE_ONLY =