diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-02-09 18:20:24 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-02-09 18:20:24 +0000 |
commit | 534d31192cc13e0a786f5357aed310770bcb1f58 (patch) | |
tree | d9d65197a6ed44ca017b2411e82444546fce35d3 /ld/ChangeLog | |
parent | 5c8175878b18566b4216dd59597f9f1da3415e0c (diff) | |
download | gdb-534d31192cc13e0a786f5357aed310770bcb1f58.zip gdb-534d31192cc13e0a786f5357aed310770bcb1f58.tar.gz gdb-534d31192cc13e0a786f5357aed310770bcb1f58.tar.bz2 |
2007-02-09 H.J. Lu <hongjiu.lu@intel.com>
* configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
want64 is true.
(targ_extra_libpath): Add $targ64_extra_libpath if want64 is
true
* configure: Regenerated.
* configure.tgt (targ_extra_libpath): Initialize.
(targ64_extra_emuls): New. Document. Initialize.
(targ64_extra_libpath): Likewise.
(i[3-7]86-*-linux-*): Set targ64_extra_emuls and
targ64_extra_libpath.
(powerpc*-*-linux*): Likewise.
(s390-*-linux*): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index cbfac10..93e7af9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,19 @@ +2007-02-09 H.J. Lu <hongjiu.lu@intel.com> + + * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if + want64 is true. + (targ_extra_libpath): Add $targ64_extra_libpath if want64 is + true + * configure: Regenerated. + + * configure.tgt (targ_extra_libpath): Initialize. + (targ64_extra_emuls): New. Document. Initialize. + (targ64_extra_libpath): Likewise. + (i[3-7]86-*-linux-*): Set targ64_extra_emuls and + targ64_extra_libpath. + (powerpc*-*-linux*): Likewise. + (s390-*-linux*): Likewise. + 2007-02-07 Paul Brook <paul@codesourcery.com> * configure.tgt: Add arm*-*-uclinux-*eabi. |