diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-03-24 17:50:32 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2011-03-24 17:50:32 +0000 |
commit | 3f984ad86f365898781031021cf7a5818877b7a7 (patch) | |
tree | 7fda794871f0767c7ee6c512342c4b00ad3a6466 /Makefile.in | |
parent | 0d77047a145fde4c67e560e06239648bbbd8726d (diff) | |
download | cygnal-3f984ad86f365898781031021cf7a5818877b7a7.tar.gz cygnal-3f984ad86f365898781031021cf7a5818877b7a7.tar.bz2 cygnal-3f984ad86f365898781031021cf7a5818877b7a7.zip |
2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
* configure.ac: Remove references to mt-mep, mt-netware,
mt-wince.
* Makefile.def: Add all-utils soft dependencies.
* Makefile.tpl: Remove GDB_NLM_DEPS.
* configure: Regenerate.
* Makefile.in: Regenerate.
config:
2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
* mt-mep: Remove, obsolete.
* mt-netware: Remove, obsolete.
* mt-wince: Remove, obsolete.
* mt-v810: Remove, unused.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index fa1c1448f..128691f98 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,8 +100,6 @@ TOPLEVEL_CONFIGURE_ARGUMENTS=@TOPLEVEL_CONFIGURE_ARGUMENTS@ tooldir = @tooldir@ build_tooldir = @build_tooldir@ -GDB_NLM_DEPS = - # This is the name of the environment variable used for the path to # the libraries. RPATH_ENVVAR = @RPATH_ENVVAR@ @@ -60524,6 +60522,7 @@ all-stage3-lto-plugin: maybe-all-stage3-libiberty all-stage4-lto-plugin: maybe-all-stage4-libiberty all-stageprofile-lto-plugin: maybe-all-stageprofile-libiberty all-stagefeedback-lto-plugin: maybe-all-stagefeedback-libiberty +all-utils: maybe-all-libiberty configure-mpfr: maybe-all-gmp configure-stage1-mpfr: maybe-all-stage1-gmp |