debugging: do not require no stripping
authorMike Frysinger <vapier@gentoo.org>
Mon, 7 Feb 2011 05:49:10 +0000 (00:49 -0500)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 7 Feb 2011 07:50:31 +0000 (08:50 +0100)
commitfebe322d273e1f9538aa124861badc0df2e52742
tree6b0ded9e524d8600a94403126f67c0a3b945151a
parent9f31e2ffa005095206824e08f69da75503e998ab
debugging: do not require no stripping

The stripping options operate on the final image and not the intermediate
builds, so requiring stripping to be disabled just to enable debugging
options doesn't make much sense.  Especially when working with gdbserver:
only the host needs the debugging information to be available.  The board
can run & debug perfectly fine without it.

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Config.in