aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2017-01-10 16:31:19 -0200
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-01-11 10:30:40 -0200
commit64235ccc11175e6d4186a8fa911816cd7674d453 (patch)
treeac5e842ff4a67c0ad20228c2e6488d2c793f9ece /ChangeLog
parent77847b5cc352c04b7d8d8b84c7dd5e7091c1aaec (diff)
downloadglibc-64235ccc11175e6d4186a8fa911816cd7674d453.zip
glibc-64235ccc11175e6d4186a8fa911816cd7674d453.tar.gz
glibc-64235ccc11175e6d4186a8fa911816cd7674d453.tar.bz2
Make build-many-glibcs.py work on python3.2
I used this patch to run the new build script with python3.2, it may be worth adding this hack if python3.5 is not widespread (might work with older python, i haven't tested that). This patch make build-many-glibcs.py work with python 3.2 by adding fallback implementation to python 3.5 facilities if they are not present. Checked building a x86_64-linux-gnu toolchain with python 3.2. 2016-11-22 Szabolcs Nagy <szabolcs.nagy@arm.com> * scripts/build-many-glibcs.py (os.cpu_count): Add compatibility definition. (re.fullmatch, subprocess.run): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1cb037..4f87985 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-11 Szabolcs Nagy <szabolcs.nagy@arm.com>
+
+ * scripts/build-many-glibcs.py (os.cpu_count): Add compatibility definition.
+ (re.fullmatch, subprocess.run): Likewise.
+
2016-01-11 Siddhesh Poyarekar <siddhesh@sourceware.org>
* po/libc.pot: Regenerate.