acadia-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
Makefile.in
_exit.c
_kill.c
aclocal.m4
arm.h
coff-iq80310.specs
coff-pid.specs
coff-rdimon.specs
coff-rdpmon.specs
coff-redboot.ld
coff-redboot.specs
configure
configure.in
crt0.S
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
linux-syscall.h
linux-syscalls0.S
linux-syscalls1.c
redboot-crt0.S
redboot-syscalls.c
swi.h
syscall.h
syscalls.c
trap.S
truncate.c