RE: getconf options

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Uwe, Ben,


 
> Hi Uwe,
> 
> With commit d7f14c66c273b00aaa626f419d3155773a88d460, I got the follow
> warning on macos.
> 
> getconf: no such configuration parameter `LFS_CFLAGS'
> getconf: no such configuration parameter `LFS_LDFLAGS'
> getconf: no such configuration parameter `LFS_LIBS'
> scripts/kconfig/mconf  Kconfig
> 
> $ getconf LFS_CFLAGS
> getconf: no such configuration parameter `LFS_CFLAGS'
> 
> 
> Do you have some idea about this? Are these paremeters default to getconf?
> 
> -Feng
> 


Do you have a clue?


Does it make sense to suppress warnings like this?

HOST_LFS_CFLAGS := $(shell getconf LFS_CFLAGS 2>/dev/null)
HOST_LFS_LDFLAGS := $(shell getconf LFS_LDFLAGS 2>/dev/null)
HOST_LFS_LIBS := $(shell getconf LFS_LIBS 2>/dev/null)


Or, hard-code
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
as Ben originally suggested?

抅{.n++%演欟w{.n+轡{応FW{ayʇڙ,j②f▶h裹z_莅(㊨蘗j"m̚Gヿ?◑?&x~




[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux