OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [libgloss/] [lm32/] [configure.in] - Blame information for rev 831

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 148 jeremybenn
dnl Process this file with autoconf to produce a configure script.
2
AC_PREREQ(2.59)dnl
3
AC_INIT(crt0.S)
4
 
5
if test "${enable_shared}" = "yes" ; then
6
    echo "Shared libraries not supported for cross compiling, ignored"
7
fi
8
 
9
if 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
15
else
16
  libgloss_topdir="${srcdir}/../.."
17
fi
18
AC_CONFIG_AUX_DIR($libgloss_topdir)
19
 
20
AC_CANONICAL_SYSTEM
21
AC_ARG_PROGRAM
22
 
23
AC_PROG_INSTALL
24
 
25
LIB_AC_PROG_CC
26
AS=${AS-as}
27
AC_SUBST(AS)
28
AR=${AR-ar}
29
AC_SUBST(AR)
30
LD=${LD-ld}
31
AC_SUBST(LD)
32
AC_PROG_RANLIB
33
LIB_AM_PROG_AS
34
 
35
host_makefile_frag=${srcdir}/../config/default.mh
36
 
37
dnl We have to assign the same value to other variables because autoconf
38
dnl doesn't provide a mechanism to substitute a replacement keyword with
39
dnl arbitrary data or pathnames.
40
dnl
41
host_makefile_frag_path=$host_makefile_frag
42
AC_SUBST(host_makefile_frag_path)
43
AC_SUBST_FILE(host_makefile_frag)
44
 
45
AC_CONFIG_FILES(Makefile,
46
. ${libgloss_topdir}/config-ml.in,
47
srcdir=${srcdir}
48
target=${target}
49
with_multisubdir=${with_multisubdir}
50
ac_configure_args="${ac_configure_args} --enable-multilib"
51
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
52
libgloss_topdir=${libgloss_topdir}
53
)
54
AC_OUTPUT
55
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.