aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2007-09-18 23:34:42 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2007-09-18 23:34:42 +0000
commit65875b1f5895086038f86359ef7f45a4ed4b8c24 (patch)
tree12bf0793e2a57dfd54d90d0a4ab165f49b0a12e1 /gnu
parentab562eef00a00546f1ebfa2465079bb10fe2b8e6 (diff)
downloadsrc-65875b1f5895086038f86359ef7f45a4ed4b8c24.tar.gz
src-65875b1f5895086038f86359ef7f45a4ed4b8c24.zip
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index 7082c3ea4238..a7ec17c06410 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -75,6 +75,10 @@ OBJS-md+= ${GCC_CPU}-c.o
# Target specific, C specific object file
C_TARGET_OBJS=
+.if ${TARGET_ARCH} == "arm" && defined(TARGET_BIG_ENDIAN)
+CFLAGS += -DTARGET_ENDIAN_DEFAULT=MASK_BIG_END
+.endif
+
# Language-specific object files for C and Objective C.
C_AND_OBJC_OBJS = attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o \
c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o \