diff options
author | Steve Ellcey <sellcey@mips.com> | 2007-05-24 17:33:42 +0000 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2007-05-24 17:33:42 +0000 |
commit | d9a1ecc006142ae1eb8d96e914037113b619f524 (patch) | |
tree | 527352306dc715846760d95828180d4bccb3ea5e /newlib/libc/machine/d30v | |
parent | aa5341f9aca1ad753bd47dffc9a53fc4bfe96f95 (diff) | |
download | newlib-d9a1ecc006142ae1eb8d96e914037113b619f524.zip newlib-d9a1ecc006142ae1eb8d96e914037113b619f524.tar.gz newlib-d9a1ecc006142ae1eb8d96e914037113b619f524.tar.bz2 |
* ltmain.sh: Update from GCC.
* libtool.m4: Update from GCC.
* ltsugar.m4: New. Update from GCC.
* ltversion.m4: New. Update from GCC.
* ltoptions.m4: New. Update from GCC.
* ltconfig: Remove.
* ltcf-c.sh: Remove.
* ltcf-cxx.sh: Remove.
* ltcf-gcj.sh: Remove.
* src-release: Update with new libtool file list.
* newlib/*/configure.in: invoke _LD_DECL_SED.
* newlib/*/Makefile.am: Ensure toplevel is included in ACLOCAL_AMFLAGS.
* Regenerate subdirectories
Diffstat (limited to 'newlib/libc/machine/d30v')
-rw-r--r-- | newlib/libc/machine/d30v/Makefile.am | 2 | ||||
-rw-r--r-- | newlib/libc/machine/d30v/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/d30v/Makefile.am b/newlib/libc/machine/d30v/Makefile.am index ed86610..5b78bc1 100644 --- a/newlib/libc/machine/d30v/Makefile.am +++ b/newlib/libc/machine/d30v/Makefile.am @@ -12,5 +12,5 @@ lib_a_SOURCES = setjmp.S lib_a_CCASFLAGS=$(AM_CCASFLAGS) lib_a_CFLAGS=$(AM_CFLAGS) -ACLOCAL_AMFLAGS = -I ../../.. +ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host diff --git a/newlib/libc/machine/d30v/Makefile.in b/newlib/libc/machine/d30v/Makefile.in index 95b41a4..8b5ba87 100644 --- a/newlib/libc/machine/d30v/Makefile.in +++ b/newlib/libc/machine/d30v/Makefile.in @@ -182,7 +182,7 @@ noinst_LIBRARIES = lib.a lib_a_SOURCES = setjmp.S lib_a_CCASFLAGS = $(AM_CCASFLAGS) lib_a_CFLAGS = $(AM_CFLAGS) -ACLOCAL_AMFLAGS = -I ../../.. +ACLOCAL_AMFLAGS = -I ../../.. -I ../../../.. CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host all: all-am |