Skip to content

Commit

Permalink
Sync with src:
Browse files Browse the repository at this point in the history
	2015-03-30  H.J. Lu  <[email protected]>
	* Makefile.def (dependencies): Add all-zlib to all-bfd.
	* Makefile.in: Regenerated.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225769 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
hp committed Jul 14, 2015
1 parent 6c2daf3 commit 31a33dc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2015-07-14 Hans-Peter Nilsson <[email protected]>

Sync with src:
2015-03-30 H.J. Lu <[email protected]>
* Makefile.def (dependencies): Add all-zlib to all-bfd.
* Makefile.in: Regenerated.

2015-06-30 H.J. Lu <[email protected]>

* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
Expand Down
1 change: 1 addition & 0 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; };
dependencies = { module=configure-bfd; on=configure-intl; };
dependencies = { module=all-bfd; on=all-libiberty; };
dependencies = { module=all-bfd; on=all-intl; };
dependencies = { module=all-bfd; on=all-zlib; };
dependencies = { module=configure-opcodes; on=configure-libiberty; hard=true; };
dependencies = { module=all-opcodes; on=all-libiberty; };

Expand Down
8 changes: 8 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -49977,6 +49977,14 @@ all-stage3-bfd: maybe-all-stage3-intl
all-stage4-bfd: maybe-all-stage4-intl
all-stageprofile-bfd: maybe-all-stageprofile-intl
all-stagefeedback-bfd: maybe-all-stagefeedback-intl
all-bfd: maybe-all-zlib

all-stage1-bfd: maybe-all-stage1-zlib
all-stage2-bfd: maybe-all-stage2-zlib
all-stage3-bfd: maybe-all-stage3-zlib
all-stage4-bfd: maybe-all-stage4-zlib
all-stageprofile-bfd: maybe-all-stageprofile-zlib
all-stagefeedback-bfd: maybe-all-stagefeedback-zlib
configure-opcodes: configure-libiberty

configure-stage1-opcodes: configure-stage1-libiberty
Expand Down

0 comments on commit 31a33dc

Please sign in to comment.