mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-01 12:00:35 +08:00
2009-02-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/machine/lm32/configure.in: Let AC_CONFIG_SRCDIR point to setjmp.S instead of setjmp.s * libs/machine/lm32/configure: Regenerate.
This commit is contained in:
parent
297367e3b3
commit
ef2d60ac22
@ -1,3 +1,9 @@
|
||||
2009-02-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libc/machine/lm32/configure.in: Let
|
||||
AC_CONFIG_SRCDIR point to setjmp.S instead of setjmp.s
|
||||
* libs/machine/lm32/configure: Regenerate.
|
||||
|
||||
2009-02-25 Brooks Moses <brooks@codesourcery.com>
|
||||
|
||||
* libc/stdlib/Makefile.am (CHEWOUT_FILES): Add
|
||||
|
2
newlib/libc/machine/lm32/configure
vendored
2
newlib/libc/machine/lm32/configure
vendored
@ -271,7 +271,7 @@ PACKAGE_VERSION='1.17.0'
|
||||
PACKAGE_STRING='newlib 1.17.0'
|
||||
PACKAGE_BUGREPORT=''
|
||||
|
||||
ac_unique_file="setjmp.s"
|
||||
ac_unique_file="setjmp.S"
|
||||
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAY_SUPPLY_SYSCALLS_TRUE MAY_SUPPLY_SYSCALLS_FALSE newlib_basedir build build_cpu build_vendor build_os host host_cpu host_vendor host_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB READELF ac_ct_READELF MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CCAS CCASFLAGS NEWLIB_CFLAGS LDFLAGS ELIX_LEVEL_0_TRUE ELIX_LEVEL_0_FALSE ELIX_LEVEL_1_TRUE ELIX_LEVEL_1_FALSE ELIX_LEVEL_2_TRUE ELIX_LEVEL_2_FALSE ELIX_LEVEL_3_TRUE ELIX_LEVEL_3_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_4_FALSE USE_LIBTOOL_TRUE USE_LIBTOOL_FALSE OBJEXT oext aext lpfx libm_machine_dir machine_dir sys_dir LIBOBJS LTLIBOBJS'
|
||||
ac_subst_files=''
|
||||
|
||||
|
@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT([newlib],[NEWLIB_VERSION])
|
||||
AC_CONFIG_SRCDIR([setjmp.s])
|
||||
AC_CONFIG_SRCDIR([setjmp.S])
|
||||
|
||||
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
|
||||
AC_CONFIG_AUX_DIR(../../../..)
|
||||
|
Loading…
x
Reference in New Issue
Block a user