~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to m4/libtool.m4

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-04-02 21:39:33 UTC
  • mfrom: (1.5.1) (15.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140402213933-r0w3gna0pv7q7085
Tags: 3.12.0-1
* New upstream release.
* Revert changes done in 3.10.1-3
  - i.e. lower gnome-desktop build-dependency again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1312
1312
  rm -rf conftest*
1313
1313
  ;;
1314
1314
 
1315
 
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
1315
x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1316
1316
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1317
1317
  # Find out which ABI we are using.
1318
1318
  echo 'int i;' > conftest.$ac_ext
1326
1326
          x86_64-*linux*)
1327
1327
            LD="${LD-ld} -m elf_i386"
1328
1328
            ;;
1329
 
          ppc64-*linux*|powerpc64-*linux*)
 
1329
          powerpc64le-*linux*)
 
1330
            LD="${LD-ld} -m elf32lppclinux"
 
1331
            ;;
 
1332
          powerpc64-*linux*)
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-*linux*)
 
1352
            LD="${LD-ld} -m elf64lppc"
 
1353
            ;;
 
1354
          powerpc-*linux*)
1349
1355
            LD="${LD-ld} -m elf64ppc"
1350
1356
            ;;
1351
1357
          s390*-*linux*|s390*-*tpf*)