Ignore:
Timestamp:
Aug 19, 2013, 2:07:49 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3851642
Parents:
988ad56
Message:

Bison and Flex hardcode the m4 binary to /cross-tools/bin/m4 durin temp-system which is not what we want. Fix it so that it is m4 without a path so that the PATH determines which m4 binary will be ran.

Location:
BOOK/temp-system/multilib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/bison.xml

    r988ad56 r2ca606a  
    4343    xpointer="xpointer(//*[@os='a'])"/>
    4444
    45 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     45<screen os="ca"><userinput>CC="${CC} ${BUILD64}" M4=m4 ./configure --prefix=/tools \
    4646    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4747    --cache-file=config.cache</userinput></screen>
  • BOOK/temp-system/multilib/flex.xml

    r988ad56 r2ca606a  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="cb"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     37<screen os="cb"><userinput>CC="${CC} ${BUILD64}" M4=m4 ./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3939    --cache-file=config.cache</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.