Use --build-id=none to avoid build-id sections on FC8.
[pintos-anon] / src / Makefile.userprog
index 3631cf1b221b2a3bf3e5e0fb02457338a39132db..f90b08c965e365022aa78b0d97eb417c0160c6b4 100644 (file)
@@ -3,7 +3,7 @@
 $(PROGS): CPPFLAGS += -I$(SRCDIR)/lib/user -I.
 
 # Linker flags.
-$(PROGS): LDFLAGS = -nostdlib -static -Wl,-T,$(LDSCRIPT)
+$(PROGS): LDFLAGS += -nostdlib -static -Wl,-T,$(LDSCRIPT)
 $(PROGS): LDSCRIPT = $(SRCDIR)/lib/user/user.lds
 
 # Library code shared between kernel and user programs.