diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-12 14:36:14 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-12 14:36:14 +0000 |
commit | b24c3215c13b0f25979c744af4b2e58359b5723b (patch) | |
tree | 693fb7964d7aca36a59ef50f2ca6225d5f3da920 /package/Makefile.in | |
parent | 5b220b9ded7d65b240e08e7354f8b2e8e513128d (diff) |
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.
Diffstat (limited to 'package/Makefile.in')
-rw-r--r-- | package/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 |