diff --git a/Golden_Repo/a/AOCC/AOCC-3.1.0-GCCcore-11.2.0.eb b/Golden_Repo/a/AOCC/AOCC-3.1.0-GCCcore-11.2.0.eb
new file mode 100644
index 0000000000000000000000000000000000000000..506f4cdc296ee197f0798eea6d04e3d9f733a6fe
--- /dev/null
+++ b/Golden_Repo/a/AOCC/AOCC-3.1.0-GCCcore-11.2.0.eb
@@ -0,0 +1,24 @@
+name = 'AOCC'
+version = '3.1.0'
+
+homepage = 'https://developer.amd.com/amd-aocc/'
+description = "AMD Optimized C/C++ & Fortran compilers (AOCC) based on LLVM 12.0"
+
+# Clang also depends on libstdc++ during runtime, but this dependency is
+# already specified as the toolchain.
+toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
+
+source_urls = ['http://developer.amd.com/wordpress/media/files/']
+sources = ['aocc-compiler-%(version)s.tar']
+checksums = ['1948104a430506fe5e445c0c796d6956109e7cc9fc0a1e32c9f1285cfd566d0c']
+
+clangversion = '12.0.0'
+
+dependencies = [
+    ('binutils', '2.37'),
+    ('ncurses', '6.2'),
+    ('zlib', '1.2.11'),
+    ('libxml2', '2.9.10'),
+]
+
+moduleclass = 'compiler'