search for: ab7f692

Displaying 1 result from an estimated 1 matches for "ab7f692".

2011 Aug 24
1
[PATCH] febootstrap-supermin-helper: Replace objcopy call for embedding init binary
...+++++++++++++++++++++++++++++++++ helper/elf-default-arch | 32 -------------------------------- 3 files changed, 53 insertions(+), 34 deletions(-) create mode 100755 helper/bin2s.pl delete mode 100755 helper/elf-default-arch diff --git a/helper/Makefile.am b/helper/Makefile.am index 01a6af1..ab7f692 100644 --- a/helper/Makefile.am +++ b/helper/Makefile.am @@ -45,11 +45,17 @@ init_LDFLAGS = -static # http://www.doof.me.uk/2010/05/07/cute-objcopy-hack/ ELF_DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$1 }') DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk...