This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: filename change in lm32 configure scripts


The change from setjmp.s to setjmp.S in the lm32 target is not
reflected in the configure scripts. These changes enables me to build
newlib for the lm32 target.

/Martin

Index: configure
===================================================================
RCS file: /cvs/src/src/newlib/libc/machine/lm32/configure,v
retrieving revision 1.2
diff -u -r1.2 configure
--- configure   22 Dec 2008 19:45:44 -0000      1.2
+++ configure   9 Jan 2009 08:07:30 -0000
@@ -271,7 +271,7 @@
 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=''

Index: configure.in
===================================================================
RCS file: /cvs/src/src/newlib/libc/machine/lm32/configure.in,v
retrieving revision 1.1
diff -u -r1.1 configure.in
--- configure.in        11 Dec 2008 20:05:38 -0000      1.1
+++ configure.in        9 Jan 2009 08:07:30 -0000
@@ -3,7 +3,7 @@

 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(../../../..)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]