From b24c3215c13b0f25979c744af4b2e58359b5723b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 12 Jan 2009 14:36:14 +0000 Subject: 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. --- package/Makefile.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'package/Makefile.in') diff --git a/package/Makefile.in b/package/Makefile.in index 186329cf1..f11b396a1 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -298,9 +298,6 @@ endif ifeq ($(BR2_m68k),y) BR2_AC_CV_TRAP_CHECK=ac_cv_lbl_unaligned_fail=no endif -ifeq ($(BR2_s390),y) -BR2_AC_CV_TRAP_CHECK=ac_cv_lbl_unaligned_fail=no -endif ifeq ($(BR2_powerpc)$(BR2_ENDIAN),yBIG) BR2_AC_CV_TRAP_CHECK=ac_cv_lbl_unaligned_fail=no endif -- cgit v1.2.3