This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e53bca4f44
freebsd-dev
/
gnu
/
usr.bin
/
binutils
/
Makefile.inc
6 lines
86 B
PHP
Raw
Normal View
History
Unescape
Escape
Add bmakefiles for building binutils from the contrib tree. This finishes up the binutils import. But I am leaving it disabled in "src/gnu/usr.bin/Makefile" for now. It is not used by anything yet, so I'll take this opportunity to run one more round of tests before enabling it.
1998-03-01 23:41:17 +00:00
#
Install binutils tools in /usr/libexec/elf like on i386 so that objformat can be used to select them. The purpose of this is not necessarily to allow another host format, but to allow us to use the objformat trickery for cross compilation.
1998-08-18 06:51:08 +00:00
# $Id: Makefile.inc,v 1.2 1998/05/04 21:13:50 jb Exp $
Add bmakefiles for building binutils from the contrib tree. This finishes up the binutils import. But I am leaving it disabled in "src/gnu/usr.bin/Makefile" for now. It is not used by anything yet, so I'll take this opportunity to run one more round of tests before enabling it.
1998-03-01 23:41:17 +00:00
#
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.
1998-05-04 21:13:50 +00:00
BINDIR
?
=
/
usr
/
libexec
/
elf
Reference in New Issue
Copy Permalink