From 408be5b725566f0dc1402a548d42f17052cf87dc Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 25 May 2006 07:12:44 +0000 Subject: [PATCH] More LFS options as comments --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ca8dd36..78fa789 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ CC= gcc #LDFLAGS= -g CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce # -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE +# -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE +# $(shell getconf LFS_CFLAGS) LDFLAGS= -s # Look where your install program is.