summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2021-02-05 14:53:22 -0500
committerGitHub <noreply@github.com>2021-02-05 14:53:22 -0500
commitc5a11df0db66c73b2f59537102c11f0dff8427e5 (patch)
treeb33a56850e1d25b861e3db04e1b58c4acde20c5d /README.md
parent8e0abd693cf549e4ccc1a73204370fa649a594bb (diff)
downloadsdl_core-c5a11df0db66c73b2f59537102c11f0dff8427e5.tar.gz
Add Ubuntu 20.04 support (#3625)
* Fix build warnings and errors for Ubuntu version 20.04 - Apply macro fix for GTEST_DISALLOW_ASSIGN_ and GTEST_DISALLOW_COPY_AND_ASSIGN_ from googletest project - Fix usage of deprecated functions in openssl 1.1.0 - Include deprecated `sysctl.h` only in QNX build - Fix warnings in InterfaceGenerator scripts * Add 20.04 to supported platforms * Remove broken tests after openssl1.1 update
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0046a0f679..3bc7781268 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Pull Requests Welcome!
Currently supported:
* Ubuntu Linux 16.04 with GCC 5.4.x
* Ubuntu Linux 18.04 with GCC 7.5.x
+* Ubuntu Linux 20.04 with GCC 9.3.x
* [C++11 standard](https://github.com/smartdevicelink/sdl_evolution/issues/132)
## Getting Started