diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-22 16:21:02 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-22 16:21:02 +0000 |
commit | e630e19e4ce867f71e77c21db608c0b1c9be2e17 (patch) | |
tree | 4a73fd75ac24247e9efeb6038b3ecb975c4ed264 /debian/changelog | |
parent | 00b164b7b08e616bbf14a383246e9a7ea43557bf (diff) | |
download | gcc-5-e630e19e4ce867f71e77c21db608c0b1c9be2e17.tar.gz |
* Various fixes to build a gnat cross compiler:
- Fix dependencies of packages.
- Fix building libgnatprj and libgnatvsn (still needed to figure
out if these are target or host libraries).
* Fix building cross compilers with dpkg 1.18.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8060 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b23457f..797f9ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,10 +2,15 @@ gcc-5 (5.1.1-7) UNRELEASED; urgency=medium * Add description for the ada-gnattools-cross patch (YunQiang Su). * Provide a rtlibs stage to build a subset of target library packages. - * Prefer gnatgcc-5 over gnatgcc when building native packages. * Make symbols file symlinking for cross builds more robust. + * Prefer gnatgcc-5 over gnatgcc when building native packages. + * Various fixes to build a gnat cross compiler: + - Fix dependencies of packages. + - Fix building libgnatprj and libgnatvsn (still needed to figure + out if these are target or host libraries). + * Fix building cross compilers with dpkg 1.18. - -- Matthias Klose <doko@debian.org> Tue, 19 May 2015 23:32:50 +0200 + -- Matthias Klose <doko@debian.org> Fri, 22 May 2015 18:20:01 +0200 gcc-5 (5.1.1-6) unstable; urgency=medium |