From owner-cvs-gnu Mon May 4 14:17:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26982 for cvs-gnu-outgoing; Mon, 4 May 1998 14:17:30 -0700 (PDT) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26789; Mon, 4 May 1998 14:16:23 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA28897; Mon, 4 May 1998 14:13:51 -0700 (PDT) Date: Mon, 4 May 1998 14:13:51 -0700 (PDT) Message-Id: <199805042113.OAA28897@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/binutils Makefile.inc Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/04 14:13:50 PDT Modified files: gnu/usr.bin/binutils Makefile.inc Log: Since the makefiles below binutils with the architecture extension are now included according to the cross-architecture support required, default the BINDIR for i386 to /usr/libexec/elf here instead of in all the i386 specific makefiles. For all other architectures, BINDIR is just /usr/bin. Revision Changes Path 1.2 +5 -1 src/gnu/usr.bin/binutils/Makefile.inc