gummiboot: build-sys: don't copy .eh_frame into final exe
authorFlorian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
Sat, 29 Mar 2014 18:22:12 +0000 (19:22 +0100)
committerKay Sievers <kay@vrfy.org>
Sat, 29 Mar 2014 18:46:39 +0000 (19:46 +0100)
commitae29e5a4dfc445a518926c803af7a4bda8c38cc7
tree70a27fc8280d3373bffe9a57274bf4806006ddc8
parent4062c51075ba054d4949c714fe06123f9ad3097d
gummiboot: build-sys: don't copy .eh_frame into final exe

Apparently some firmware implementations[1] won't run executables
containing an .eh_frame section, failing instead with "Error reported:
Unsupported" on the shell. There's also no obvious need for it, so
don't copy it.

[1] e.g., the one used on the ASRock C2750D4I
Makefile.am