Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/gnu/dist/toolchain/gcc/config/arm Pull up revision 1.11...
details: https://anonhg.NetBSD.org/src/rev/c5b498916b6c
branches: netbsd-1-6
changeset: 529362:c5b498916b6c
user: he <he%NetBSD.org@localhost>
date: Sat Nov 16 09:30:58 2002 +0000
description:
Pull up revision 1.11 (requested by thorpej in ticket #636):
Define __ARMEL__ if little-endian, as gcc 3.x does.
diffstat:
gnu/dist/toolchain/gcc/config/arm/netbsd-elf.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 84b8d8ddbdcd -r c5b498916b6c gnu/dist/toolchain/gcc/config/arm/netbsd-elf.h
--- a/gnu/dist/toolchain/gcc/config/arm/netbsd-elf.h Sat Nov 16 09:22:16 2002 +0000
+++ b/gnu/dist/toolchain/gcc/config/arm/netbsd-elf.h Sat Nov 16 09:30:58 2002 +0000
@@ -32,6 +32,10 @@
#define TARGET_ENDIAN_DEFAULT 0
#endif
+#ifndef CPP_ENDIAN_DEFAULT_SPEC
+#define CPP_ENDIAN_DEFAULT_SPEC "-D__ARMEL__"
+#endif
+
#define TARGET_DEFAULT \
(ARM_FLAG_APCS_32 \
| ARM_FLAG_APCS_FRAME \
Home |
Main Index |
Thread Index |
Old Index