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 69eacbd commit 89a825bCopy full SHA for 89a825b
scripts/common-versions-source.sh
@@ -166,6 +166,7 @@ function build_versions()
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}"
170
171
# https://www.sourceware.org/ftp/newlib/index.html
172
# ftp://sourceware.org/pub/newlib/newlib-4.2.0.20211231.tar.gz
@@ -191,6 +192,7 @@ function build_versions()
191
192
193
# Mandatory, otherwise gdb-py3 is not relocatable.
194
GDB_PATCH_FILE_NAME="gdb-${GDB_VERSION}-cross.patch.diff"
195
+ check_patch "${GDB_PATCH_FILE_NAME}"
196
197
# -------------------------------------------------------------------------
198
0 commit comments