~ubuntu-branches/ubuntu/trusty/rhythmbox/trusty-updates

« back to all changes in this revision

Viewing changes to m4/libtool.m4

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-12-30 22:25:02 UTC
  • Revision ID: package-import@ubuntu.com-20131230222502-8gbg2ld6rljufmyw
Tags: 3.0.1-1ubuntu8
99_ppc64el_support.patch: patch libtool.m4 and configure for ppc64el

Show diffs side-by-side

added added

removed removed

Lines of Context:
1326
1326
          x86_64-*linux*)
1327
1327
            LD="${LD-ld} -m elf_i386"
1328
1328
            ;;
1329
 
          ppc64-*linux*|powerpc64-*linux*)
 
1329
          powerpc64le-*)
 
1330
            LD="${LD-ld} -m elf32lppclinux"
 
1331
            ;;
 
1332
          powerpc64-*)
1330
1333
            LD="${LD-ld} -m elf32ppclinux"
1331
1334
            ;;
1332
1335
          s390x-*linux*)
1345
1348
          x86_64-*linux*)
1346
1349
            LD="${LD-ld} -m elf_x86_64"
1347
1350
            ;;
1348
 
          ppc*-*linux*|powerpc*-*linux*)
 
1351
          powerpcle-*)
 
1352
            LD="${LD-ld} -m elf64lppc"
 
1353
            ;;
 
1354
          powerpc-*)
1349
1355
            LD="${LD-ld} -m elf64ppc"
1350
1356
            ;;
1351
1357
          s390*-*linux*|s390*-*tpf*)