Skip to content

Commit

Permalink
2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
Browse files Browse the repository at this point in the history
        * 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.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171422 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
bonzini committed Mar 24, 2011
1 parent e477dd1 commit 98dc4c0
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 44 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
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.

2011-03-24 Paolo Bonzini <bonzini@gnu.org>

* configure.ac: Do not include mh-x86omitfp.
Expand Down
2 changes: 2 additions & 0 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ dependencies = { module=all-gnattools; on=all-target-libada; };

dependencies = { module=all-lto-plugin; on=all-libiberty; };

dependencies = { module=all-utils; on=all-libiberty; };

dependencies = { module=configure-mpfr; on=all-gmp; };
dependencies = { module=configure-mpc; on=all-mpfr; };
dependencies = { module=configure-ppl; on=all-gmp; };
Expand Down
3 changes: 1 addition & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions Makefile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,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@
Expand Down
7 changes: 7 additions & 0 deletions config/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2011-03-24 Paolo Bonzini <pbonzini@redhat.com>

* mt-mep: Remove, obsolete.
* mt-netware: Remove, obsolete.
* mt-wince: Remove, obsolete.
* mt-v810: Remove, unused.

2011-03-24 Paolo Bonzini <bonzini@gnu.org>

* mh-x86omitfp: Remove.
Expand Down
8 changes: 0 additions & 8 deletions config/mt-mep

This file was deleted.

1 change: 0 additions & 1 deletion config/mt-netware

This file was deleted.

3 changes: 0 additions & 3 deletions config/mt-v810

This file was deleted.

10 changes: 0 additions & 10 deletions config/mt-wince

This file was deleted.

9 changes: 0 additions & 9 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -6749,9 +6749,6 @@ extra_nmflags_for_target=
extra_ranlibflags_for_target=
target_makefile_frag=/dev/null
case "${target}" in
mep*-*-*)
target_makefile_frag="config/mt-mep"
;;
spu-*-*)
target_makefile_frag="config/mt-spu"
;;
Expand All @@ -6764,9 +6761,6 @@ case "${target}" in
mips*-*-*linux* | mips*-*-gnu*)
target_makefile_frag="config/mt-mips-gnu"
;;
*-*-netware*)
target_makefile_frag="config/mt-netware"
;;
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
target_makefile_frag="config/mt-gnu"
;;
Expand All @@ -6781,9 +6775,6 @@ case "${target}" in
# ranlib before Darwin10 requires the -c flag to look at common symbols.
extra_ranlibflags_for_target=" -c"
;;
mips*-*-pe | sh*-*-pe | *arm-wince-pe)
target_makefile_frag="config/mt-wince"
;;
esac
alphaieee_frag=/dev/null
Expand Down
9 changes: 0 additions & 9 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2233,9 +2233,6 @@ extra_nmflags_for_target=
extra_ranlibflags_for_target=
target_makefile_frag=/dev/null
case "${target}" in
mep*-*-*)
target_makefile_frag="config/mt-mep"
;;
spu-*-*)
target_makefile_frag="config/mt-spu"
;;
Expand All @@ -2248,9 +2245,6 @@ case "${target}" in
mips*-*-*linux* | mips*-*-gnu*)
target_makefile_frag="config/mt-mips-gnu"
;;
*-*-netware*)
target_makefile_frag="config/mt-netware"
;;
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
target_makefile_frag="config/mt-gnu"
;;
Expand All @@ -2265,9 +2259,6 @@ case "${target}" in
# ranlib before Darwin10 requires the -c flag to look at common symbols.
extra_ranlibflags_for_target=" -c"
;;
mips*-*-pe | sh*-*-pe | *arm-wince-pe)
target_makefile_frag="config/mt-wince"
;;
esac

alphaieee_frag=/dev/null
Expand Down

0 comments on commit 98dc4c0

Please sign in to comment.