~ubuntu-branches/ubuntu/utopic/armel-cross-toolchain-base/utopic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Marcin Juszkiewicz, Wookey, Marcin Juszkiewicz
  • Date: 2012-05-15 15:39:42 UTC
  • Revision ID: package-import@ubuntu.com-20120515153942-snhd05521kh55sh8
Tags: 1.83
[ Wookey ]
* Debian switched to gcc-4.7 so we have to too.

[ Marcin Juszkiewicz ]
* GCC-4.7 related changes:
  - added patch to drop --disable-multiarch for stage1
  - refreshed enable-multiarch-directories.patch
* Dropped creation of /usr/TRIPLET/include/TRIPLET/asm directory under
        Debian.
* Moved cross binutils to separate source package as this will make
  armel-cross-toolchain-base (a-c-t-b) arch:all so less building. Also
  allows to kill a-c-t-b when we will get cross-arch build dependencies.
* Build gcc-4.6/cross for building eglibc/cross and then gcc-4.7/cross to
        have libgcc1/cross. This part will be reverted when eglibc will be
        compiled with gcc-4.7 version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
armel-cross-toolchain-base (1.83) quantal; urgency=low
 
2
 
 
3
  [ Wookey ]
 
4
  * Debian switched to gcc-4.7 so we have to too.
 
5
 
 
6
  [ Marcin Juszkiewicz ]
 
7
  * GCC-4.7 related changes:
 
8
    - added patch to drop --disable-multiarch for stage1
 
9
    - refreshed enable-multiarch-directories.patch
 
10
  * Dropped creation of /usr/TRIPLET/include/TRIPLET/asm directory under
 
11
        Debian.
 
12
  * Moved cross binutils to separate source package as this will make
 
13
    armel-cross-toolchain-base (a-c-t-b) arch:all so less building. Also
 
14
    allows to kill a-c-t-b when we will get cross-arch build dependencies.
 
15
  * Build gcc-4.6/cross for building eglibc/cross and then gcc-4.7/cross to
 
16
        have libgcc1/cross. This part will be reverted when eglibc will be
 
17
        compiled with gcc-4.7 version.
 
18
 
 
19
 -- Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>  Tue, 15 May 2012 15:39:42 +0200
 
20
 
1
21
armel-cross-toolchain-base (1.82) precise; urgency=low
2
22
 
3
23
  * Rebuild against lasest toolchain source packages for consistency.