Changeset 6855 for ipcop/trunk/lfs/util-linux
- Timestamp:
- 11/18/12 22:13:11 (6 months ago)
- Files:
-
- 1 modified
-
ipcop/trunk/lfs/util-linux (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipcop/trunk/lfs/util-linux
r6853 r6855 130 130 cd $(DIR_APP) && ./configure --localstatedir=/var/run --disable-static --disable-nls --disable-cramfs --disable-schedutils \ 131 131 --disable-su --disable-sulogin --disable-login --disable-kill 132 # This issue disappear on 2.22133 132 # CCACHE_CPP2=1 replace the CFLAGS -fPIE hack and workaround a not well identified gcc-4.4 issue that trigger 134 133 # lscpu.c: In function 'read_hypervisor': … … 136 135 # lscpu.c:446: error 'asm' operand has impossible constraints 137 136 # 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 139 138 140 139 ifeq "$(RUNNING_TEST)" "yes"
