diff options
| author | Sam Varshavchik | 2014-12-13 09:47:15 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2014-12-13 09:47:15 -0500 | 
| commit | f0f6289b395163217ca9ccf2da9ebd9299112c0c (patch) | |
| tree | e2c483d7f6a7943f97500811ea6632b3bd02c017 /pcp | |
| parent | b878daac4d58598099061b6fc7cda7219507d4bd (diff) | |
| download | courier-libs-f0f6289b395163217ca9ccf2da9ebd9299112c0c.tar.bz2 | |
Bump version
Diffstat (limited to 'pcp')
| -rw-r--r-- | pcp/m4/libtool.m4 | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pcp/m4/libtool.m4 b/pcp/m4/libtool.m4 index 126202f..f12cfdf 100644 --- a/pcp/m4/libtool.m4 +++ b/pcp/m4/libtool.m4 @@ -1326,10 +1326,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)  	  x86_64-*linux*)  	    LD="${LD-ld} -m elf_i386"  	    ;; -	  powerpcle-*linux*) +	  powerpc64le-*linux*)  	    LD="${LD-ld} -m elf32lppclinux"  	    ;; -	  powerpc-*linux*) +	  powerpc64-*linux*)  	    LD="${LD-ld} -m elf32ppclinux"  	    ;;  	  s390x-*linux*) | 
