mirror of git://gcc.gnu.org/git/gcc.git
[multiple changes]
2006-06-06 Carlos O'Donell <carlos@codesourcery.com> Sync from src: * configure.in: Sync. * configure: Regenerated. 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.def: Added dependencies from sim and gdb on intl, and added configure dependencies to everything with an all dependency on intl. * Makefile.in: Regenerated. From-SVN: r114444
This commit is contained in:
parent
7c78582a31
commit
32845532e0
14
ChangeLog
14
ChangeLog
|
|
@ -1,3 +1,17 @@
|
||||||
|
2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
|
Sync from src:
|
||||||
|
|
||||||
|
* configure.in: Sync.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
|
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.def: Added dependencies from sim and gdb on intl, and
|
||||||
|
added configure dependencies to everything with an all dependency
|
||||||
|
on intl.
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
|
||||||
2006-06-06 David Ayers <d.ayers@inode.at>
|
2006-06-06 David Ayers <d.ayers@inode.at>
|
||||||
|
|
||||||
PR libobjc/13946
|
PR libobjc/13946
|
||||||
|
|
|
||||||
|
|
@ -294,7 +294,9 @@ dependencies = { module=all-fixincludes; on=all-libiberty; };
|
||||||
dependencies = { module=all-gnattools; on=all-target-libada; };
|
dependencies = { module=all-gnattools; on=all-target-libada; };
|
||||||
|
|
||||||
// Host modules specific to gdb.
|
// Host modules specific to gdb.
|
||||||
|
dependencies = { module=configure-gdb; on=configure-intl; };
|
||||||
dependencies = { module=configure-gdb; on=configure-sim; };
|
dependencies = { module=configure-gdb; on=configure-sim; };
|
||||||
|
dependencies = { module=all-gdb; on=all-intl; };
|
||||||
dependencies = { module=all-gdb; on=all-libiberty; };
|
dependencies = { module=all-gdb; on=all-libiberty; };
|
||||||
dependencies = { module=all-gdb; on=all-opcodes; };
|
dependencies = { module=all-gdb; on=all-opcodes; };
|
||||||
dependencies = { module=all-gdb; on=all-bfd; };
|
dependencies = { module=all-gdb; on=all-bfd; };
|
||||||
|
|
@ -311,9 +313,11 @@ dependencies = { module=all-libgui; on=all-itcl; };
|
||||||
|
|
||||||
// Host modules specific to binutils.
|
// Host modules specific to binutils.
|
||||||
dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; };
|
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-libiberty; };
|
||||||
dependencies = { module=all-bfd; on=all-intl; };
|
dependencies = { module=all-bfd; on=all-intl; };
|
||||||
|
|
||||||
|
dependencies = { module=configure-binutils; on=configure-intl; };
|
||||||
dependencies = { module=all-binutils; on=all-libiberty; };
|
dependencies = { module=all-binutils; on=all-libiberty; };
|
||||||
dependencies = { module=all-binutils; on=all-opcodes; };
|
dependencies = { module=all-binutils; on=all-opcodes; };
|
||||||
dependencies = { module=all-binutils; on=all-bfd; };
|
dependencies = { module=all-binutils; on=all-bfd; };
|
||||||
|
|
@ -330,14 +334,17 @@ dependencies = { module=install-binutils; on=install-opcodes; };
|
||||||
// libopcodes depends on libbfd
|
// libopcodes depends on libbfd
|
||||||
dependencies = { module=install-opcodes; on=install-bfd; };
|
dependencies = { module=install-opcodes; on=install-bfd; };
|
||||||
|
|
||||||
|
dependencies = { module=configure-gas; on=configure-intl; };
|
||||||
dependencies = { module=all-gas; on=all-libiberty; };
|
dependencies = { module=all-gas; on=all-libiberty; };
|
||||||
dependencies = { module=all-gas; on=all-opcodes; };
|
dependencies = { module=all-gas; on=all-opcodes; };
|
||||||
dependencies = { module=all-gas; on=all-bfd; };
|
dependencies = { module=all-gas; on=all-bfd; };
|
||||||
dependencies = { module=all-gas; on=all-intl; };
|
dependencies = { module=all-gas; on=all-intl; };
|
||||||
|
dependencies = { module=configure-gprof; on=configure-intl; };
|
||||||
dependencies = { module=all-gprof; on=all-libiberty; };
|
dependencies = { module=all-gprof; on=all-libiberty; };
|
||||||
dependencies = { module=all-gprof; on=all-bfd; };
|
dependencies = { module=all-gprof; on=all-bfd; };
|
||||||
dependencies = { module=all-gprof; on=all-opcodes; };
|
dependencies = { module=all-gprof; on=all-opcodes; };
|
||||||
dependencies = { module=all-gprof; on=all-intl; };
|
dependencies = { module=all-gprof; on=all-intl; };
|
||||||
|
dependencies = { module=configure-ld; on=configure-intl; };
|
||||||
dependencies = { module=all-ld; on=all-libiberty; };
|
dependencies = { module=all-ld; on=all-libiberty; };
|
||||||
dependencies = { module=all-ld; on=all-bfd; };
|
dependencies = { module=all-ld; on=all-bfd; };
|
||||||
dependencies = { module=all-ld; on=all-opcodes; };
|
dependencies = { module=all-ld; on=all-opcodes; };
|
||||||
|
|
@ -377,6 +384,8 @@ dependencies = { module=all-sid; on=all-tk; };
|
||||||
dependencies = { module=install-sid; on=install-tcl; };
|
dependencies = { module=install-sid; on=install-tcl; };
|
||||||
dependencies = { module=install-sid; on=install-tk; };
|
dependencies = { module=install-sid; on=install-tk; };
|
||||||
|
|
||||||
|
dependencies = { module=configure-sim; on=configure-intl; };
|
||||||
|
dependencies = { module=all-sim; on=all-intl; };
|
||||||
dependencies = { module=all-sim; on=all-libiberty; };
|
dependencies = { module=all-sim; on=all-libiberty; };
|
||||||
dependencies = { module=all-sim; on=all-bfd; };
|
dependencies = { module=all-sim; on=all-bfd; };
|
||||||
dependencies = { module=all-sim; on=all-opcodes; };
|
dependencies = { module=all-sim; on=all-opcodes; };
|
||||||
|
|
|
||||||
37
Makefile.in
37
Makefile.in
|
|
@ -40823,7 +40823,9 @@ all-stageprofile-libcpp: maybe-all-stageprofile-intl
|
||||||
all-stagefeedback-libcpp: maybe-all-stagefeedback-intl
|
all-stagefeedback-libcpp: maybe-all-stagefeedback-intl
|
||||||
all-fixincludes: maybe-all-libiberty
|
all-fixincludes: maybe-all-libiberty
|
||||||
all-gnattools: maybe-all-target-libada
|
all-gnattools: maybe-all-target-libada
|
||||||
|
configure-gdb: maybe-configure-intl
|
||||||
configure-gdb: maybe-configure-sim
|
configure-gdb: maybe-configure-sim
|
||||||
|
all-gdb: maybe-all-intl
|
||||||
all-gdb: maybe-all-libiberty
|
all-gdb: maybe-all-libiberty
|
||||||
all-gdb: maybe-all-opcodes
|
all-gdb: maybe-all-opcodes
|
||||||
all-gdb: maybe-all-bfd
|
all-gdb: maybe-all-bfd
|
||||||
|
|
@ -40844,6 +40846,14 @@ configure-stage3-bfd: configure-stage3-libiberty
|
||||||
configure-stage4-bfd: configure-stage4-libiberty
|
configure-stage4-bfd: configure-stage4-libiberty
|
||||||
configure-stageprofile-bfd: configure-stageprofile-libiberty
|
configure-stageprofile-bfd: configure-stageprofile-libiberty
|
||||||
configure-stagefeedback-bfd: configure-stagefeedback-libiberty
|
configure-stagefeedback-bfd: configure-stagefeedback-libiberty
|
||||||
|
configure-bfd: maybe-configure-intl
|
||||||
|
|
||||||
|
configure-stage1-bfd: maybe-configure-stage1-intl
|
||||||
|
configure-stage2-bfd: maybe-configure-stage2-intl
|
||||||
|
configure-stage3-bfd: maybe-configure-stage3-intl
|
||||||
|
configure-stage4-bfd: maybe-configure-stage4-intl
|
||||||
|
configure-stageprofile-bfd: maybe-configure-stageprofile-intl
|
||||||
|
configure-stagefeedback-bfd: maybe-configure-stagefeedback-intl
|
||||||
all-bfd: maybe-all-libiberty
|
all-bfd: maybe-all-libiberty
|
||||||
|
|
||||||
all-stage1-bfd: maybe-all-stage1-libiberty
|
all-stage1-bfd: maybe-all-stage1-libiberty
|
||||||
|
|
@ -40860,6 +40870,14 @@ all-stage3-bfd: maybe-all-stage3-intl
|
||||||
all-stage4-bfd: maybe-all-stage4-intl
|
all-stage4-bfd: maybe-all-stage4-intl
|
||||||
all-stageprofile-bfd: maybe-all-stageprofile-intl
|
all-stageprofile-bfd: maybe-all-stageprofile-intl
|
||||||
all-stagefeedback-bfd: maybe-all-stagefeedback-intl
|
all-stagefeedback-bfd: maybe-all-stagefeedback-intl
|
||||||
|
configure-binutils: maybe-configure-intl
|
||||||
|
|
||||||
|
configure-stage1-binutils: maybe-configure-stage1-intl
|
||||||
|
configure-stage2-binutils: maybe-configure-stage2-intl
|
||||||
|
configure-stage3-binutils: maybe-configure-stage3-intl
|
||||||
|
configure-stage4-binutils: maybe-configure-stage4-intl
|
||||||
|
configure-stageprofile-binutils: maybe-configure-stageprofile-intl
|
||||||
|
configure-stagefeedback-binutils: maybe-configure-stagefeedback-intl
|
||||||
all-binutils: maybe-all-libiberty
|
all-binutils: maybe-all-libiberty
|
||||||
|
|
||||||
all-stage1-binutils: maybe-all-stage1-libiberty
|
all-stage1-binutils: maybe-all-stage1-libiberty
|
||||||
|
|
@ -40921,6 +40939,14 @@ all-stageprofile-binutils: maybe-all-stageprofile-intl
|
||||||
all-stagefeedback-binutils: maybe-all-stagefeedback-intl
|
all-stagefeedback-binutils: maybe-all-stagefeedback-intl
|
||||||
install-binutils: maybe-install-opcodes
|
install-binutils: maybe-install-opcodes
|
||||||
install-opcodes: maybe-install-bfd
|
install-opcodes: maybe-install-bfd
|
||||||
|
configure-gas: maybe-configure-intl
|
||||||
|
|
||||||
|
configure-stage1-gas: maybe-configure-stage1-intl
|
||||||
|
configure-stage2-gas: maybe-configure-stage2-intl
|
||||||
|
configure-stage3-gas: maybe-configure-stage3-intl
|
||||||
|
configure-stage4-gas: maybe-configure-stage4-intl
|
||||||
|
configure-stageprofile-gas: maybe-configure-stageprofile-intl
|
||||||
|
configure-stagefeedback-gas: maybe-configure-stagefeedback-intl
|
||||||
all-gas: maybe-all-libiberty
|
all-gas: maybe-all-libiberty
|
||||||
|
|
||||||
all-stage1-gas: maybe-all-stage1-libiberty
|
all-stage1-gas: maybe-all-stage1-libiberty
|
||||||
|
|
@ -40953,10 +40979,19 @@ all-stage3-gas: maybe-all-stage3-intl
|
||||||
all-stage4-gas: maybe-all-stage4-intl
|
all-stage4-gas: maybe-all-stage4-intl
|
||||||
all-stageprofile-gas: maybe-all-stageprofile-intl
|
all-stageprofile-gas: maybe-all-stageprofile-intl
|
||||||
all-stagefeedback-gas: maybe-all-stagefeedback-intl
|
all-stagefeedback-gas: maybe-all-stagefeedback-intl
|
||||||
|
configure-gprof: maybe-configure-intl
|
||||||
all-gprof: maybe-all-libiberty
|
all-gprof: maybe-all-libiberty
|
||||||
all-gprof: maybe-all-bfd
|
all-gprof: maybe-all-bfd
|
||||||
all-gprof: maybe-all-opcodes
|
all-gprof: maybe-all-opcodes
|
||||||
all-gprof: maybe-all-intl
|
all-gprof: maybe-all-intl
|
||||||
|
configure-ld: maybe-configure-intl
|
||||||
|
|
||||||
|
configure-stage1-ld: maybe-configure-stage1-intl
|
||||||
|
configure-stage2-ld: maybe-configure-stage2-intl
|
||||||
|
configure-stage3-ld: maybe-configure-stage3-intl
|
||||||
|
configure-stage4-ld: maybe-configure-stage4-intl
|
||||||
|
configure-stageprofile-ld: maybe-configure-stageprofile-intl
|
||||||
|
configure-stagefeedback-ld: maybe-configure-stagefeedback-intl
|
||||||
all-ld: maybe-all-libiberty
|
all-ld: maybe-all-libiberty
|
||||||
|
|
||||||
all-stage1-ld: maybe-all-stage1-libiberty
|
all-stage1-ld: maybe-all-stage1-libiberty
|
||||||
|
|
@ -41053,6 +41088,8 @@ all-sid: maybe-all-tcl
|
||||||
all-sid: maybe-all-tk
|
all-sid: maybe-all-tk
|
||||||
install-sid: maybe-install-tcl
|
install-sid: maybe-install-tcl
|
||||||
install-sid: maybe-install-tk
|
install-sid: maybe-install-tk
|
||||||
|
configure-sim: maybe-configure-intl
|
||||||
|
all-sim: maybe-all-intl
|
||||||
all-sim: maybe-all-libiberty
|
all-sim: maybe-all-libiberty
|
||||||
all-sim: maybe-all-bfd
|
all-sim: maybe-all-bfd
|
||||||
all-sim: maybe-all-opcodes
|
all-sim: maybe-all-opcodes
|
||||||
|
|
|
||||||
40
configure.in
40
configure.in
|
|
@ -1068,26 +1068,6 @@ fi
|
||||||
ACX_PROG_GNAT
|
ACX_PROG_GNAT
|
||||||
ACX_PROG_CMP_IGNORE_INITIAL
|
ACX_PROG_CMP_IGNORE_INITIAL
|
||||||
|
|
||||||
# Check for html and install-html
|
|
||||||
AC_ARG_WITH(datarootdir,
|
|
||||||
[ --with-datarootdir Use datarootdir as the data root directory.],
|
|
||||||
[datarootdir="\${prefix}/${withval}"],
|
|
||||||
[datarootdir="\${prefix}/share"])
|
|
||||||
|
|
||||||
AC_ARG_WITH(docdir,
|
|
||||||
[ --with-docdir Install documentation in this directory.],
|
|
||||||
[docdir="\${prefix}/${withval}"],
|
|
||||||
[docdir="\${datarootdir}/doc"])
|
|
||||||
|
|
||||||
AC_ARG_WITH(htmldir,
|
|
||||||
[ --with-htmldir Install html in this directory.],
|
|
||||||
[htmldir="\${prefix}/${withval}"],
|
|
||||||
[htmldir="\${docdir}"])
|
|
||||||
|
|
||||||
AC_SUBST(datarootdir)
|
|
||||||
AC_SUBST(docdir)
|
|
||||||
AC_SUBST(htmldir)
|
|
||||||
|
|
||||||
# Check for GMP and MPFR
|
# Check for GMP and MPFR
|
||||||
gmplibs=
|
gmplibs=
|
||||||
gmpinc=
|
gmpinc=
|
||||||
|
|
@ -2433,4 +2413,24 @@ case ${enable_werror} in
|
||||||
esac
|
esac
|
||||||
AC_SUBST(stage2_werror_flag)
|
AC_SUBST(stage2_werror_flag)
|
||||||
|
|
||||||
|
# Flags needed to enable html installing and building
|
||||||
|
AC_ARG_WITH(datarootdir,
|
||||||
|
[ --with-datarootdir Use datarootdir as the data root directory.],
|
||||||
|
[datarootdir="\${prefix}/${withval}"],
|
||||||
|
[datarootdir="\${prefix}/share"])
|
||||||
|
|
||||||
|
AC_ARG_WITH(docdir,
|
||||||
|
[ --with-docdir Install documentation in this directory.],
|
||||||
|
[docdir="\${prefix}/${withval}"],
|
||||||
|
[docdir="\${datarootdir}/doc"])
|
||||||
|
|
||||||
|
AC_ARG_WITH(htmldir,
|
||||||
|
[ --with-htmldir Install html in this directory.],
|
||||||
|
[htmldir="\${prefix}/${withval}"],
|
||||||
|
[htmldir="\${docdir}"])
|
||||||
|
|
||||||
|
AC_SUBST(datarootdir)
|
||||||
|
AC_SUBST(docdir)
|
||||||
|
AC_SUBST(htmldir)
|
||||||
|
|
||||||
AC_OUTPUT(Makefile)
|
AC_OUTPUT(Makefile)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue