Commit f220498f authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

get rid of broken nios2 support



Has been marked as broken for more than 1 year, with no indication
that anyone cares, and it needs a bunch of special handling.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 8628082b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
2010.05, Not yet released

	Toolchain: uClibc 0.9.30.3, older 0.9.30.x removed. 2.6.33
	kernel headers, binutils 2.20.1.
	kernel headers, binutils 2.20.1, removed broken nios2 support.

	X.org updated to 7.5.

+0 −3
Original line number Diff line number Diff line
@@ -19,9 +19,6 @@ endif
ifeq ($(BR2_cris),y)
LIBOIL_CONF_ENV = as_cv_unaligned_access=yes
endif
ifeq ($(BR2_nios2),y)
LIBOIL_CONF_ENV = as_cv_unaligned_access=no
endif
ifeq ($(BR2_x86_64),y)
LIBOIL_CONF_ENV = as_cv_unaligned_access=yes
endif
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_LTRACE
	bool "ltrace"
	depends on !(BR2_avr32 || BR2_cris || BR2_mips || BR2_mipsel || BR2_nios2 || BR2_sh || BR2_sh64 || BR2_xtensa)
	depends on !(BR2_avr32 || BR2_cris || BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64 || BR2_xtensa)
	select BR2_PACKAGE_LIBELF
	help
	  Debugging program which runs a specified command until it exits.
+0 −3
Original line number Diff line number Diff line
@@ -15,9 +15,6 @@ GSTREAMER_LIBTOOL_PATCH = NO
ifeq ($(BR2_avr32),y)
GSTREAMER_CONF_ENV = as_cv_unaligned_access=no
endif
ifeq ($(BR2_nios2),y)
GSTREAMER_CONF_ENV = as_cv_unaligned_access=no
endif

GSTREAMER_CONF_OPT = \
		--disable-examples \
+0 −1
Original line number Diff line number Diff line
@@ -248,7 +248,6 @@ config BR2_PACKAGE_QT_EMB_PLATFORM
	default "generic"	if BR2_alpha
	default "generic"	if BR2_chris
	default "generic"	if BR2_m68k
	default "generic"	if BR2_nios2
	default "generic"	if BR2_sh
	default "generic"	if BR2_sh64
	default "generic"	if BR2_sparc
Loading