aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2006-09-12 07:37:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2006-09-12 07:37:44 +0000
commiteaa35077b4958fd1f6dcb325e08e6d309adf7fa2 (patch)
tree45aa1e6d7a2994f079e8aaecaf615ded82c60aed /gnu/usr.bin
parent8d60fe40547b725086b381f2848cb0da4f9ff9fb (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index 3867181ceb6d..5c945c54d0f6 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -80,10 +80,6 @@ insn-$F.c: ${.OBJDIR}/../cc_tools/gen$F
CFLAGS+= -DHAVE_CONFIG_H
CFLAGS+= -DTARGET_NAME=\"${target}\" -DIN_GCC
-.if ${TARGET_ARCH} == "arm" && defined(TARGET_BIG_ENDIAN)
-CFLAGS+= -DTARGET_ENDIAN_DEFAULT=ARM_FLAG_BIG_END
-.endif
-
# c-pch.o needs extra defines. Replicate the rule here rather than
# pollute compiler command line for all other files.
c-pch.o: c-pch.c