OSDN Git Service

[lfsja-git] r11.1-65 対応。
authormatsuand <30614168+matsuand@users.noreply.github.com>
Sun, 27 Mar 2022 01:41:50 +0000 (10:41 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Sun, 27 Mar 2022 01:41:50 +0000 (10:41 +0900)
configure
src/chapter01/changelog.ch
src/chapter01/jchangelog.ch
src/chapter08/libffi.ch
src/general.ch
version.ac

index 64a6232..ddd0c94 100755 (executable)
--- a/configure
+++ b/configure
@@ -4737,7 +4737,7 @@ fi
 
 
 
-TARGETVER=r11.1-50
+TARGETVER=r11.1-65
 if test "x$revspec" = "xsystemd"; then
   TARGETVER="$TARGETVER-systemd"
 fi
index 7c38e96..3143ed2 100644 (file)
 @z
 
 @x
+      <para>2022-03-25</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - Update bootscripts to 20220324.  Fixes
+          <ulink url="&lfs-ticket-root;5027">#5027</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+@y
+      <para>2022-03-25</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - bootscripts を 20220324 にアップデート。
+          <ulink url="&lfs-ticket-root;5027">#5027</ulink> を Fix に。</para>
+        </listitem>
+      </itemizedlist>
+@z
+
+@x
       <para>2022-03-20</para>
       <itemizedlist>
         <listitem>
index 0672e21..ee23138 100644 (file)
 
 -->
    <listitem>
+      <para>2022-03-27</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          r11.1-65 (<ulink url="&lfs-changeset;ab7af9e6f">ab7af9e6f</ulink>) までの対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2022-03-25</para>
       <itemizedlist>
         <listitem>
index 1489ba8..7fb7879 100644 (file)
 
 @x
       <para>Similar to GMP, libffi builds with optimizations specific
-      to the processor in use. If building for another system, export
-      CFLAGS and CXXFLAGS to specify a generic build for your architecture.
+      to the processor in use. If building for another system, change the
+      value of the <parameter>--with-gcc-arch=</parameter> parameter in the
+      following command to an architecture name fully implemented by the
+      CPU on that system.
       If this is not done, all applications that link to libffi will trigger
       Illegal Operation Errors.</para>
 @y
       <para>
-      GMP ã\81¨å\90\8cã\81\98ã\82\88ã\81\86ã\81« libffi ã\81§ã\81¯ã\80\81å\88©ç\94¨ä¸­ã\81®ã\83\97ã\83­ã\82»ã\83\83ã\82µã\83¼ã\81«å¿\9cã\81\98ã\81\9fæ\9c\80é\81©å\8c\96ã\82\92è¡\8cã\81\84ビルドされます。
-      異なるシステムに向けてのビルドを行う場合は CFLAGS と CXXFLAGS に対して、そのアーキテクチャー向けの汎用的なビルドを行うものにしてください。
+      GMP ã\81¨å\90\8cã\81\98ã\82\88ã\81\86ã\81« libffi ã\81§ã\81¯ã\80\81å\88©ç\94¨ä¸­ã\81®ã\83\97ã\83­ã\82»ã\83\83ã\82µã\83¼ã\81«å¿\9cã\81\98ã\81\9fæ\9c\80é\81©å\8c\96ã\82\92è¡\8cã\81ªã\81£ã\81¦ビルドされます。
+      異なるシステムに向けてのビルドを行う場合は、以下のコマンドにおいて <parameter>--with-gcc-arch=</parameter> を使って、そのシステム上の CPU の実装を完全に表すアーキテクチャー名に変更してください。
       そうしなかった場合には、libffi をリンクするアプリケーションにおいて Illegal Operation エラーを発生させることになります。
       </para>
 @z
index 83fb114..8fc9bab 100644 (file)
@@ -47,9 +47,9 @@
 <!ENTITY copyrightdate   "%crdate;">
 ]]>
 
-<!ENTITY jversion        "20220325">
-<!ENTITY jversiond       "20220325">
-<!ENTITY jcorrespondSHA  "9b463a215"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
+<!ENTITY jversion        "20220327">
+<!ENTITY jversiond       "20220327">
+<!ENTITY jcorrespondSHA  "ab7af9e6f"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
 <!ENTITY dir-jversion    "git-ja">
 <!ENTITY dir-jversiond   "git-sysdja">
 @z
index 6b8f99a..84eda8a 100644 (file)
@@ -2,4 +2,4 @@ dnl
 dnl  This is part of LFSbookja package.
 dnl 
 dnl m4-include this file to define the current LFS version
-m4_define([lfs_version], [r11.1-50])
+m4_define([lfs_version], [r11.1-65])