summaryrefslogtreecommitdiffstats
path: root/package/openssl
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-08-11 15:43:30 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-08-31 20:28:21 +0200
commit97d8618c6cc2970ea5870ae214344b3bff083883 (patch)
tree26d1450015867195930dac11ede8c234544ea7b8 /package/openssl
parent343f480fe2647febe7fc713722d1131242ba20e3 (diff)
downloadbuildroot-novena-97d8618c6cc2970ea5870ae214344b3bff083883.tar.gz
buildroot-novena-97d8618c6cc2970ea5870ae214344b3bff083883.zip
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.mk3
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