diff options
Diffstat (limited to 'gnu/egcs/gcc/config/arm/linux-elf.h')
-rw-r--r-- | gnu/egcs/gcc/config/arm/linux-elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/config/arm/linux-elf.h b/gnu/egcs/gcc/config/arm/linux-elf.h index de45e1c4b53..e5b4de1c13b 100644 --- a/gnu/egcs/gcc/config/arm/linux-elf.h +++ b/gnu/egcs/gcc/config/arm/linux-elf.h @@ -22,6 +22,9 @@ Boston, MA 02111-1307, USA. */ /* Run-time Target Specification. */ #define TARGET_VERSION fputs (" (ARM GNU/Linux with ELF)", stderr); +/* Do not assume anything about header files. */ +#define NO_IMPLICIT_EXTERN_C + /* We have libgcc2. */ #define HAVE_ATEXIT |