[XTENSA] Fix makefile to work with binutils-2.18.
authorBob Wilson <bwilson@heron.(none)>
Sat, 2 Feb 2008 00:56:32 +0000 (16:56 -0800)
committerChris Zankel <chris@zankel.net>
Thu, 14 Feb 2008 01:45:05 +0000 (17:45 -0800)
When building with binutils-2.18, vmlinux includes .note.gnu.build-id
sections that need to be stripped out when building the binary image.
The old .xt.insn sections haven't been used for a long time, so don't
bother stripping them.

Signed-off-by: Bob Wilson <bob.wilson@acm.org>
Signed-off-by: Chris Zankel <chris@zankel.net>

No differences found