diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-11-14 13:54:44 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-11-14 13:54:44 +0000 |
| commit | 0917704bd4360ecc5c28d8961534fab7228dd1ff (patch) | |
| tree | 571f4f72304b0d631bd6808faace186b95d27a21 /gnu/usr.bin/binutils | |
| parent | 5d53601420282a042d1f2a120ba7f429371ef246 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/as/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile index 4de352e3d2f9..17150e6c20ec 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}} == "") |
