loongarch: Add entities for config.{guess,sub} update

LoongArch is a relatively new architecture so an update to
config.{guess,sub} may be needed frequently.  Create two entities to
avoid duplicate.
This commit is contained in:
Xi Ruoyao 2023-06-11 02:36:18 +08:00
parent b4cc703705
commit a0aece6e16
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -137,3 +137,14 @@
<!ENTITY % patches-entities SYSTEM "patches.ent">
%patches-entities;
<!ENTITY update-config-text
"<para>Update the auxilary scripts of the building system to allow
building it for LoongArch:</para>">
<!-- Use "tar &update-config-arg" or "tar -C build-aux update-config-arg"
We cannot append -C build-aux after these arguments because -C only
affects options that follow. -->
<!ENTITY update-config-arg
"-xvf ../autoconf-&autoconf-version;.tar.xz --strip-components=2 \
autoconf-&autoconf-version;/build-aux/config.{guess,sub}">