--- libiberty/Makefile.in.orig 2010-11-21 04:37:08.000000000 +0900 +++ libiberty/Makefile.in 2014-03-25 11:41:35.000000000 +0900 @@ -508,7 +508,7 @@ ./argv.$(objext): $(srcdir)/argv.c config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h if [ x"$(PICFLAG)" != x ]; then \ - $(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \ + $(COMPILE.c) -fno-stack-protector $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \ else true; fi $(COMPILE.c) $(srcdir)/argv.c $(OUTPUT_OPTION) @@ -978,7 +978,7 @@ $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h if [ x"$(PICFLAG)" != x ]; then \ - $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object-coff.c -o pic/$@; \ + $(COMPILE.c) -fno-stack-protector $(PICFLAG) $(srcdir)/simple-object-coff.c -o pic/$@; \ else true; fi $(COMPILE.c) $(srcdir)/simple-object-coff.c $(OUTPUT_OPTION) @@ -986,7 +986,7 @@ $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h if [ x"$(PICFLAG)" != x ]; then \ - $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object-elf.c -o pic/$@; \ + $(COMPILE.c) -fno-stack-protector $(PICFLAG) $(srcdir)/simple-object-elf.c -o pic/$@; \ else true; fi $(COMPILE.c) $(srcdir)/simple-object-elf.c $(OUTPUT_OPTION) @@ -994,7 +994,7 @@ $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h if [ x"$(PICFLAG)" != x ]; then \ - $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object-mach-o.c -o pic/$@; \ + $(COMPILE.c) -fno-stack-protector $(PICFLAG) $(srcdir)/simple-object-mach-o.c -o pic/$@; \ else true; fi $(COMPILE.c) $(srcdir)/simple-object-mach-o.c $(OUTPUT_OPTION) @@ -1002,7 +1002,7 @@ $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ $(srcdir)/simple-object-common.h $(INCDIR)/simple-object.h if [ x"$(PICFLAG)" != x ]; then \ - $(COMPILE.c) $(PICFLAG) $(srcdir)/simple-object.c -o pic/$@; \ + $(COMPILE.c) -fno-stack-protector $(PICFLAG) $(srcdir)/simple-object.c -o pic/$@; \ else true; fi $(COMPILE.c) $(srcdir)/simple-object.c $(OUTPUT_OPTION)