Ignore:
Timestamp:
10/29/2019 09:04:54 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
866a915
Parents:
7ec194d4
Message:

Some reordering of glibc options to better match the original instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc-32.xml

    r7ec194d4 r7693759  
    5656             --enable-kernel=&min-kernel;                    \
    5757             --enable-stack-protector=strong        \
     58             --with-headers=/usr/include            \
    5859             --enable-multi-arch                    \
    5960             --libdir=/usr/lib32                    \
    6061             --libexecdir=/usr/lib32                \
    61              --with-headers=/usr/include            \
    6262             libc_cv_slibdir=/usr/lib32             \
    6363             i686-pc-linux-gnu</userinput></screen>
     
    111111CONFIG_IA32_EMULATION=y
    112112# CONFIG_IA32_AOUT is not set
    113 # CONFIG_X86_X32 is not set
     113# CONFIG_X86_X32 is not set    <<<<<
    114114
    115115It isn't x32-enabled ==> Error when building x32 stuff
     
    133133             --enable-kernel=&min-kernel;                    \
    134134             --enable-stack-protector=strong        \
     135             --with-headers=/usr/include            \
    135136             --enable-multi-arch                    \
    136137             --libdir=/usr/libx32                   \
    137              --with-headers=/usr/include            \
     138             --libexecdir=/usr/libx32               \
    138139             libc_cv_slibdir=/usr/libx32            \
    139140             x86_64-pc-linux-gnux32</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.