mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user