diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-17 15:50:45 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-17 15:50:45 +0000 |
| commit | ecc4dcbd828295057f2272b8c0a2d1ac0a910d92 (patch) | |
| tree | c45f247bbe6bc356238d99e5cb7c620bd85e9a0d /gnu/usr.bin/binutils/Makefile.inc0 | |
| parent | 3fbbdea6b1624a274e4379f1376aa0f5409f0cb0 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.inc0')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile.inc0 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0 index c7445c7aaad2..f9b2e631f061 100644 --- a/gnu/usr.bin/binutils/Makefile.inc0 +++ b/gnu/usr.bin/binutils/Makefile.inc0 @@ -9,11 +9,12 @@ # VERSION= 2.9.1 +TARGET_ARCH?= ${MACHINE_ARCH} -.if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" +.if ${TARGET_ARCH} == "mipsel" || ${TARGET_ARCH} == "mipseb" BINUTIL_ARCH=mips .else -BINUTIL_ARCH=${MACHINE_ARCH} +BINUTIL_ARCH=${TARGET_ARCH} .endif # RELTOP is the relative path to this point in the source or object |
