diff --git a/build-linux.sh b/build-linux.sh index 368438d..4c8d943 100755 --- a/build-linux.sh +++ b/build-linux.sh @@ -177,7 +177,7 @@ gcc_fetch() git clone ${GCCVCS} ${GCCDIR} cd ${GCCDIR} git checkout tags/${GCCTAG} - apply_patches ${GCCDIR##*/} ${GCCTAG##*/} + apply_patches ${GCCDIR##*/} ${GCCTAG##*-} ./contrib/download_prerequisites cd ${WRKDIR} fi diff --git a/patches/gcc/gcc-9.3.0/001-make-gcc-relocatable.patch b/patches/gcc/9.3.0/001-make-gcc-relocatable.patch similarity index 100% rename from patches/gcc/gcc-9.3.0/001-make-gcc-relocatable.patch rename to patches/gcc/9.3.0/001-make-gcc-relocatable.patch