Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
binutils-gdb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Michelland
binutils-gdb
Commits
f7c83eac
Commit
f7c83eac
authored
16 years ago
by
Andreas Schwab
Browse files
Options
Downloads
Patches
Plain Diff
* Makefile.def: configure-target-boehm-gc depends on
all-target-libstdc++-v3. * Makefile.in: Regenerate.
parent
e0665bc8
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+213
-208
213 additions, 208 deletions
ChangeLog
Makefile.def
+2
-1
2 additions, 1 deletion
Makefile.def
Makefile.in
+1
-0
1 addition, 0 deletions
Makefile.in
with
216 additions
and
209 deletions
ChangeLog
+
213
−
208
View file @
f7c83eac
This diff is collapsed.
Click to expand it.
Makefile.def
+
2
−
1
View file @
f7c83eac
...
@@ -4,7 +4,7 @@ AutoGen definitions Makefile.tpl;
...
@@ -4,7 +4,7 @@ AutoGen definitions Makefile.tpl;
//
Makefile.in
is
generated
from
Makefile.tpl
by
'autogen Makefile.def'
.
//
Makefile.in
is
generated
from
Makefile.tpl
by
'autogen Makefile.def'
.
//
This
file
was
originally
written
by
Nathanael
Nerode.
//
This
file
was
originally
written
by
Nathanael
Nerode.
//
//
//
Copyright
2002,
2003,
2004,
2005,
2006,
2007
Free
Software
Foundation
//
Copyright
2002,
2003,
2004,
2005,
2006,
2007
,
2008
Free
Software
Foundation
//
//
//
This
file
is
free
software;
you
can
redistribute
it
and/or
modify
//
This
file
is
free
software;
you
can
redistribute
it
and/or
modify
//
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
//
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
...
@@ -496,6 +496,7 @@ lang_env_dependencies = { module=libgcc; no_gcc=true; no_c=true; };
...
@@ -496,6 +496,7 @@ lang_env_dependencies = { module=libgcc; no_gcc=true; no_c=true; };
lang_env_dependencies = { module=libiberty; no_c=true; };
lang_env_dependencies = { module=libiberty; no_c=true; };
dependencies = { module=configure-target-boehm-gc; on=configure-target-qthreads; };
dependencies = { module=configure-target-boehm-gc; on=configure-target-qthreads; };
dependencies = { module=configure-target-boehm-gc; on=all-target-libstdc++-v3; };
dependencies = { module=configure-target-fastjar; on=configure-target-zlib; };
dependencies = { module=configure-target-fastjar; on=configure-target-zlib; };
dependencies = { module=all-target-fastjar; on=all-target-zlib; };
dependencies = { module=all-target-fastjar; on=all-target-zlib; };
dependencies = { module=all-target-fastjar; on=all-target-libiberty; };
dependencies = { module=all-target-fastjar; on=all-target-libiberty; };
...
...
This diff is collapsed.
Click to expand it.
Makefile.in
+
1
−
0
View file @
f7c83eac
...
@@ -55703,6 +55703,7 @@ all-send-pr: maybe-all-prms
...
@@ -55703,6 +55703,7 @@ all-send-pr: maybe-all-prms
all-tar: maybe-all-build-texinfo
all-tar: maybe-all-build-texinfo
all-uudecode: maybe-all-build-texinfo
all-uudecode: maybe-all-build-texinfo
configure-target-boehm-gc: maybe-configure-target-qthreads
configure-target-boehm-gc: maybe-configure-target-qthreads
configure-target-boehm-gc: maybe-all-target-libstdc++-v3
configure-target-fastjar: maybe-configure-target-zlib
configure-target-fastjar: maybe-configure-target-zlib
all-target-fastjar: maybe-all-target-zlib
all-target-fastjar: maybe-all-target-zlib
all-target-fastjar: maybe-all-target-libiberty
all-target-fastjar: maybe-all-target-libiberty
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment