~ubuntu-branches/ubuntu/trusty/uim/trusty

« back to all changes in this revision

Viewing changes to sigscheme/aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-03-28 14:30:55 UTC
  • mfrom: (15.1.26 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20140328143055-5j14c7vicvlxvkh6
Tags: 1:1.8.6-4ubuntu1
* Build using autotools-dev.
* Patch aclocal.m4 and configure for ppc64el.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1298
1298
          x86_64-*linux*)
1299
1299
            LD="${LD-ld} -m elf_i386"
1300
1300
            ;;
1301
 
          ppc64-*linux*|powerpc64-*linux*)
 
1301
          powerpc64le-*)
 
1302
            LD="${LD-ld} -m elf32lppclinux"
 
1303
            ;;
 
1304
          powerpc64-*)
1302
1305
            LD="${LD-ld} -m elf32ppclinux"
1303
1306
            ;;
1304
1307
          s390x-*linux*)
1317
1320
          x86_64-*linux*)
1318
1321
            LD="${LD-ld} -m elf_x86_64"
1319
1322
            ;;
1320
 
          ppc*-*linux*|powerpc*-*linux*)
 
1323
          powerpcle-*)
 
1324
            LD="${LD-ld} -m elf64lppc"
 
1325
            ;;
 
1326
          powerpc-*)
1321
1327
            LD="${LD-ld} -m elf64ppc"
1322
1328
            ;;
1323
1329
          s390*-*linux*|s390*-*tpf*)