We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a825b commit fd423bdCopy full SHA for fd423bd
scripts/common-versions-source.sh
@@ -165,8 +165,9 @@ function build_versions()
165
GCC_ARCHIVE_NAME="${GCC_SRC_FOLDER_NAME}.tar.xz"
166
GCC_ARCHIVE_URL="https://ftp.gnu.org/gnu/gcc/gcc-${GCC_VERSION}/${GCC_ARCHIVE_NAME}"
167
168
- GCC_PATCH_FILE_NAME="gcc-${GCC_VERSION}-cross.patch.diff"
169
- check_patch "${GCC_PATCH_FILE_NAME}"
+ # The Apple Silicon host patches are already in for 12.x.
+ # GCC_PATCH_FILE_NAME="gcc-${GCC_VERSION}-cross.patch.diff"
170
+ # check_patch "${GCC_PATCH_FILE_NAME}"
171
172
# https://www.sourceware.org/ftp/newlib/index.html
173
# ftp://sourceware.org/pub/newlib/newlib-4.2.0.20211231.tar.gz
0 commit comments