History log of /freebsd-12.1/gnu/usr.bin/binutils/libiberty/Makefile (Results 1 – 25 of 28)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0
# 878ad389 01-Nov-2010 Dimitry Andric <[email protected]>

Update Makefile and config.h for libiberty.


# e083002b 22-Oct-2010 Dimitry Andric <[email protected]>

Most of binutils now compiles at WARNS=3, except for libiberty and
libbfd, which still need WARNS=2.


# 5c89268c 21-Oct-2010 Dimitry Andric <[email protected]>

Add new upstream file to libiberty.


# 2fe35e02 21-Oct-2010 Dimitry Andric <[email protected]>

Use one file per line in SRCS= definition, to make insertions and
deletions easier.


Revision tags: release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0
# 01950bb6 14-Feb-2005 David E. O'Brien <[email protected]>

Use the system gnuregex library vs. building GNU regex bits into libiberty
and using them.

Reviewed by: marcel,imp
Desired by: ache


Revision tags: release/4.11.0, release/5.3.0
# a35d8893 24-Oct-2004 Ruslan Ermilov <[email protected]>

For variables that are only checked with defined(), don't provide
any fake value.


# 7905213d 19-Jun-2004 Marcel Moolenaar <[email protected]>

Seperately add regex.c and splay-tree.c to SRCS. They are both needed
by gdb(1). While here, sort SRCS.


# e223c68b 16-Jun-2004 David E. O'Brien <[email protected]>

Updated Bmake framework for Binutils 2.15.


Revision tags: release/4.10.0
# d022c66f 28-Feb-2004 Andrey A. Chernov <[email protected]>

Use system getopt_long*


# 7ff8c436 24-Feb-2004 Johan Karlsson <[email protected]>

style.Makefile(5):
Use WARNS?= instead of WARNS=

For this to work properly for all part is the subdirectories
the WARNS assignments in Makefile.inc0 are moved to the correspondning
Makefile.inc.

A

style.Makefile(5):
Use WARNS?= instead of WARNS=

For this to work properly for all part is the subdirectories
the WARNS assignments in Makefile.inc0 are moved to the correspondning
Makefile.inc.

Approved by: obrien (binutils maintainer)
Tested by: make universe

show more ...


Revision tags: release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0
# 30aaff11 05-Apr-2003 Warner Losh <[email protected]>

Migrate to a new way of dealing with building from old revisions of
FreeBSD. This method attempts to centralize all the necessary hacks
or work arounds in one of two places in the tree (src/Makefile

Migrate to a new way of dealing with building from old revisions of
FreeBSD. This method attempts to centralize all the necessary hacks
or work arounds in one of two places in the tree (src/Makefile.inc1
and src/tools/build). We build a small compatibility library
(libbuild.a) as well as selectively installing necessary include
files. We then include this directory when building host binaries.

This removes all the past release compatibilty hacks from various
places in the tree. We still build on tip of stable and current. I
will work with those that want to support more, although I anticipate
it will just work.

Many thanks to ru@, obrien@ and jhb@ for providing valuable input at
various stage of implementation, as well as for working together to
positively effect a change for the better.

show more ...


Revision tags: release/4.8.0, release/5.0.0
# 40c6b893 13-Nov-2002 Ruslan Ermilov <[email protected]>

Take __FreeBSD_version into account when BOOTSTRAPPING.


Revision tags: release/4.6.2
# 46f8fdc3 13-May-2002 Ruslan Ermilov <[email protected]>

Removed now unused INTERNALSTATICLIB.
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.


# 2cadc0a9 13-Mar-2002 David E. O'Brien <[email protected]>

Turn up WARNS as high as possible.

Tested by: gcc31, gcc32, /usr/bin/cc


# 19d22310 27-Jan-2002 David E. O'Brien <[email protected]>

Style fix.


# fb0944a6 27-Jan-2002 David E. O'Brien <[email protected]>

Add files new with 2.12.0.


# 7d437141 26-Sep-2001 David E. O'Brien <[email protected]>

Unconditionally use basename.c source vs. only doing this if the libc we
are linking against does not have basename(). There is a buffer overflow
bug in lib/libc/gen/basename.c rev 1.1. There is no

Unconditionally use basename.c source vs. only doing this if the libc we
are linking against does not have basename(). There is a buffer overflow
bug in lib/libc/gen/basename.c rev 1.1. There is no way for us to test
what revision of basename() we have in libc, thus this change.

Requested by: ru

show more ...


# dd1cd2eb 14-Sep-2001 David E. O'Brien <[email protected]>

Rev 1.10 bogusly tested the kernel version, not the libc version.
The version of the kernel has no bearing on what is in libc.
We now search for basename in libc to determin if we need to include
the

Rev 1.10 bogusly tested the kernel version, not the libc version.
The version of the kernel has no bearing on what is in libc.
We now search for basename in libc to determin if we need to include
the libiberty version in the build.

This is all still a bit bogus as it will (like the sysctl method) cause
basename.o to be linked into the cross-build as well as the host build. It
would probably be better to test if we were doing the initial host build and
unconditionally include that. Once we've generated the target libc we know
that basename is available. (maybe test for $TOOLS_PREFIX or something).

Submitted by: peter

show more ...


# 6d87bbdf 06-Sep-2001 David E. O'Brien <[email protected]>

Fix the upgrade path from 4.1 and earlier.


# 50ea0409 20-Jul-2001 David E. O'Brien <[email protected]>

Add lbasename which is used in the `LD' fix for -current.


# f99372a0 28-May-2001 David E. O'Brien <[email protected]>

Upgrade to Binutils 2.11.0.


Revision tags: release/4.3.0
# 7ea7bc59 31-Mar-2001 David E. O'Brien <[email protected]>

Reduce the libiberty sources we build to those we actually need.


# 8da47394 31-Mar-2001 David E. O'Brien <[email protected]>

Minor style cleanup.


# 04f9b2d5 15-Nov-2000 David E. O'Brien <[email protected]>

Upgrade to Binutils 2.10.1.


# 7f3d7f20 22-May-2000 David E. O'Brien <[email protected]>

Pull the switch and activate our Binutils to a snapshot of the up and
comming 2.10 release.


12