diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-01-28 08:06:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-01-28 08:06:48 +0000 |
commit | b7546e3f46c52c23ab2cfbf0a0b1e13597cd20ef (patch) | |
tree | 1a90eec6d43d7bf4b7f12f2d3de3e8de24097152 /packages/openssl/openssl-0.9.7g/avr32.patch | |
parent | 937675435a1f0e44511bdc8ff6ef1d5d4029d5b8 (diff) | |
parent | 2c7c8e8d65c63b9492ccc6f754fed2a4307908cd (diff) |
merge of '36133f7d8e7f5d20b7036c64abff8ec2452f0282'
and 'cec9ba770f42c95b32a71550f948c06c6fdf7e48'
Diffstat (limited to 'packages/openssl/openssl-0.9.7g/avr32.patch')
-rw-r--r-- | packages/openssl/openssl-0.9.7g/avr32.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/openssl/openssl-0.9.7g/avr32.patch b/packages/openssl/openssl-0.9.7g/avr32.patch new file mode 100644 index 0000000000..b6ac81b717 --- /dev/null +++ b/packages/openssl/openssl-0.9.7g/avr32.patch @@ -0,0 +1,10 @@ +--- Configure~ 2008-01-23 17:44:04.000000000 +0100 ++++ Configure 2008-01-23 17:44:04.000000000 +0100 +@@ -442,6 +442,7 @@ + "linux-mips", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL DES_RISC2::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", + "linux-ppc", "gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:asm/linux_ppc32.o:::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", + # -bpowerpc64-linux is transient option, -m64 should be the one to use... ++"linux-avr32","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG DES_RISC1::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).", + "linux-ppc64", "gcc:-bpowerpc64-linux -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL:asm/linux_ppc64.o:::::::::dlfcn:linux-shared:-fPIC:-bpowerpc64-linux:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", + "linux-m68k", "gcc:-DB_ENDIAN -DTERMIO -O2 -fomit-frame-pointer -Wall::-D_REENTRANT:::BN_LLONG::", + "linux-s390", "gcc:-DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", |