This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-22 14:49:36 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3898680cf7
opnsense-src
/
gnu
/
usr.bin
/
binutils
/
Makefile.inc
7 lines
54 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 18:41:17 -05:00
#
$Id$ -> $FreeBSD$
1999-08-27 19:37:10 -04:00
# $FreeBSD$
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 18:41:17 -05: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 17:13:50 -04:00
BINDIR
?
=
/
usr
/
libexec
/
elf
Turn up WARNS as high as possible. Tested by: gcc31, gcc32, /usr/bin/cc
2002-03-13 00:14:31 -05:00
WARNS
?
=
3
Reference in a new issue
Copy permalink