projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dda658
)
Comment out fullpage line.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 21 Sep 2004 18:52:08 +0000
(18:52 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 21 Sep 2004 18:52:08 +0000
(18:52 +0000)
src/tests/userprog/Makefile
patch
|
blob
|
history
diff --git
a/src/tests/userprog/Makefile
b/src/tests/userprog/Makefile
index c5e4855268431e6b01023c6af6b0cdbeca5f32bc..3b35616d6bae0eded022f8dfb347ae144477cb06 100644
(file)
--- 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 = ../..