~ubuntu-branches/ubuntu/saucy/libdebian-installer/saucy

« back to all changes in this revision

Viewing changes to src/system/subarch-powerpc-linux.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-25 15:00:07 UTC
  • mfrom: (8.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20121125150007-ald9hjxrzkhx3yti
Tags: 0.85ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Appease the combination of _FORTIFY_SOURCE=2 (used by default on
    Ubuntu) and -Werror.
  - Add Dove SoC subarchitecture.
  - Add more OMAP4 Panda support.
  - Add OMAP4 Blaze support.
  - Add ArmadaXP support.
  - Add Calxeda Highbank support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        { "Cell", "cell" },
35
35
        { "PA Semi", "pasemi" },
36
36
        { "Maple", "chrp_ibm" },
 
37
        { "pSeries", "chrp_ibm" },
37
38
        { NULL, NULL }
38
39
};
39
40