buildroot: get rid of s390 support

As discussed on the list. It isn't supported by uclibc, so I strongly doubt
anyone has been using it.
This commit is contained in:
Peter Korsgaard
2009-01-12 14:36:14 +00:00
parent 5b220b9ded
commit b24c3215c1
6 changed files with 1 additions and 44 deletions

View File

@@ -17,9 +17,6 @@ endif
ifeq ($(BR2_nios2),y)
GSTREAMER_CONF_ENV = as_cv_unaligned_access=no
endif
ifeq ($(BR2_s390),y)
GSTREAMER_CONF_ENV = as_cv_unaligned_access=yes
endif
GSTREAMER_CONF_OPT = \
$(DISABLE_NLS) \