Brent Baude 8d68e9c
diff -Naur Botan-1.10.8.orig/src/build-data/arch/ppc64le.txt Botan-1.10.8/src/build-data/arch/ppc64le.txt
Brent Baude 8d68e9c
--- Botan-1.10.8.orig/src/build-data/arch/ppc64le.txt	1969-12-31 18:00:00.000000000 -0600
Brent Baude 8d68e9c
+++ Botan-1.10.8/src/build-data/arch/ppc64le.txt	2014-05-25 12:59:22.030001491 -0500
Brent Baude 8d68e9c
@@ -0,0 +1,16 @@
Brent Baude 8d68e9c
+
Brent Baude 8d68e9c
+endian little
Brent Baude 8d68e9c
+family ppc64le
Brent Baude 8d68e9c
+
Brent Baude 8d68e9c
+<aliases>
Brent Baude 8d68e9c
+ppc64el # For Debian
Brent Baude 8d68e9c
+</aliases>
Brent Baude 8d68e9c
+
Brent Baude 8d68e9c
+<submodels>
Brent Baude 8d68e9c
+</submodels>
Brent Baude 8d68e9c
+
Brent Baude 8d68e9c
+<submodel_aliases>
Brent Baude 8d68e9c
+</submodel_aliases>
Brent Baude 8d68e9c
+
Brent Baude 8d68e9c
+<isa_extn>
Brent Baude 8d68e9c
+</isa_extn>
Brent Baude 8d68e9c
diff -Naur Botan-1.10.8.orig/src/build-data/cc/gcc.txt Botan-1.10.8/src/build-data/cc/gcc.txt
Brent Baude 8d68e9c
--- Botan-1.10.8.orig/src/build-data/cc/gcc.txt	2014-05-25 12:44:19.580001491 -0500
Brent Baude 8d68e9c
+++ Botan-1.10.8/src/build-data/cc/gcc.txt	2014-05-25 12:55:57.750001491 -0500
Brent Baude 8d68e9c
@@ -83,6 +83,7 @@
Brent Baude 8d68e9c
 mips64    -> "-mips3 -mcpu=SUBMODEL" mips64-
Brent Baude 8d68e9c
 ppc32     -> "-mcpu=SUBMODEL" ppc
Brent Baude 8d68e9c
 ppc64     -> "-mcpu=SUBMODEL" ppc
Brent Baude 8d68e9c
+ppc64le   -> "-mcpu=SUBMODEL" 
Brent Baude 8d68e9c
 sparc32   -> "-mcpu=SUBMODEL -Wa,-xarch=v8plus" sparc32-
Brent Baude 8d68e9c
 sparc64   -> "-mcpu=v9 -mtune=SUBMODEL"
Brent Baude 8d68e9c
 x86_32    -> "-march=SUBMODEL -momit-leaf-frame-pointer"
Brent Baude 8d68e9c
@@ -98,6 +99,7 @@
Brent Baude 8d68e9c
 sparc32 -> "-m32 -mno-app-regs"
Brent Baude 8d68e9c
 sparc64 -> "-m64 -mno-app-regs"
Brent Baude 8d68e9c
 ppc64   -> "-m64"
Brent Baude 8d68e9c
+ppc64le   -> "-m64"
Brent Baude 8d68e9c
 
Brent Baude 8d68e9c
 # This should probably be used on most/all targets, but the docs are unclear
Brent Baude 8d68e9c
 openbsd   -> "-pthread"
Brent Baude 8d68e9c
diff -Naur Botan-1.10.8.orig/src/math/mp/mp_asm64/info.txt Botan-1.10.8/src/math/mp/mp_asm64/info.txt
Brent Baude 8d68e9c
--- Botan-1.10.8.orig/src/math/mp/mp_asm64/info.txt	2014-05-25 12:44:19.620001491 -0500
Brent Baude 8d68e9c
+++ Botan-1.10.8/src/math/mp/mp_asm64/info.txt	2014-05-25 12:45:01.580001491 -0500
Brent Baude 8d68e9c
@@ -13,6 +13,7 @@
Brent Baude 8d68e9c
 mips64
Brent Baude 8d68e9c
 ppc64
Brent Baude 8d68e9c
 sparc64
Brent Baude 8d68e9c
+ppc64le
Brent Baude 8d68e9c
 </arch>
Brent Baude 8d68e9c
 
Brent Baude 8d68e9c
 # The inline asm only works with gcc, but it looks like (at least on