summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-03-03 14:06:27 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-05-02 09:39:10 +0000
commit03a0d9e4e4eaacebbe4abfcb5b196b56b168a3fd (patch)
treeba0413e65ff2344d179158f0871f417e56c4db6f /ChangeLog
parent2136e330bef96512d45b8a85b245b9ea95cf5106 (diff)
Check native binary format
If our native binary format is not ELF, there is no point in doing the textrel check and we have to exclude some tests that compile source code with the native compiler and then check something on the resulting binary with elfutils. Change-Id: Ib9c6b63481b40fa07dd741c1bb9dcb5d5a2ac6d1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3613beba..d43eeb65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-04-28 Ulf Hermann <ulf.hermann@qt.io>
+ * configure.ac: Determine the binary format we're building natively.
+
+2017-04-28 Ulf Hermann <ulf.hermann@qt.io>
+
* configure.ac: Determine library naming conventions and define
LIBPREFIX, LIBEXT and common names for elf, dw, asm accordingly.