1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/x86-multiboot-common
René Kijewski aed57f4fe6 x86: disable --gc-sections for Travis' sake
I could not reproduce the problem at home, but on Travis CI after
merging #1415 tests/unittest failed to execute for qemu-i386.

There is a crash early in the initialization, caused by a #PF. The
execution hangs afterwards (`cli; 0: hlt; jmp 1b`), and Travis kills
the execution after 10 minutes.
2014-08-06 15:23:11 +02:00
..
dist Initial import of the x86 port 2014-05-25 13:40:29 +02:00
include Initial import of the x86 port 2014-05-25 13:40:29 +02:00
linker.ld x86: garbage collect section if not debugging 2014-06-19 12:35:10 +02:00
Makefile Initial import of the x86 port 2014-05-25 13:40:29 +02:00
Makefile.include x86: disable --gc-sections for Travis' sake 2014-08-06 15:23:11 +02:00
startup.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00