Ignore:
Timestamp:
Sep 9, 2007, 4:23:09 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
16dcec0
Parents:
1d13292
Message:

Build a PIC libfl.a with flex.

Location:
BOOK/final-system/multilib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/flex-64bit.xml

    r1d13292 rc51839c  
    3333    xpointer="xpointer(//*[@os='g'])"/>
    3434
    35     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    36     href="../common/flex.xml"
    37     xpointer="xpointer(//*[@os='h'])"/>
     35<screen os="h"><userinput>make CC="gcc ${BUILD64} -fPIC" libfl.a
     36make</userinput></screen>
    3837
    3938    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/flex-n32.xml

    r1d13292 rc51839c  
    2626    xpointer="xpointer(//*[@os='e'])"/>
    2727
    28 <screen os="f"><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
     28<screen os="f"><userinput>CC="gcc ${BUILDN32} -fPIC" ./configure --prefix=/usr \
    2929   --libdir=/usr/lib32</userinput></screen>
    3030
  • BOOK/final-system/multilib/flex.xml

    r1d13292 rc51839c  
    2727    xpointer="xpointer(//*[@os='e'])"/>
    2828
    29 <screen os="f"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr</userinput></screen>
     29<screen os="f"><userinput>CC="gcc ${BUILD32} -fPIC" ./configure --prefix=/usr</userinput></screen>
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.