Ignore:
Timestamp:
08/26/2022 12:31:32 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
c18558c
Parents:
4d8854a
git-author:
Xi Ruoyao <xry111@…> (08/24/2022 03:26:41 PM)
git-committer:
Xi Ruoyao <xry111@…> (08/26/2022 12:31:32 PM)
Message:

arm64: adapt GCC lib64 -> lib quirk for aarch64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r4d8854a r9334a3f  
    5959mv -v mpc-&mpc-version; mpc</userinput></screen>
    6060
    61     <para>If building on x86_64, change the default directory name for 64-bit
    62     libraries to <quote>lib</quote>:</para>
     61    <para>On ARM64 hosts, set the default directory name for
     62    64-bit libraries to <quote>lib</quote>:</para>
    6363
    64 <screen><userinput remap="pre">case $(uname -m) in
    65   x86_64)
    66     sed -e '/m64=/s/lib64/lib/' -i.orig gcc/config/i386/t-linux64
    67   ;;
    68 esac</userinput></screen>
     64<screen><userinput remap="pre">sed -e '/lp64=/s/lib64/lib/' \
     65    -i.orig gcc/config/aarch64/t-aarch64-linux</userinput></screen>
    6966
    7067    <para>Override the building rule of libgcc and libstdc++ headers, to
Note: See TracChangeset for help on using the changeset viewer.