Welcome to mirror list, hosted at ThFree Co, Russian Federation.

configure.ac « riscv « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ab0cf13fd5827747fe1154625e834b815949541 (plain)
1
2
3
4
5
6
7
8
9
10

AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])

AC_CONFIG_AUX_DIR(../../../..)

NEWLIB_CONFIGURE(../../..)

AC_CONFIG_FILES([Makefile])
AC_OUTPUT