Hi,
This patch brings a buildtarget feature over to Kconfig:
Use --build-id=none to avoid spurious sections to end up in the object files, if it exists. If not, do nothing (and hope for the best)
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Am 10.02.2010 10:49, schrieb Patrick Georgi:
Use --build-id=none to avoid spurious sections to end up in the object files, if it exists. If not, do nothing (and hope for the best)
Better variant: Do the tests once in xcompile, instead of time and time again.
Also more portable xcompile, as dd(1) is dropped (mingw support)
Again,
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Patrick
On 2/10/10 8:22 PM, Patrick Georgi wrote:
Am 10.02.2010 10:49, schrieb Patrick Georgi:
Use --build-id=none to avoid spurious sections to end up in the object files, if it exists. If not, do nothing (and hope for the best)
Better variant: Do the tests once in xcompile, instead of time and time again.
Also more portable xcompile, as dd(1) is dropped (mingw support)
Again,
Signed-off-by: Patrick Georgi patrick.georgi@coresystems.de
Patrick
Acked-by: Stefan Reinauer stepan@coresystems.de