X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.userprog;h=2e95f9b0f99ffee177b63b42bf05e8caa7669e78;hb=47868ce911e401077a0afb2f26f12685ff53a706;hp=29bdcf8b73f1306f250123310588ad982c54dc5d;hpb=c563f810a61212b74a370e48f9af198c773204ee;p=pintos-anon diff --git a/src/Makefile.userprog b/src/Makefile.userprog index 29bdcf8..2e95f9b 100644 --- a/src/Makefile.userprog +++ b/src/Makefile.userprog @@ -10,7 +10,7 @@ DEFINES = -DPINTOS -DUSER CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib -I$(SRCDIR)/lib/user -I. # Linker flags. -LDFLAGS = -nostdlib -static -s +LDFLAGS = -nostdlib -static LDLIBS = $(shell $(CC) -print-libgcc-file-name) # C library sources linked into every test program.