From 4444ee618ec4993d06e3da3437c363c2ce81689f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 21 Sep 2004 18:52:08 +0000 Subject: [PATCH] Comment out fullpage line. --- src/tests/userprog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/userprog/Makefile b/src/tests/userprog/Makefile index c5e4855..3b35616 100644 --- a/src/tests/userprog/Makefile +++ b/src/tests/userprog/Makefile @@ -7,7 +7,7 @@ LDLIBS = $(shell $(CC) -print-libgcc-file-name) # Uncomment the line below to round up segment sizes to full pages for # testing purposes only. -LDFLAGS += -Wl,-T,fullpage.x +#LDFLAGS += -Wl,-T,fullpage.x VPATH = ../.. -- 2.30.2