Changes between Version 14 and Version 15 of cross-chap5


Ignore:
Timestamp:
05/09/2020 05:10:22 AM (5 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cross-chap5

    v14 v15  
    134134 Solution::
    135135   <none>
     136
     137----
     138
     139==== gcc failes in pass2 of chap5
     140
     141 Description::
     142 
     143{{{
     144configure:5279: checking for CET support
     145configure:5328: x86_64-lfs-linux-gnu-gcc -c -g -O2 -fcf-protection  conftest.c >&5
     146configure:5328: $? = 0
     147configure:5364: x86_64-lfs-linux-gnu-gcc -o conftest -g -O2 -fcf-protection=none  -static-libstdc++ -static-libgcc  -Wl,-z,ibt,-z,shstk conftest.c  >&5
     148configure:5364: $? = 0
     149configure:5375: error: in `/mnt/lfs/sources/gcc-10.1.0/build/libiberty':
     150configure:5377: error: cannot run test program while cross compiling
     151}}}
     152
     153 Solution::
     154    A patch is available
     155
     156    ​https://gcc.gnu.org/pipermail/gcc-patches/2020-May/545392.html
     157