diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-18 21:07:38 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-18 21:07:38 +0000 |
commit | 1d7345ecd38240f5ff985cde80db1cb0f4d0099e (patch) | |
tree | 05377d2ab98ad94e92ac82041ed4a8a5ff0bc858 /debian/changelog | |
parent | f5268d179608f60fdc94c4b357595cc0021535df (diff) | |
download | gcc-5-1d7345ecd38240f5ff985cde80db1cb0f4d0099e.tar.gz |
* Partially apply patches to build a gnat cross compiler (submitted
by YunQiang Su).
- gnatmake: Call the versioned gnatbind and gnatlink commands.
Closes: #782257.
- Allow libgnatprj and libgnatvsn to cross build. Addresses: #783372.
- New patch ada-gnattools-cross.diff (no documentation).
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8045 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 053af1a..6329d8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,12 @@ gcc-5 (5.1.1-6) UNRELEASED; urgency=medium * Fix stripping the rpath when cross-building cross compilers. * Remove work arounds to build 64bit multilibs on 32bit targets, now properly fixed upstream. + * Partially apply patches to build a gnat cross compiler (submitted + by YunQiang Su). + - gnatmake: Call the versioned gnatbind and gnatlink commands. + Closes: #782257. + - Allow libgnatprj and libgnatvsn to cross build. Addresses: #783372. + - New patch ada-gnattools-cross.diff (no documentation). -- Matthias Klose <doko@debian.org> Sun, 10 May 2015 02:01:20 +0200 |