From c16862d85b48cb1e00d3b68e8781a6822716a82f Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 6 May 2013 18:23:09 +0000 Subject: 2013-05-06 Sandra Loosemore * configure.host (machine_dir, sys_dir, syscall_dir, newlib_cflags): Add settings for nios2*. * libc/include/machine/ieeefp.h (IEEE_BIG_ENDIAN, IEEE_LITTLE_ENDIAN): Likewise. * libc/include/machine/setjmp.h (JBLEN, JBTYPE): Likewise. * libc/machine/configure.in: Add nios2 subdir. * libc/machine/configure: Regenerated. * libc/machine/nios2/Makefile.am: New. * libc/machine/nios2/Makefile.in: New (autogenerated). * libc/machine/nios2/aclocal.m4: New (copied from mips version). * libc/machine/nios2/configure.in: New. * libc/machine/nios2/configure: New (autogenerated). * libc/machine/nios2/setjmp.s: New. --- newlib/libc/machine/nios2/configure.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 newlib/libc/machine/nios2/configure.in (limited to 'newlib/libc/machine/nios2/configure.in') diff --git a/newlib/libc/machine/nios2/configure.in b/newlib/libc/machine/nios2/configure.in new file mode 100644 index 000000000..4d505d671 --- /dev/null +++ b/newlib/libc/machine/nios2/configure.in @@ -0,0 +1,14 @@ +dnl This is the newlib/libc/machine/nios2 configure.in file. +dnl Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.59) +AC_INIT([newlib],[NEWLIB_VERSION]) +AC_CONFIG_SRCDIR([setjmp.s]) + +dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. +AC_CONFIG_AUX_DIR(../../../..) + +NEWLIB_CONFIGURE(../../..) + +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT -- cgit v1.2.3