summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-02-04 09:48:47 -0200
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-02-04 09:48:47 -0200
commit1695c7737655241e1773bdddc93e82c22d8d1584 (patch)
treedbf5bc7b0f53ba08d89748faab4044a00a916328 /ChangeLog
parentdc98b8f5a9e876cbe9a778903c22bb196c43bb3c (diff)
abilist-pattern configurability
This patch creates implicit rules to match the abifiles if abilist-pattern is defined in the architecture Makefile. This allows machine specific Makefiles to define different abifiles names (for instance *-le.abilist for powerpc64le).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9f89fcc12..d9fa673bc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2014-02-04 Roland McGrath <roland@hack.frob.com>
+ Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+
+ * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
+ (abilist-pattern): New variable, set to %-le.abilist.
+
+ * Makerules (abilist-pattern): New variable.
+ (vpath): Use $(abilist-pattern) in place of %.abilist.
+ (check-abi-% pattern rule): Likewise.
+ (check-abi, update-abi): Likewise.
+
2014-02-04 Eric Wong <normalperson@yhbt.net>
* sysdeps/x86_64/fpu/libm-test-ulps: Update.