From f95a4a932476be2ba99e2fd081e8d2bc6ea12813 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 15 Dec 2017 09:38:53 -0500 Subject: Import newlib and create makefile --- newlib/libc/machine/m32r/configure.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 newlib/libc/machine/m32r/configure.in (limited to 'newlib/libc/machine/m32r/configure.in') diff --git a/newlib/libc/machine/m32r/configure.in b/newlib/libc/machine/m32r/configure.in new file mode 100644 index 0000000..e53227d --- /dev/null +++ b/newlib/libc/machine/m32r/configure.in @@ -0,0 +1,12 @@ +dnl This is the newlib/libc/machine/m32r configure.in file. +dnl Process this file with autoconf to produce a configure script. + +AC_PREREQ(2.5) +AC_INIT(setjmp.S) + +dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. +AC_CONFIG_AUX_DIR(../../../..) + +NEWLIB_CONFIGURE(../../..) + +AC_OUTPUT(Makefile) -- cgit v1.2.3