newlib/libgloss/arm
Thomas Preud'homme be5926babb Fix elf-nano.specs to work without -save-temps
The changes in af272aca59 only works when
using gcc/g++ with -E or -save-temps, otherwise newlib's newlib.h gets
used even if -specs=nano.specs is specified. This is because the driver
only use cpp_options spec for the external cpp tool, not for the
integrated one.

This patch uses instead cpp_unique_options which is used in all cases:
it is used directly when the integrated preprocessor is used, and
indirectly by expansion of cpp_options otherwise.
2017-02-15 16:31:16 +01:00
..
cpu-init Initializing TTBR0 to inner/outer WB 2016-03-26 12:45:07 +01:00
_exit.c
_kill.c
aclocal.m4
arm.h Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
coff-iq80310.specs
coff-pid.specs
coff-rdimon.specs
coff-rdpmon.specs
coff-redboot.ld
coff-redboot.specs
configure
configure.in
crt0.S Fixed semihosting for ARM when heapinfo not provided by debugger. 2016-04-21 09:51:08 +02:00
elf-aprofile-validation.specs
elf-aprofile-ve.specs
elf-iq80310.specs
elf-linux.specs
elf-nano.specs Fix elf-nano.specs to work without -save-temps 2017-02-15 16:31:16 +01:00
elf-pid.specs
elf-rdimon.specs
elf-rdpmon.specs
elf-redboot.ld
elf-redboot.specs
ftruncate.c
libcfunc.c
linux-crt0.c Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
linux-syscall.h
linux-syscalls0.S
linux-syscalls1.c
Makefile.in Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
redboot-crt0.S Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
redboot-syscalls.c
swi.h Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
syscall.h
syscalls.c
trap.S Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
truncate.c