Searched defs:CPP_LARGEFILES (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/make-rules/
H A Dshared-macros.mk470 # so. Use CPP_LARGEFILES and not the .32/.64 variety directly
471 CPP_LARGEFILES.32 := $(shell getconf LFS_CFLAGS)
472 CPP_LARGEFILES.64 := $(shell getconf LFS64_CFLAGS)
473 CPP_LARGEFILES = $(CPP_LARGEFILES.$(BITS)) macro

Completed in 19 milliseconds