Changeset 2de9e153 for chapter06


Ignore:
Timestamp:
12/03/2023 03:39:45 PM (10 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
9830e45
Parents:
65ef924 (diff), 642f779 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r65ef924 r2de9e153  
    6464<screen arch="default"><userinput remap="pre">case $(uname -m) in
    6565  x86_64)
    66 sed -e '/m64=/s/lib64/lib/' \
    67     -i.orig gcc/config/i386/t-linux64
     66    sed -e '/m64=/s/lib64/lib/' \
     67        -i.orig gcc/config/i386/t-linux64
    6868  ;;
    6969esac</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.