gcc: Update vcs URL

The GCC project has been using git for a while now. Update the
repository field accordingly.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2022-04-22 11:25:54 +12:00
parent 31cc2e56d5
commit aa46366fc3

View File

@ -1,4 +1,4 @@
repository='svn svn://gcc.gnu.org/svn/gcc'
repository='git git://gcc.gnu.org/git/gcc.git'
mirrors='$(CT_Mirrors GNU gcc/gcc-${CT_GCC_VERSION}) $(CT_Mirrors sourceware gcc/releases/gcc-${CT_GCC_VERSION})'
relevantpattern='4.*|. *|.'
origin='GNU'