~sipe-collab/sipe-collab/gstreamer-plugins-base

« back to all changes in this revision

Viewing changes to m4/libtool.m4

  • Committer: Sebastian Dröge
  • Date: 2014-04-19 13:47:47 UTC
  • mfrom: (1.1.23)
  • Revision ID: git-v1:d06393f82dba0d5f13ec2e66275d75cf8178fe5c
Merge tag 'upstream/1.2.4'

Upstream version 1.2.4

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
1333
1333
                ;;
1334
1334
            esac
1335
1335
            ;;
1336
 
          ppc64-*linux*|powerpc64-*linux*)
 
1336
          powerpc64le-*)
 
1337
            LD="${LD-ld} -m elf32lppclinux"
 
1338
            ;;
 
1339
          powerpc64-*)
1337
1340
            LD="${LD-ld} -m elf32ppclinux"
1338
1341
            ;;
1339
1342
          s390x-*linux*)
1352
1355
          x86_64-*linux*)
1353
1356
            LD="${LD-ld} -m elf_x86_64"
1354
1357
            ;;
1355
 
          ppc*-*linux*|powerpc*-*linux*)
 
1358
          powerpcle-*)
 
1359
            LD="${LD-ld} -m elf64lppc"
 
1360
            ;;
 
1361
          powerpc-*)
1356
1362
            LD="${LD-ld} -m elf64ppc"
1357
1363
            ;;
1358
1364
          s390*-*linux*|s390*-*tpf*)