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

/solaris-userland/make-rules/
H A Dshared-macros.mk740 # so. Use CPP_LARGEFILES and not the .32/.64 variety directly
741 CPP_LARGEFILES.32 := $(shell getconf LFS_CFLAGS)
742 CPP_LARGEFILES.64 := $(shell getconf LFS64_CFLAGS)
743 CPP_LARGEFILES = $(CPP_LARGEFILES.$(BITS)) macro

Completed in 22 milliseconds