about summary refs log tree commit diff
path: root/sysdeps/nios2/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nios2/configure.ac')
-rw-r--r--sysdeps/nios2/configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysdeps/nios2/configure.ac b/sysdeps/nios2/configure.ac
deleted file mode 100644
index f05f43802b..0000000000
--- a/sysdeps/nios2/configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
-GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
-# Local configure fragment for sysdeps/nios2.
-
-# Nios II big endian is not yet supported.
-AC_CACHE_CHECK([for big endian],
-  [libc_cv_nios2_be],
-  [AC_EGREP_CPP(yes,[#ifdef __nios2_big_endian__
-                      yes
-                     #endif
-  ], libc_cv_nios2_be=yes, libc_cv_nios2_be=no)])
-if test $libc_cv_nios2_be = yes; then
-  AC_MSG_ERROR([Big endian not supported for Nios II])
-fi