]> andersk Git - test.git/blobdiff - Makefile.in
Thanks to Rudolf Spring's help, added support for building on PowerPC architectures.
[test.git] / Makefile.in
index f33706ae34cde9aab5f5732c49a190ff4fbdb419..d345066997f7d391f0e312db423e703a9864f37c 100644 (file)
@@ -375,6 +375,7 @@ objcopyflags = case "$(host_cpu)" in                                  \
                          i[0-9]86) echo '-O elf32-i386 -B i386';;             \
                          x86_64)   echo '-O elf64-x86-64 -B i386:x86-64';;    \
                          arm*)     echo '-O elf32-littlearm -B arm';;         \
+                         powerpc*) echo '-O elf32-powerpc -B powerpc';;       \
                        esac
 
 renamesymbols = \
This page took 0.046356 seconds and 4 git commands to generate.