X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.userprog;fp=src%2FMakefile.userprog;h=6b3c25027d2df1445ee00472292f17d619b044e3;hb=d4b02357cd5e2d9dd666b82a6e831e30ced8c10b;hp=26d622d92d35848af03e1363e68e1fd79506f979;hpb=8fa312febd3cbb63e0d2a45044be614f062f9690;p=pintos-anon diff --git a/src/Makefile.userprog b/src/Makefile.userprog index 26d622d..6b3c250 100644 --- a/src/Makefile.userprog +++ b/src/Makefile.userprog @@ -13,10 +13,6 @@ CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib -I$(SRCDIR)/lib/user LDFLAGS = -nostdlib -static -s 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 - # C library sources linked into every test program. LIB_SRC = lib/debug.c # Debug code. LIB_SRC += lib/random.c # Pseudo-random numbers.