diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-08-11 15:43:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-08-31 20:28:21 +0200 |
commit | 97d8618c6cc2970ea5870ae214344b3bff083883 (patch) | |
tree | 26d1450015867195930dac11ede8c234544ea7b8 /package/openssl | |
parent | 343f480fe2647febe7fc713722d1131242ba20e3 (diff) |
Remove code specific to removed architectures
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openssl')
-rw-r--r-- | package/openssl/openssl.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index edbfe8b4f..22b14f255 100644 --- a/package/openssl/openssl.mk +++ b/package/openssl/openssl.mk @@ -11,9 +11,6 @@ OPENSSL_DEPENDENCIES = zlib OPENSSL_TARGET_ARCH=generic32 # Some architectures are optimized in OpenSSL -ifeq ($(ARCH),ia64) -OPENSSL_TARGET_ARCH=ia64 -endif ifeq ($(ARCH),powerpc) OPENSSL_TARGET_ARCH=ppc endif |