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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/flex.xml

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