summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-10-04 14:13:16 +0000
committerru <ru@FreeBSD.org>2001-10-04 14:13:16 +0000
commit7af6b8b2fae46e60652451af01571c5edfb2b1c9 (patch)
treeb0480ca8d0501548a7aaa0046284c3cf6f0dc769 /usr.sbin/amd
parent86cf053ae0113e103de743ed432880fb2b462149 (diff)
downloadFreeBSD-src-7af6b8b2fae46e60652451af01571c5edfb2b1c9.zip
FreeBSD-src-7af6b8b2fae46e60652451af01571c5edfb2b1c9.tar.gz
Removed mentions of TARGET_ARCH from non-cross places.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc
index 3ded149..fb29b81 100644
--- a/usr.sbin/amd/Makefile.inc
+++ b/usr.sbin/amd/Makefile.inc
@@ -18,8 +18,7 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/amd/include
CFLAGS+= -I${.CURDIR}/../../../contrib/amd
CFLAGS+= -DHAVE_CONFIG_H
-TARGET_ARCH?= ${MACHINE_ARCH}
-CFLAGS+= -DHOST_CPU=\"${TARGET_ARCH}\" -DHOST_ARCH=\"${TARGET_ARCH}\"
+CFLAGS+= -DHOST_CPU=\"${MACHINE_ARCH}\" -DHOST_ARCH=\"${MACHINE_ARCH}\"
.if exists(${.OBJDIR}/../libamu)
LIBAMUDIR= ${.OBJDIR}/../libamu
OpenPOWER on IntegriCloud