~ubuntu-branches/ubuntu/lucid/gcc-4.2/lucid

« back to all changes in this revision

Viewing changes to debian/multiarch.inc

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose, Matthias Klose, Aurelien Jarno
  • Date: 2008-01-26 18:27:01 UTC
  • Revision ID: james.westby@ubuntu.com-20080126182701-ckr2ar137ay7pc3z
Tags: 4.2.2-7ubuntu2
[ Matthias Klose ]
* Update to SVN 20080126 from the ubuntu/gcc-4_2-branch, corresponding
  to the gcc-4.2.3 rc1.
* gij-4.2: Provide java*-runtime-headless instead of java*-runtime.

[ Aurelien Jarno ]
* debian/multiarch.inc: change mipsel64 into mips64el.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#endif
30
30
 
31
31
#if defined(__mipsel_linux_gnu__)
32
 
  { "n32",  "mipsel64-linux-gnuabin32"},
33
 
  { "64",  "mipsel64-linux-gnuabi64"},
 
32
  { "n32",  "mips64el-linux-gnuabin32"},
 
33
  { "64",  "mips64el-linux-gnuabi64"},
34
34
#endif
35
35
 
36
36
#if defined(__x86_64_kfreebsd_gnu__)