summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2021-05-24 11:32:47 +0300
committerDave Watson <dade.watson@gmail.com>2021-05-24 09:11:18 -0700
commit19a2c01b1e8ac20871ea09d20f596d425ba53aed (patch)
tree16892bd77a4faf6dc0434f37c6646ae295b3dfbc
parent0e7f74fad9cee71164c4face63c26885ecc43bd3 (diff)
downloadlibunwind-19a2c01b1e8ac20871ea09d20f596d425ba53aed.tar.gz
README: document ppc32 support
PPC32 support was confirmed in #127, but this info was not added to the README. To make things clear, add ppc32 to the supported arch/os table.
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 0dc8ccf9..c098be0a 100644
--- a/README
+++ b/README
@@ -11,6 +11,7 @@ several architecture/operating-system combinations:
| Linux | x86 | ✓ |
| Linux | ARM | ✓ |
| Linux | AArch64 | ✓ |
+| Linux | PPC32 | ✓ |
| Linux | PPC64 | ✓ |
| Linux | SuperH | ✓ |
| Linux | IA-64 | ✓ |