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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/riscv/configure.ac')
-rw-r--r--libgloss/riscv/configure.ac34
1 files changed, 0 insertions, 34 deletions
diff --git a/libgloss/riscv/configure.ac b/libgloss/riscv/configure.ac
deleted file mode 100644
index a284d4823..000000000
--- a/libgloss/riscv/configure.ac
+++ /dev/null
@@ -1,34 +0,0 @@
-#=========================================================================
-# configure.ac for riscv libgloss and crt0
-#=========================================================================
-
-#-------------------------------------------------------------------------
-# Setup
-#-------------------------------------------------------------------------
-
-AC_INIT([crt0.S])
-AC_CONFIG_SRCDIR([crt0.S])
-AC_CONFIG_AUX_DIR(../..)
-
-#-------------------------------------------------------------------------
-# Checks for programs
-#-------------------------------------------------------------------------
-
-LIB_AC_PROG_CC
-AC_CHECK_TOOL([AR],[ar])
-AC_CHECK_TOOL([RANLIB],[ranlib])
-AC_PROG_INSTALL
-
-#-------------------------------------------------------------------------
-# Output
-#-------------------------------------------------------------------------
-
-AC_CONFIG_FILES(Makefile,
-. ${srcdir}/../../config-ml.in,
-srcdir=${srcdir}
-target=${target}
-with_multisubdir=${with_multisubdir}
-ac_configure_args="${ac_configure_args} --enable-multilib"
-CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
-)
-AC_OUTPUT