소스 검색

Fix hard coded version of gcc in libffi

was r11477.
Bruce Dubbs 6 년 전
부모
커밋
766ad7f762
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      chapter06/libffi.xml

+ 2 - 2
chapter06/libffi.xml

@@ -74,8 +74,8 @@ sed -e '/^includedir/ s/=.*$/=@includedir@/' \
           构建系统会猜测系统架构,在某些系统上可能生成不正确的代码。
           如果要将生成的代码从本地系统复制到指令集功能较弱的系统中,
           需要使用目标系统架构作为该选项的参数值,参阅
-          <ulink url=
-          'https://gcc.gnu.org/onlinedocs/gcc-8.1.0/gcc/x86-Options.html'>
+          <ulink
+          url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'>
           gcc 手册中提供的的 x86 选项</ulink>。</para>
         </listitem>
       </varlistentry>