nes-proj/cpu/x86
Andre Guedes 13bbe8a5b5 x86: Don't generate .note.gnu.build-id section
This patch adds "--build-id=none" to default LDFLAGS so
.note.gnu.build-id section is not generated. This section
contains unique identification for the built files what is
not important to us (at least at this moment).

This change simplifies all linker scripts for SoCs based on x86
(at this moment we only have Quark X1000) since we don't have to
care about it anymore.
2015-12-21 08:06:14 -02:00
..
drivers/legacy_pc x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
init x86: Isolate SoC specific cpu_init code 2015-12-21 08:06:14 -02:00
Makefile.x86_common x86: Don't generate .note.gnu.build-id section 2015-12-21 08:06:14 -02:00
Makefile.x86_quarkX1000 x86: Disable NMI while initializing RTC 2015-12-21 08:06:14 -02:00
bootstrap_quarkX1000.S x86: Move bootstrap code and linker script to cpu/x86 2015-12-21 08:06:14 -02:00
helpers.S x86: Add Real-Time Clock Driver 2015-12-21 08:06:14 -02:00
helpers.h x86: Add Real-Time Clock Driver 2015-12-21 08:06:14 -02:00
quarkX1000.ld x86: Don't generate .note.gnu.build-id section 2015-12-21 08:06:14 -02:00