Rename GCC patchdir.

Este commit está contenido en:
2020-08-16 19:58:49 +02:00
padre bbb5a07443
commit 6a44f74ff8
Se han modificado 2 ficheros con 1 adiciones y 1 borrados

Ver fichero

@@ -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