From 0917704bd4360ecc5c28d8961534fab7228dd1ff Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 14 Nov 1999 13:54:44 +0000 Subject: ${MACHINE} -> ${MACHINE_ARCH} All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH --- gnu/usr.bin/binutils/as/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile index 4de352e3d2f9d..17150e6c20ec0 100644 --- a/gnu/usr.bin/binutils/as/Makefile +++ b/gnu/usr.bin/binutils/as/Makefile @@ -9,8 +9,7 @@ FORMATS= freebsd # Only build the cross tools when not cross-compiling. __MA!=/sbin/sysctl -b hw.machine_arch -__M!=/sbin/sysctl -b hw.machine -.if ${__MA} == ${MACHINE_ARCH} || ${__M} == ${MACHINE} +.if ${__MA} == ${MACHINE_ARCH} .if defined(CROSS_ARCH) .for _g in ${CROSS_ARCH} .if (${GASES:R:M${_g:R}} == "") -- cgit v1.3