1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in
Show
Ignore:
Timestamp:
11/18/12 22:13:11 (6 months ago)
Author:
gespinasse
Message:

Add again CCACHE_CPP2=1 for the lscpu compilation issue.
I don't know why and how I had a ccache hit registered that worked without CCACHE_CPP2=1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ipcop/trunk/lfs/util-linux

    r6853 r6855  
    130130        cd $(DIR_APP) && ./configure --localstatedir=/var/run --disable-static --disable-nls --disable-cramfs --disable-schedutils \ 
    131131                                --disable-su --disable-sulogin --disable-login --disable-kill 
    132         # This issue disappear on 2.22 
    133132        # CCACHE_CPP2=1 replace the CFLAGS -fPIE hack and workaround a not well identified gcc-4.4 issue that trigger 
    134133        # lscpu.c: In function 'read_hypervisor': 
     
    136135        # lscpu.c:446: error 'asm' operand has impossible constraints 
    137136        # Testing compilation with ccache is prone to error, CCACHE_RECACHE= is required to avoid ancient cache hit 
    138         cd $(DIR_APP) && make -j $(PARALLELISM) V=1 
     137        cd $(DIR_APP) && make -j $(PARALLELISM) V=1 CCACHE_CPP2=1 
    139138 
    140139ifeq "$(RUNNING_TEST)" "yes"