summaryrefslogtreecommitdiff
path: root/package/liboil
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/liboil
parent343f480fe2647febe7fc713722d1131242ba20e3 (diff)
Remove code specific to removed architectures
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/liboil')
-rw-r--r--package/liboil/liboil.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/liboil/liboil.mk b/package/liboil/liboil.mk
index 1bb412fc5..44017bed6 100644
--- a/package/liboil/liboil.mk
+++ b/package/liboil/liboil.mk
@@ -16,9 +16,6 @@ LIBOIL_INSTALL_TARGET = YES
ifeq ($(BR2_avr32),y)
LIBOIL_CONF_ENV = as_cv_unaligned_access=no
endif
-ifeq ($(BR2_cris),y)
-LIBOIL_CONF_ENV = as_cv_unaligned_access=yes
-endif
ifeq ($(BR2_x86_64),y)
LIBOIL_CONF_ENV = as_cv_unaligned_access=yes
endif