1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/toolchains
René Kijewski 3d3ada9a26 x86: slightly better debuggable bincode
While tracking down an error in #1253 I ameded newlib a bit to be
slightly better debuggable. Some lengthy macros were removed in favor of
proper functions.

The parameter passing was wrong before (because of a bug in newlib),
because the user provided CFLAGS were overwritten in the subfolders.
It is kinda strange that this did not cause errors.

The standalone version of the toolchain script was deleted, because it
is not reasonable to maintain two scripts.
2014-06-06 15:38:19 +02:00
..
build_gnuarm_naked.sh remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
build_gnuarm.sh remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
build_x86.sh x86: slightly better debuggable bincode 2014-06-06 15:38:19 +02:00