summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/Makefile.inc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-04 00:11:00 +0000
committerobrien <obrien@FreeBSD.org>2002-04-04 00:11:00 +0000
commit7826a0319a2b5836c8027a031a7bbda81106e114 (patch)
tree7c4035739179d27d9eb720de586571279f31b379 /gnu/usr.bin/cc/Makefile.inc
parentcf4b12fc98e014d9580d68f550e073fef4ac2c06 (diff)
downloadFreeBSD-src-7826a0319a2b5836c8027a031a7bbda81106e114.zip
FreeBSD-src-7826a0319a2b5836c8027a031a7bbda81106e114.tar.gz
Get rid of GCC_ARCH, and just use plain TARGET_ARCH.
We got rid of the MIPS le/be stuff that needed this a long time ago.
Diffstat (limited to 'gnu/usr.bin/cc/Makefile.inc')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 30a725b..49c1aa5 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -7,14 +7,13 @@
GCCDIR= ${.CURDIR}/../../../../contrib/gcc.295
TARGET_ARCH?= ${MACHINE_ARCH}
-GCC_ARCH= ${TARGET_ARCH}
# Machine description.
-MD_FILE= ${GCCDIR}/config/${GCC_ARCH}/${GCC_ARCH}.md
+MD_FILE= ${GCCDIR}/config/${TARGET_ARCH}/${TARGET_ARCH}.md
target= ${TARGET_ARCH}-unknown-freebsd
# These architectures are Cygnus's default for enabling Haifa.
-.if ${GCC_ARCH} == "alpha" || ${GCC_ARCH} == "sparc" || ${GCC_ARCH} == "sparc64"
+.if ${TARGET_ARCH} == "alpha"
USE_EGCS_HAIFA= 1
.endif
OpenPOWER on IntegriCloud