Fix archive directory name for gcc from xtensa

This commit is contained in:
Kurt Sassenrath 2023-07-13 21:23:45 -07:00
parent 95d4c958d3
commit e25f7c07c2
4 changed files with 1 additions and 3 deletions

@ -1 +0,0 @@
Subproject commit ec612e155f242734e4274a270f1a087ba87e9613

View File

@ -428,7 +428,7 @@ CT_GCC_VERSION="12.2.0"
CT_GCC_MIRRORS="https://github.com/jcmvbkbc/gcc-xtensa/archive/refs/tags/releases/gcc-${CT_GCC_VERSION}"
# CT_GCC_MIRRORS="$(CT_Mirrors GNU gcc/gcc-${CT_GCC_VERSION}) $(CT_Mirrors sourceware gcc/releases/gcc-${CT_GCC_VERSION})"
CT_GCC_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
CT_GCC_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
CT_GCC_ARCHIVE_DIRNAME="@{pkg_name}-xtensa-releases-@{pkg_name}-@{version}"
CT_GCC_ARCHIVE_FORMATS=".tar.xz .tar.gz"
CT_GCC_SIGNATURE_FORMAT=""
CT_GCC_later_than_7=y

@ -1 +0,0 @@
Subproject commit 0dea38754696422d526543262274703acd8317c5

Binary file not shown.