diff options
author | obrien <obrien@FreeBSD.org> | 2006-09-12 07:37:44 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-09-12 07:37:44 +0000 |
commit | a78f3f2302294e876fdf05628e936891d4a82056 (patch) | |
tree | 45aa1e6d7a2994f079e8aaecaf615ded82c60aed /gnu | |
parent | 26e5f5c59e79daadf5ca581bba3723c7f318a529 (diff) | |
download | FreeBSD-src-a78f3f2302294e876fdf05628e936891d4a82056.zip FreeBSD-src-a78f3f2302294e876fdf05628e936891d4a82056.tar.gz |
Move to more global Makefile.tgt vs. having to define in the leaves.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 4 |
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 3867181..5c945c5 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 |