Signed-Off-By: Subrata Modak <[EMAIL PROTECTED]>,
--
--- ltp-full-20081031/testcases/kernel/syscalls/lstat/Makefile.orig
2008-11-04 18:53:43.000000000 +0530
+++ ltp-full-20081031/testcases/kernel/syscalls/lstat/Makefile
2008-11-04 18:54:01.000000000 +0530
@@ -19,8 +19,11 @@
CFLAGS += -I../../../../include -Wall
LDLIBS += -L../../../../lib -lltp
+include ../utils/newer_64.mk
+%_64: CFLAGS += -D_FILE_OFFSET_BITS=64
+
SRCS = $(wildcard *.c)
-TARGETS = $(patsubst %.c,%,$(SRCS))
+TARGETS += $(patsubst %.c,%,$(SRCS))
all: $(TARGETS)
Regards--
Subrata
--- ltp-full-20081031/testcases/kernel/syscalls/lstat/Makefile.orig 2008-11-04 18:53:43.000000000 +0530
+++ ltp-full-20081031/testcases/kernel/syscalls/lstat/Makefile 2008-11-04 18:54:01.000000000 +0530
@@ -19,8 +19,11 @@
CFLAGS += -I../../../../include -Wall
LDLIBS += -L../../../../lib -lltp
+include ../utils/newer_64.mk
+%_64: CFLAGS += -D_FILE_OFFSET_BITS=64
+
SRCS = $(wildcard *.c)
-TARGETS = $(patsubst %.c,%,$(SRCS))
+TARGETS += $(patsubst %.c,%,$(SRCS))
all: $(TARGETS)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list