Skip to content

Commit 15e665d

Browse files
committed
Fix supported platforms in README (#1058)
We support armhf as we have CI jobs for it. Relates-To: OLPEDGE-654 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent a50dbf0 commit 15e665d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ The table below lists the platforms on which the HERE Data SDK for C++ has been
5353

5454
| Platform | Minimum requirement |
5555
| :------------------------- | :---------------------- |
56-
| Ubuntu | GCC 7.4 and Clang 7.0 |
57-
| Embedded Linux (32/64 bit) | GCC-arm/GCC-aarch64 5.4 |
56+
| Ubuntu Linux | GCC 7.4 and Clang 7.0 |
57+
| Embedded Linux (32 bit) | GCC 7.4 armhf |
5858
| Windows | MSVC++ 2017 |
5959
| macOS | Apple Clang 11.0.0 |
6060
| iOS | Xcode 11.1, Swift 5.0 |

0 commit comments

Comments
 (0)