Make page alignment optional.
[pintos-anon] / src / tests / userprog / Makefile
index 662938664d079be36d339958acde8ece5f914acf..c5e4855268431e6b01023c6af6b0cdbeca5f32bc 100644 (file)
@@ -2,9 +2,13 @@ include ../../Make.config
 
 SHELL = /bin/sh
 
-LDFLAGS = -nostdlib -static -Wl,-T,elf.x
+LDFLAGS = -nostdlib -static
 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
+
 VPATH = ../..
 
 DEFINES = -DUSER