diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-11-01 17:31:07 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-11-01 17:31:07 +0000 |
commit | f1a11e239397af81e12d229e57fce4f1cb56e654 (patch) | |
tree | 3d107a3ffe8a64f6be4b54a52fa3b84a765e4313 | |
parent | 563668beb561eff610b58a185ba57e184b611ac9 (diff) | |
download | fsf-binutils-gdb-f1a11e239397af81e12d229e57fce4f1cb56e654.zip fsf-binutils-gdb-f1a11e239397af81e12d229e57fce4f1cb56e654.tar.gz fsf-binutils-gdb-f1a11e239397af81e12d229e57fce4f1cb56e654.tar.bz2 |
libgloss/
* m68k/configure.in (DO) Set to list of target cpu families.
* m68k/configure: Rebuilt.
* m68k/Makefile.in (DO): New.
(UNHOSTED_BSP, UNHOSTED_OBJS, HOSTED_BSP, HOSTED_OBJS): Move
later.
(m5208evb, m5213evb, m52235evb, m5235evb, m5273c3, m5275evb,
m5282evb, m5329evb, m5485evb): Move earlier.
(all): Add all_$DO dependencies.
(all_cf, all_m68k): New targets, depend on cf & m68k bsps as
appropriate.
(m%-ram.ld, m%-rom.ld, m%-ram-hosted.ld, m%-rom-hosted.ld): Add
'm' prefix.
(install): Add install_$DO dependencies.
(install_cf, install_m68k): New targets. Perform cf and m68k
installs as appropriate.
(install_io): New, install the io libraries.
-rw-r--r-- | ChangeLog.csl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 31769a0..9d02f54 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,21 @@ +2006-11-01 Nathan Sidwell <nathan@codesourcery.com> + + libgloss/ + * m68k/Makefile.in (IS_GCC, DO_CF, DO_M68K): New. + (UNHOSTED_BSP, UNHOSTED_OBJS, HOSTED_BSP, HOSTED_OBJS): Move + later. + (m5208evb, m5213evb, m52235evb, m5235evb, m5273c3, m5275evb, + m5282evb, m5329evb, m5485evb): Move earlier. + (all): Add all_cf & all_m68k conditional dependencies. + (all_cf, all_m68k): New targets, depend on cf & m68k bsps as + appropriate. + (m%-ram.ld, m%-rom.ld, m%-ram-hosted.ld, m%-rom-hosted.ld): Add + 'm' prefix. + (install): Add install_cf, install_m68k conditional dependencies. + (install_cf, install_m68k): New targets. Perform cf and m68k + installs as appropriate. + (install_io): New, install the io libraries. + 2006-10-25 Vladimir Prus <vladimir@codesourcery.com> Merge from HEAD: |