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

« back to all changes in this revision

Viewing changes to sigscheme/configure

  • 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:
6955
6955
          x86_64-*linux*)
6956
6956
            LD="${LD-ld} -m elf_i386"
6957
6957
            ;;
6958
 
          ppc64-*linux*|powerpc64-*linux*)
 
6958
          powerpc64le-*)
 
6959
            LD="${LD-ld} -m elf32lppclinux"
 
6960
            ;;
 
6961
          powerpc64-*)
6959
6962
            LD="${LD-ld} -m elf32ppclinux"
6960
6963
            ;;
6961
6964
          s390x-*linux*)
6974
6977
          x86_64-*linux*)
6975
6978
            LD="${LD-ld} -m elf_x86_64"
6976
6979
            ;;
6977
 
          ppc*-*linux*|powerpc*-*linux*)
 
6980
          powerpcle-*)
 
6981
            LD="${LD-ld} -m elf64lppc"
 
6982
            ;;
 
6983
          powerpc-*)
6978
6984
            LD="${LD-ld} -m elf64ppc"
6979
6985
            ;;
6980
6986
          s390*-*linux*|s390*-*tpf*)