diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-08-08 16:59:57 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-08 16:59:57 +0800 |
commit | 010577c5b66ae731f0181b0745f2c7c202e5931a (patch) | |
tree | f92047624b591ab4df7cdac2ea0c357e5245ff08 | |
parent | af800c8ed0957993bb9b18a128936f3f50a59428 (diff) |
loongarch: Revert "gmp: Update config.{guess,sub}"
This reverts commit dd34ffcce0e54b31fa26d11081dd82c6c333f14a.
It's not needed with GMP 6.3.0.
-rw-r--r-- | chapter08/gmp.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter08/gmp.xml b/chapter08/gmp.xml index c4cec881c..05e16722a 100644 --- a/chapter08/gmp.xml +++ b/chapter08/gmp.xml @@ -40,7 +40,7 @@ <sect2 role="installation"> <title>Installation of GMP</title> -<!-- + <note> <para>If you are building for 32-bit x86, but you have a CPU which is capable of running 64-bit code <emphasis>and</emphasis> you have specified @@ -49,10 +49,6 @@ Avoid this by invoking the configure command below with <screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para> </note> ---> - &update-config-text; - -<screen><userinput remap="pre">tar &update-config-arg;</userinput></screen> <note> <para>The default settings of GMP produce libraries optimized for |