febootstrap-supermin-helper: Replace objcopy call for embedding init binary
authorHilko Bengen <bengen@hilluzination.de>
Wed, 24 Aug 2011 15:16:51 +0000 (17:16 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 25 Aug 2011 08:44:29 +0000 (09:44 +0100)
commitdf569d49aa10af5995f771362ddc1400f16486e8
tree761f49cb892f8703102661be1314a8d80cf7a09d
parent57b3004bde579b986523c43e3a0e6693fd49dd21
febootstrap-supermin-helper: Replace objcopy call for embedding init binary

objcopy needs "output-target" and "binary-architecture" parameters
which makes it necessary to keep a list of known architectures.

The bin2s.pl script generates input for the GNU assembler which should
produce an object file that is equivalent to that produced by objcopy.

I have successfully tested the change on an amd64 Debian/unstable system.

RWMJ: Added bin2s.pl to EXTRA_DIST and updated .gitignore.
.gitignore
helper/Makefile.am
helper/bin2s.pl [new file with mode: 0755]
helper/elf-default-arch [deleted file]