website: Updated supported gcc versions

gem5 is able to compile and run with gcc version 9.3.0 on Ubuntu 20.04 LTS.
The documentation on the building page of the website was updated to
reflect the change in gcc compatibility, as it was previously
stated that gem5 worked with up to version 7 of gcc.

Change-Id: I29a489bce082b0e5fc467891c9767e02f0bae1bf
Jira: https://gem5.atlassian.net/browse/GEM5-194
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-website/+/28207
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: Bobby R. Bruce <bbruce@ucdavis.edu>
diff --git a/_pages/documentation/general_docs/building/index.md b/_pages/documentation/general_docs/building/index.md
index f68f4e3..070e384 100644
--- a/_pages/documentation/general_docs/building/index.md
+++ b/_pages/documentation/general_docs/building/index.md
@@ -43,11 +43,9 @@
 ## Dependencies
 
 * **git** : gem5 uses git for version control.
-* **gcc 4.8+**: gcc is used to compiled gem5. Version 4.8+ must be used. We do
-not presently support beyond Version 7. Please note,
-[Support for gcc 4 may be dropped](https://gem5.atlassian.net/browse/GEM5-218),
-and [version >7 may be supported](https://gem5.atlassian.net/browse/GEM5-194)
-in future releases of gem5.
+* **gcc 4.8+**: gcc is used to compiled gem5. Version 4.8+ must be used. We
+support up to gcc Version 9. Please note that [support for gcc 4 may be dropped](https://gem5.atlassian.net/browse/GEM5-218)
+in future versions of gem5.
     * **Clang**: Clang can also be used. At present, we support Clang 3.9 to
 Clang 9 (inclusive).
 * **SCons** : gem5 uses SCons as its build environment.