CVS commit: src/tools/binutils

2016-01-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 26 17:47:57 UTC 2016

Modified Files:
src/tools/binutils: Makefile

Log Message:
use EXTERNAL_BINUTILS_SUBDIR


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/tools/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2011-08-03 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Aug  4 02:38:41 UTC 2011

Modified Files:
src/tools/binutils: Makefile

Log Message:
add --disable-werror.  GCC 4.6 doesn't like some of the code here and
rather than patching code to fix it (and one case isn't trivially fixable)
simply turn off -Werror by default here.  should fix PR#45140.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tools/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2011-09-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep 25 04:00:58 UTC 2011

Modified Files:
src/tools/binutils: mknative-binutils

Log Message:
adjust for new gas Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tools/binutils/mknative-binutils

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2013-10-01 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Oct  1 15:41:17 UTC 2013

Modified Files:
src/tools/binutils: mknative-binutils

Log Message:
Grab enable_initfini_array from the ld Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tools/binutils/mknative-binutils

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2014-01-29 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Jan 29 23:35:13 UTC 2014

Modified Files:
src/tools/binutils: Makefile

Log Message:
For the tools build, always use the Bison-created m68 asm parser.
Fixes build on Linux, where the glibc guards trip up the
"must-be-included-first" check in config.h.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/tools/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2014-02-15 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb 15 13:34:28 UTC 2014

Modified Files:
src/tools/binutils: Makefile

Log Message:
No need to specify ${.OBJDIR} for target files.

It rather fails if MKHOSTOBJ=yes.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/tools/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2020-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  4 00:47:30 UTC 2020

Modified Files:
src/tools/binutils: Makefile

Log Message:
put the binutils include before /usr/include to get the right md5.h


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/tools/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2020-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  4 00:47:52 UTC 2020

Modified Files:
src/tools/binutils: mknative-binutils

Log Message:
Handle libctf new in binutils 2.34


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tools/binutils/mknative-binutils

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2020-04-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  4 01:34:53 UTC 2020

Modified Files:
src/tools/binutils: mknative-binutils

Log Message:
rename libctf to libgnuctf


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tools/binutils/mknative-binutils

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2016-10-10 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Oct 11 03:57:00 UTC 2016

Modified Files:
src/tools/binutils: Makefile

Log Message:
pass -L in LDFLAGS.  clang complains about it to stderr, and configure
checks for headers fail if there are unexpected stderr.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/tools/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2018-11-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov  7 01:14:19 UTC 2018

Modified Files:
src/tools/binutils: Makefile mknative-binutils

Log Message:
Adjust for 2.31.1


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/tools/binutils/Makefile
cvs rdiff -u -r1.9 -r1.10 src/tools/binutils/mknative-binutils

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2018-11-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov  8 02:08:35 UTC 2018

Modified Files:
src/tools/binutils: mknative-binutils

Log Message:
need global replace


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tools/binutils/mknative-binutils

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tools/binutils

2018-12-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Dec 27 16:26:53 UTC 2018

Modified Files:
src/tools/binutils: Makefile

Log Message:
explicitly disable initfini-array; we don't have it yet.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/tools/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.