diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2003-12-10 12:05:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2003-12-10 12:05:40 +0000 |
commit | f71b53c8a0fe8bb8138a9e14e63f7a64b8c5746b (patch) | |
tree | 3535b1f02e2bb78ddc211d09dc3e8bfd303ef6b3 /gcc | |
parent | e8c5fc66497d5f85ec182e1d9521a473fc7bcc5a (diff) | |
download | gcc-f71b53c8a0fe8bb8138a9e14e63f7a64b8c5746b.zip gcc-f71b53c8a0fe8bb8138a9e14e63f7a64b8c5746b.tar.gz gcc-f71b53c8a0fe8bb8138a9e14e63f7a64b8c5746b.tar.bz2 |
config.gcc (arm-linux): Include linux.h in tm_file so that LINUX_TARGET_OS_CPP_BUILTINS is defined.
* config.gcc (arm-linux): Include linux.h in tm_file so that
LINUX_TARGET_OS_CPP_BUILTINS is defined.
* config/arm/linux-elf.h (LIB_SPEC): Protect the definition.
From-SVN: r74494
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d8f7055..c10568e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-12-10 Nick Clifton <nickc@redhat.com> + + * config.gcc (arm-linux): Include linux.h in tm_file so that + LINUX_TARGET_OS_CPP_BUILTINS is defined. + * config/arm/linux-elf.h (LIB_SPEC): Protect the definition. + 2003-12-09 James E Wilson <wilson@specifixinc.com> * rtl.def (CODE_LABEL, NOTE): Correct operand numbers in comments. |