]> sourceware.org Git - newlib-cygwin.git/blame - libgloss/frv/configure.in
cygwin: export __getpagesize
[newlib-cygwin.git] / libgloss / frv / configure.in
CommitLineData
c2b0dec2 1dnl Process this file with autoconf to produce a configure script.
4e71dc1e 2AC_PREREQ(2.59)
c2b0dec2
DB
3AC_INIT(crt0.S)
4
5if test "${enable_shared}" = "yes" ; then
6 echo "Shared libraries not supported for cross compiling, ignored"
7fi
8
9if test "$srcdir" = "." ; then
10 if test "${with_target_subdir}" != "." ; then
11 libgloss_topdir="${srcdir}/${with_multisrctop}../../.."
12 else
13 libgloss_topdir="${srcdir}/${with_multisrctop}../.."
14 fi
15else
16 libgloss_topdir="${srcdir}/../.."
17fi
18AC_CONFIG_AUX_DIR($libgloss_topdir)
19
20AC_CANONICAL_SYSTEM
21AC_ARG_PROGRAM
22
23AC_PROG_INSTALL
24
c2b0dec2
DB
25LIB_AC_PROG_CC
26
27AS=${AS-as}
28AC_SUBST(AS)
29AR=${AR-ar}
30AC_SUBST(AR)
31LD=${LD-ld}
32AC_SUBST(LD)
33AC_PROG_RANLIB
4e71dc1e 34LIB_AM_PROG_AS
c2b0dec2
DB
35
36host_makefile_frag=${srcdir}/../config/default.mh
37
38dnl We have to assign the same value to other variables because autoconf
39dnl doesn't provide a mechanism to substitute a replacement keyword with
40dnl arbitrary data or pathnames.
41dnl
42host_makefile_frag_path=$host_makefile_frag
43AC_SUBST(host_makefile_frag_path)
44AC_SUBST_FILE(host_makefile_frag)
45
4e71dc1e 46AC_CONFIG_FILES(Makefile,
c2b0dec2
DB
47. ${libgloss_topdir}/config-ml.in,
48srcdir=${srcdir}
49target=${target}
00a4b31a 50with_multisubdir=${with_multisubdir}
c2b0dec2
DB
51ac_configure_args="${ac_configure_args} --enable-multilib"
52CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
53libgloss_topdir=${libgloss_topdir}
54)
4e71dc1e 55AC_OUTPUT
This page took 0.15857 seconds and 5 git commands to generate.