Skip to content

Commit fd423bd

Browse files
committed
common-versions: no gcc 12.x patches needed.
1 parent 89a825b commit fd423bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/common-versions-source.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ function build_versions()
165165
GCC_ARCHIVE_NAME="${GCC_SRC_FOLDER_NAME}.tar.xz"
166166
GCC_ARCHIVE_URL="https://ftp.gnu.org/gnu/gcc/gcc-${GCC_VERSION}/${GCC_ARCHIVE_NAME}"
167167

168-
GCC_PATCH_FILE_NAME="gcc-${GCC_VERSION}-cross.patch.diff"
169-
check_patch "${GCC_PATCH_FILE_NAME}"
168+
# The Apple Silicon host patches are already in for 12.x.
169+
# GCC_PATCH_FILE_NAME="gcc-${GCC_VERSION}-cross.patch.diff"
170+
# check_patch "${GCC_PATCH_FILE_NAME}"
170171

171172
# https://www.sourceware.org/ftp/newlib/index.html
172173
# ftp://sourceware.org/pub/newlib/newlib-4.2.0.20211231.tar.gz

0 commit comments

Comments
 (0)