Ignore:
Timestamp:
Jan 29, 2014, 10:23:47 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7ffbb9c, ec222b5
Parents:
610b663
Message:

Tests fail during Bison 32bit and Bison N32 bit libraries because we don't set the CXX variable properly for 32-bit -m32 and N32 -n32. Adding CXX variable during configure for 32bit and N32 will fix the problem because g++ will default to -m64.

File:
1 edited

Legend:

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

    r610b663 r0f27310  
    3434    xpointer="xpointer(//*[@os='a'])"/>
    3535
    36 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64  --cache-file=config.cache</userinput></screen>
     36<screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure \
     37    --prefix=/usr --libdir=/usr/lib64  --cache-file=config.cache</userinput></screen>
    3738
    3839    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.