mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
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:
parent
b4cc703705
commit
a0aece6e16
11
general.ent
11
general.ent
@ -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}">
|
||||
|
Loading…
Reference in New Issue
Block a user