From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 19CF93858D1E; Thu, 10 Feb 2022 05:07:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 19CF93858D1E Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib: drop support for $oext X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: f034d8ad19df17fd25df2469cfaa4a7ea3fcee45 X-Git-Newrev: 5b9c4cf23ef3724d914e29b1899a941b076b96da Message-Id: <20220210050750.19CF93858D1E@sourceware.org> Date: Thu, 10 Feb 2022 05:07:50 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2022 05:07:50 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D5b9c4cf23ef= 3724d914e29b1899a941b076b96da commit 5b9c4cf23ef3724d914e29b1899a941b076b96da Author: Mike Frysinger Date: Mon Feb 7 05:25:19 2022 -0500 newlib: drop support for $oext =20 This was needed only to support libtool in case objects ended in .lo instead of .o, but we dropped libtool, so drop this too. Diff: --- newlib/Makefile.am | 26 +-- newlib/Makefile.in | 27 ++- newlib/acinclude.m4 | 3 +- newlib/configure | 4 +- newlib/configure.host | 2 - newlib/libc/Makefile.in | 1 - newlib/libc/argz/Makefile.in | 1 - newlib/libc/configure | 4 +- newlib/libc/ctype/Makefile.am | 2 +- newlib/libc/ctype/Makefile.in | 3 +- newlib/libc/errno/Makefile.in | 1 - newlib/libc/iconv/Makefile.in | 1 - newlib/libc/iconv/ccs/Makefile.in | 1 - newlib/libc/iconv/ccs/binary/Makefile.in | 1 - newlib/libc/iconv/ces/Makefile.in | 1 - newlib/libc/iconv/lib/Makefile.in | 1 - newlib/libc/locale/Makefile.in | 1 - newlib/libc/machine/a29k/Makefile.in | 1 - newlib/libc/machine/aarch64/Makefile.in | 1 - newlib/libc/machine/amdgcn/Makefile.in | 1 - newlib/libc/machine/arc/Makefile.in | 1 - newlib/libc/machine/arm/Makefile.in | 1 - newlib/libc/machine/bfin/Makefile.in | 1 - newlib/libc/machine/cr16/Makefile.in | 1 - newlib/libc/machine/cris/Makefile.in | 1 - newlib/libc/machine/crx/Makefile.in | 1 - newlib/libc/machine/csky/Makefile.in | 1 - newlib/libc/machine/d10v/Makefile.in | 1 - newlib/libc/machine/d30v/Makefile.in | 1 - newlib/libc/machine/epiphany/Makefile.in | 1 - newlib/libc/machine/fr30/Makefile.in | 1 - newlib/libc/machine/frv/Makefile.in | 1 - newlib/libc/machine/ft32/Makefile.in | 1 - newlib/libc/machine/h8300/Makefile.in | 1 - newlib/libc/machine/h8500/Makefile.in | 1 - newlib/libc/machine/hppa/Makefile.in | 1 - newlib/libc/machine/i386/Makefile.in | 1 - newlib/libc/machine/i960/Makefile.in | 1 - newlib/libc/machine/iq2000/Makefile.in | 1 - newlib/libc/machine/lm32/Makefile.in | 1 - newlib/libc/machine/m32c/Makefile.in | 1 - newlib/libc/machine/m32r/Makefile.in | 1 - newlib/libc/machine/m68hc11/Makefile.in | 1 - newlib/libc/machine/m68k/Makefile.in | 1 - newlib/libc/machine/m88k/Makefile.in | 1 - newlib/libc/machine/mep/Makefile.in | 1 - newlib/libc/machine/microblaze/Makefile.in | 1 - newlib/libc/machine/mips/Makefile.in | 1 - newlib/libc/machine/mn10200/Makefile.in | 1 - newlib/libc/machine/mn10300/Makefile.in | 1 - newlib/libc/machine/moxie/Makefile.in | 1 - newlib/libc/machine/msp430/Makefile.in | 1 - newlib/libc/machine/mt/Makefile.in | 1 - newlib/libc/machine/nds32/Makefile.in | 1 - newlib/libc/machine/necv70/Makefile.in | 1 - newlib/libc/machine/nios2/Makefile.in | 1 - newlib/libc/machine/nvptx/Makefile.in | 1 - newlib/libc/machine/or1k/Makefile.in | 1 - newlib/libc/machine/powerpc/Makefile.in | 1 - newlib/libc/machine/pru/Makefile.in | 1 - newlib/libc/machine/riscv/Makefile.in | 1 - newlib/libc/machine/rl78/Makefile.in | 1 - newlib/libc/machine/rx/Makefile.in | 1 - newlib/libc/machine/sh/Makefile.in | 1 - newlib/libc/machine/sparc/Makefile.in | 1 - newlib/libc/machine/spu/Makefile.in | 1 - newlib/libc/machine/tic4x/Makefile.in | 1 - newlib/libc/machine/tic6x/Makefile.in | 1 - newlib/libc/machine/tic80/Makefile.in | 1 - newlib/libc/machine/v850/Makefile.in | 1 - newlib/libc/machine/visium/Makefile.in | 1 - newlib/libc/machine/w65/Makefile.in | 1 - newlib/libc/machine/x86_64/Makefile.in | 1 - newlib/libc/machine/xc16x/Makefile.in | 1 - newlib/libc/machine/xstormy16/Makefile.in | 1 - newlib/libc/machine/z8k/Makefile.in | 1 - newlib/libc/misc/Makefile.in | 1 - newlib/libc/posix/Makefile.in | 1 - newlib/libc/reent/Makefile.am | 2 +- newlib/libc/reent/Makefile.in | 3 +- newlib/libc/search/Makefile.in | 1 - newlib/libc/signal/Makefile.in | 1 - newlib/libc/ssp/Makefile.in | 1 - newlib/libc/stdio/Makefile.am | 298 +++++++++++---------= --- newlib/libc/stdio/Makefile.in | 299 ++++++++++++--------= ---- newlib/libc/stdio64/Makefile.in | 1 - newlib/libc/stdlib/Makefile.am | 86 +++---- newlib/libc/stdlib/Makefile.in | 87 ++++--- newlib/libc/string/Makefile.in | 1 - newlib/libc/sys/a29khif/Makefile.in | 1 - newlib/libc/sys/amdgcn/Makefile.in | 1 - newlib/libc/sys/arm/Makefile.in | 1 - newlib/libc/sys/d10v/Makefile.in | 1 - newlib/libc/sys/decstation/Makefile.in | 1 - newlib/libc/sys/epiphany/Makefile.in | 1 - newlib/libc/sys/h8300hms/Makefile.in | 1 - newlib/libc/sys/h8500hms/Makefile.in | 1 - newlib/libc/sys/m88kbug/Makefile.in | 1 - newlib/libc/sys/mmixware/Makefile.in | 1 - newlib/libc/sys/netware/Makefile.in | 1 - newlib/libc/sys/or1k/Makefile.in | 1 - newlib/libc/sys/phoenix/Makefile.in | 1 - newlib/libc/sys/phoenix/configure | 4 +- newlib/libc/sys/phoenix/machine/Makefile.in | 1 - newlib/libc/sys/phoenix/machine/arm/Makefile.in | 1 - newlib/libc/sys/phoenix/machine/arm/configure | 4 +- newlib/libc/sys/phoenix/machine/configure | 4 +- newlib/libc/sys/rdos/Makefile.in | 1 - newlib/libc/sys/rtems/Makefile.in | 1 - newlib/libc/sys/sh/Makefile.in | 1 - newlib/libc/sys/sparc64/Makefile.in | 1 - newlib/libc/sys/sun4/Makefile.in | 1 - newlib/libc/sys/sysmec/Makefile.in | 1 - newlib/libc/sys/sysnec810/Makefile.in | 1 - newlib/libc/sys/sysnecv850/Makefile.in | 1 - newlib/libc/sys/sysvi386/Makefile.in | 1 - newlib/libc/sys/sysvnecv70/Makefile.in | 1 - newlib/libc/sys/tic80/Makefile.in | 1 - newlib/libc/sys/tirtos/Makefile.in | 1 - newlib/libc/sys/w65/Makefile.in | 1 - newlib/libc/sys/z8ksim/Makefile.in | 1 - newlib/libc/syscalls/Makefile.in | 1 - newlib/libc/time/Makefile.am | 2 +- newlib/libc/time/Makefile.in | 3 +- newlib/libc/unix/Makefile.in | 1 - newlib/libc/xdr/Makefile.in | 1 - newlib/libm/Makefile.in | 1 - newlib/libm/common/Makefile.in | 1 - newlib/libm/complex/Makefile.in | 1 - newlib/libm/configure | 4 +- newlib/libm/fenv/Makefile.in | 1 - newlib/libm/machine/aarch64/Makefile.in | 1 - newlib/libm/machine/arm/Makefile.in | 1 - newlib/libm/machine/i386/Makefile.in | 1 - newlib/libm/machine/mips/Makefile.in | 1 - newlib/libm/machine/nds32/Makefile.in | 1 - newlib/libm/machine/powerpc/Makefile.in | 1 - newlib/libm/machine/pru/Makefile.in | 1 - newlib/libm/machine/riscv/Makefile.in | 1 - newlib/libm/machine/sparc/Makefile.in | 1 - newlib/libm/machine/spu/Makefile.in | 1 - newlib/libm/machine/x86_64/Makefile.in | 1 - newlib/libm/math/Makefile.in | 1 - newlib/libm/mathfp/Makefile.in | 1 - 144 files changed, 423 insertions(+), 568 deletions(-) diff --git a/newlib/Makefile.am b/newlib/Makefile.am index 3befb2126..5767f8524 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -84,19 +84,19 @@ toollib_DATA =3D $(CRT0) $(CRT1) # both libc.a and libm.a. We build them in libm.a and copy them over, # along with some required supporting routines. MATHOBJS_IN_LIBC =3D \ - $(lpfx)s_fpclassify.$(oext) $(lpfx)sf_fpclassify.$(oext) \ - $(lpfx)s_isinf.$(oext) $(lpfx)sf_isinf.$(oext) \ - $(lpfx)s_isnan.$(oext) $(lpfx)sf_isnan.$(oext) \ - $(lpfx)s_isinfd.$(oext) $(lpfx)sf_isinff.$(oext) \ - $(lpfx)s_isnand.$(oext) $(lpfx)sf_isnanf.$(oext) \ - $(lpfx)s_nan.$(oext) $(lpfx)sf_nan.$(oext) \ - $(lpfx)s_ldexp.$(oext) $(lpfx)sf_ldexp.$(oext) \ - $(lpfx)s_frexp.$(oext) $(lpfx)sf_frexp.$(oext) $(lpfx)frexpl.$(oext) \ - $(lpfx)s_modf.$(oext) \ - $(lpfx)sf_modf.$(oext) $(lpfx)s_scalbn.$(oext) \ - $(lpfx)sf_scalbn.$(oext) \ - $(lpfx)s_finite.$(oext) $(lpfx)sf_finite.$(oext) \ - $(lpfx)s_copysign.$(oext) $(lpfx)sf_copysign.$(oext) + $(lpfx)s_fpclassify.o $(lpfx)sf_fpclassify.o \ + $(lpfx)s_isinf.o $(lpfx)sf_isinf.o \ + $(lpfx)s_isnan.o $(lpfx)sf_isnan.o \ + $(lpfx)s_isinfd.o $(lpfx)sf_isinff.o \ + $(lpfx)s_isnand.o $(lpfx)sf_isnanf.o \ + $(lpfx)s_nan.o $(lpfx)sf_nan.o \ + $(lpfx)s_ldexp.o $(lpfx)sf_ldexp.o \ + $(lpfx)s_frexp.o $(lpfx)sf_frexp.o $(lpfx)frexpl.o \ + $(lpfx)s_modf.o \ + $(lpfx)sf_modf.o $(lpfx)s_scalbn.o \ + $(lpfx)sf_scalbn.o \ + $(lpfx)s_finite.o $(lpfx)sf_finite.o \ + $(lpfx)s_copysign.o $(lpfx)sf_copysign.o =20 libc.a: libc/libc.a libm.a rm -rf libc.a libg.a tmp diff --git a/newlib/Makefile.in b/newlib/Makefile.in index b78e32089..375a225b3 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -418,7 +418,6 @@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ multi_basedir =3D @multi_basedir@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ @@ -505,19 +504,19 @@ toollib_DATA =3D $(CRT0) $(CRT1) # both libc.a and libm.a. We build them in libm.a and copy them over, # along with some required supporting routines. MATHOBJS_IN_LIBC =3D \ - $(lpfx)s_fpclassify.$(oext) $(lpfx)sf_fpclassify.$(oext) \ - $(lpfx)s_isinf.$(oext) $(lpfx)sf_isinf.$(oext) \ - $(lpfx)s_isnan.$(oext) $(lpfx)sf_isnan.$(oext) \ - $(lpfx)s_isinfd.$(oext) $(lpfx)sf_isinff.$(oext) \ - $(lpfx)s_isnand.$(oext) $(lpfx)sf_isnanf.$(oext) \ - $(lpfx)s_nan.$(oext) $(lpfx)sf_nan.$(oext) \ - $(lpfx)s_ldexp.$(oext) $(lpfx)sf_ldexp.$(oext) \ - $(lpfx)s_frexp.$(oext) $(lpfx)sf_frexp.$(oext) $(lpfx)frexpl.$(oext) \ - $(lpfx)s_modf.$(oext) \ - $(lpfx)sf_modf.$(oext) $(lpfx)s_scalbn.$(oext) \ - $(lpfx)sf_scalbn.$(oext) \ - $(lpfx)s_finite.$(oext) $(lpfx)sf_finite.$(oext) \ - $(lpfx)s_copysign.$(oext) $(lpfx)sf_copysign.$(oext) + $(lpfx)s_fpclassify.o $(lpfx)sf_fpclassify.o \ + $(lpfx)s_isinf.o $(lpfx)sf_isinf.o \ + $(lpfx)s_isnan.o $(lpfx)sf_isnan.o \ + $(lpfx)s_isinfd.o $(lpfx)sf_isinff.o \ + $(lpfx)s_isnand.o $(lpfx)sf_isnanf.o \ + $(lpfx)s_nan.o $(lpfx)sf_nan.o \ + $(lpfx)s_ldexp.o $(lpfx)sf_ldexp.o \ + $(lpfx)s_frexp.o $(lpfx)sf_frexp.o $(lpfx)frexpl.o \ + $(lpfx)s_modf.o \ + $(lpfx)sf_modf.o $(lpfx)s_scalbn.o \ + $(lpfx)sf_scalbn.o \ + $(lpfx)s_finite.o $(lpfx)sf_finite.o \ + $(lpfx)s_copysign.o $(lpfx)sf_copysign.o =20 CLEANFILES =3D stmp-targ-include libc/targetdep.tex \ libc/targetdep.tex.stamp $(LIBC_CHEWOUT_FILES) \ diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4 index c5b4ce7bf..60fe6ca74 100644 --- a/newlib/acinclude.m4 +++ b/newlib/acinclude.m4 @@ -155,10 +155,9 @@ fi =20 # Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we # use oext, which is set in configure.host based on the target platform. -OBJEXT=3D${oext} +OBJEXT=3Do =20 AC_SUBST(OBJEXT) -AC_SUBST(oext) AC_SUBST(lpfx) =20 AC_SUBST(libm_machine_dir) diff --git a/newlib/configure b/newlib/configure index e4c772bf9..01aba8c37 100755 --- a/newlib/configure +++ b/newlib/configure @@ -615,7 +615,6 @@ shared_machine_dir machine_dir libm_machine_dir lpfx -oext ELIX_LEVEL_4_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_3_FALSE @@ -4667,8 +4666,7 @@ fi =20 # Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we # use oext, which is set in configure.host based on the target platform. -OBJEXT=3D${oext} - +OBJEXT=3Do =20 =20 =20 diff --git a/newlib/configure.host b/newlib/configure.host index 22023f9ae..3c5df5a41 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -43,7 +43,6 @@ # stdio64_dir "stdio64" to build libc/stdio64, "" otherwise # syscall_dir "syscalls" to build libc/syscalls, "" otherwise # unix_dir "unix" to build libc/unix, "" otherwise -# oext object file extension - needed for libtool support # lpfx library object prefix - generated when no libtool # crt1 name of crt1 object if one is provided # crt1_dir directory where crt1 object is found @@ -77,7 +76,6 @@ default_newlib_io_pos_args=3Dno default_newlib_atexit_dynamic_alloc=3Dyes default_newlib_nano_malloc=3Dno default_newlib_reent_check_verify=3Dyes -oext=3Do lpfx=3D"lib_a-" newlib_msg_warn=3D =20 diff --git a/newlib/libc/Makefile.in b/newlib/libc/Makefile.in index 8c23ca84e..e77b654b0 100644 --- a/newlib/libc/Makefile.in +++ b/newlib/libc/Makefile.in @@ -295,7 +295,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/argz/Makefile.in b/newlib/libc/argz/Makefile.in index cc9b9ea5f..9a8cbea0c 100644 --- a/newlib/libc/argz/Makefile.in +++ b/newlib/libc/argz/Makefile.in @@ -291,7 +291,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/configure b/newlib/libc/configure index e1cb462ab..f2e6ca9b8 100755 --- a/newlib/libc/configure +++ b/newlib/libc/configure @@ -642,7 +642,6 @@ shared_machine_dir machine_dir libm_machine_dir lpfx -oext ELIX_LEVEL_4_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_3_FALSE @@ -4372,8 +4371,7 @@ fi =20 # Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we # use oext, which is set in configure.host based on the target platform. -OBJEXT=3D${oext} - +OBJEXT=3Do =20 =20 =20 diff --git a/newlib/libc/ctype/Makefile.am b/newlib/libc/ctype/Makefile.am index c7bdf2d74..5c4269f7e 100644 --- a/newlib/libc/ctype/Makefile.am +++ b/newlib/libc/ctype/Makefile.am @@ -84,4 +84,4 @@ noinst_LIBRARIES =3D lib.a lib_a_SOURCES =3D $(GENERAL_SOURCES) $(ELIX_SOURCES) lib_a_CFLAGS =3D $(AM_CFLAGS) =20 -$(lpfx)ctype_.$(oext): ctype_.c ctype_iso.h ctype_cp.h +$(lpfx)ctype_.o: ctype_.c ctype_iso.h ctype_cp.h diff --git a/newlib/libc/ctype/Makefile.in b/newlib/libc/ctype/Makefile.in index f637ec359..243858aad 100644 --- a/newlib/libc/ctype/Makefile.in +++ b/newlib/libc/ctype/Makefile.in @@ -335,7 +335,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ @@ -1068,7 +1067,7 @@ uninstall-am: .PRECIOUS: Makefile =20 =20 -$(lpfx)ctype_.$(oext): ctype_.c ctype_iso.h ctype_cp.h +$(lpfx)ctype_.o: ctype_.c ctype_iso.h ctype_cp.h =20 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/newlib/libc/errno/Makefile.in b/newlib/libc/errno/Makefile.in index 4d1544844..dfb710049 100644 --- a/newlib/libc/errno/Makefile.in +++ b/newlib/libc/errno/Makefile.in @@ -273,7 +273,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/iconv/Makefile.in b/newlib/libc/iconv/Makefile.in index 926fd492d..c8928cbdf 100644 --- a/newlib/libc/iconv/Makefile.in +++ b/newlib/libc/iconv/Makefile.in @@ -290,7 +290,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/iconv/ccs/Makefile.in b/newlib/libc/iconv/ccs/Make= file.in index 01e06f00f..5cf3fb4df 100644 --- a/newlib/libc/iconv/ccs/Makefile.in +++ b/newlib/libc/iconv/ccs/Makefile.in @@ -351,7 +351,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/iconv/ccs/binary/Makefile.in b/newlib/libc/iconv/c= cs/binary/Makefile.in index 550dd09d5..43d3cfe11 100644 --- a/newlib/libc/iconv/ccs/binary/Makefile.in +++ b/newlib/libc/iconv/ccs/binary/Makefile.in @@ -256,7 +256,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/iconv/ces/Makefile.in b/newlib/libc/iconv/ces/Make= file.in index 43e901010..a09d466b7 100644 --- a/newlib/libc/iconv/ces/Makefile.in +++ b/newlib/libc/iconv/ces/Makefile.in @@ -288,7 +288,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/iconv/lib/Makefile.in b/newlib/libc/iconv/lib/Make= file.in index d64061759..e2bcaa603 100644 --- a/newlib/libc/iconv/lib/Makefile.in +++ b/newlib/libc/iconv/lib/Makefile.in @@ -281,7 +281,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/locale/Makefile.in b/newlib/libc/locale/Makefile.in index cbd24150f..4d4bbd1b2 100644 --- a/newlib/libc/locale/Makefile.in +++ b/newlib/libc/locale/Makefile.in @@ -283,7 +283,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/a29k/Makefile.in b/newlib/libc/machine/a29= k/Makefile.in index 84ca9ddea..55c81e86c 100644 --- a/newlib/libc/machine/a29k/Makefile.in +++ b/newlib/libc/machine/a29k/Makefile.in @@ -250,7 +250,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/aarch64/Makefile.in b/newlib/libc/machine/= aarch64/Makefile.in index 691b9d2b1..77def1522 100644 --- a/newlib/libc/machine/aarch64/Makefile.in +++ b/newlib/libc/machine/aarch64/Makefile.in @@ -292,7 +292,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/amdgcn/Makefile.in b/newlib/libc/machine/a= mdgcn/Makefile.in index dc1a4dd66..caedf7111 100644 --- a/newlib/libc/machine/amdgcn/Makefile.in +++ b/newlib/libc/machine/amdgcn/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/arc/Makefile.in b/newlib/libc/machine/arc/= Makefile.in index 92a5db717..c1af5f980 100644 --- a/newlib/libc/machine/arc/Makefile.in +++ b/newlib/libc/machine/arc/Makefile.in @@ -291,7 +291,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/arm/Makefile.in b/newlib/libc/machine/arm/= Makefile.in index fb8850bea..6ae7f7284 100644 --- a/newlib/libc/machine/arm/Makefile.in +++ b/newlib/libc/machine/arm/Makefile.in @@ -285,7 +285,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/bfin/Makefile.in b/newlib/libc/machine/bfi= n/Makefile.in index e288b6769..414bf7992 100644 --- a/newlib/libc/machine/bfin/Makefile.in +++ b/newlib/libc/machine/bfin/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/cr16/Makefile.in b/newlib/libc/machine/cr1= 6/Makefile.in index 184e508e9..37e47f86b 100644 --- a/newlib/libc/machine/cr16/Makefile.in +++ b/newlib/libc/machine/cr16/Makefile.in @@ -278,7 +278,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/cris/Makefile.in b/newlib/libc/machine/cri= s/Makefile.in index 97a463706..f3d8829ab 100644 --- a/newlib/libc/machine/cris/Makefile.in +++ b/newlib/libc/machine/cris/Makefile.in @@ -308,7 +308,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/crx/Makefile.in b/newlib/libc/machine/crx/= Makefile.in index 73f8e5852..7c479372c 100644 --- a/newlib/libc/machine/crx/Makefile.in +++ b/newlib/libc/machine/crx/Makefile.in @@ -278,7 +278,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/csky/Makefile.in b/newlib/libc/machine/csk= y/Makefile.in index 0243a9a65..b25c92843 100644 --- a/newlib/libc/machine/csky/Makefile.in +++ b/newlib/libc/machine/csky/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/d10v/Makefile.in b/newlib/libc/machine/d10= v/Makefile.in index eb0a80895..5c0f387fa 100644 --- a/newlib/libc/machine/d10v/Makefile.in +++ b/newlib/libc/machine/d10v/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/d30v/Makefile.in b/newlib/libc/machine/d30= v/Makefile.in index 612e75acd..84582e7d0 100644 --- a/newlib/libc/machine/d30v/Makefile.in +++ b/newlib/libc/machine/d30v/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/epiphany/Makefile.in b/newlib/libc/machine= /epiphany/Makefile.in index a9a3291bc..8369a86a9 100644 --- a/newlib/libc/machine/epiphany/Makefile.in +++ b/newlib/libc/machine/epiphany/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/fr30/Makefile.in b/newlib/libc/machine/fr3= 0/Makefile.in index 4a70f9b31..47aebc660 100644 --- a/newlib/libc/machine/fr30/Makefile.in +++ b/newlib/libc/machine/fr30/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/frv/Makefile.in b/newlib/libc/machine/frv/= Makefile.in index c3a265eee..86e833cd6 100644 --- a/newlib/libc/machine/frv/Makefile.in +++ b/newlib/libc/machine/frv/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/ft32/Makefile.in b/newlib/libc/machine/ft3= 2/Makefile.in index f6b3de15e..22050f8bd 100644 --- a/newlib/libc/machine/ft32/Makefile.in +++ b/newlib/libc/machine/ft32/Makefile.in @@ -275,7 +275,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/h8300/Makefile.in b/newlib/libc/machine/h8= 300/Makefile.in index b94592e31..55c791585 100644 --- a/newlib/libc/machine/h8300/Makefile.in +++ b/newlib/libc/machine/h8300/Makefile.in @@ -275,7 +275,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/h8500/Makefile.in b/newlib/libc/machine/h8= 500/Makefile.in index dc0bf8fb8..dbbd18928 100644 --- a/newlib/libc/machine/h8500/Makefile.in +++ b/newlib/libc/machine/h8500/Makefile.in @@ -280,7 +280,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/hppa/Makefile.in b/newlib/libc/machine/hpp= a/Makefile.in index 000000634..1519f349b 100644 --- a/newlib/libc/machine/hppa/Makefile.in +++ b/newlib/libc/machine/hppa/Makefile.in @@ -277,7 +277,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/i386/Makefile.in b/newlib/libc/machine/i38= 6/Makefile.in index fc5d8b890..f2c918fae 100644 --- a/newlib/libc/machine/i386/Makefile.in +++ b/newlib/libc/machine/i386/Makefile.in @@ -283,7 +283,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/i960/Makefile.in b/newlib/libc/machine/i96= 0/Makefile.in index 4cd2efaa3..b3296d907 100644 --- a/newlib/libc/machine/i960/Makefile.in +++ b/newlib/libc/machine/i960/Makefile.in @@ -250,7 +250,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/iq2000/Makefile.in b/newlib/libc/machine/i= q2000/Makefile.in index 9606b22be..fa96e34f7 100644 --- a/newlib/libc/machine/iq2000/Makefile.in +++ b/newlib/libc/machine/iq2000/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/lm32/Makefile.in b/newlib/libc/machine/lm3= 2/Makefile.in index c51ced530..4b8569a4a 100644 --- a/newlib/libc/machine/lm32/Makefile.in +++ b/newlib/libc/machine/lm32/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/m32c/Makefile.in b/newlib/libc/machine/m32= c/Makefile.in index 7ee251dfd..3468966f8 100644 --- a/newlib/libc/machine/m32c/Makefile.in +++ b/newlib/libc/machine/m32c/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/m32r/Makefile.in b/newlib/libc/machine/m32= r/Makefile.in index 57f13b6c2..cde685298 100644 --- a/newlib/libc/machine/m32r/Makefile.in +++ b/newlib/libc/machine/m32r/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/m68hc11/Makefile.in b/newlib/libc/machine/= m68hc11/Makefile.in index f81dda9f3..a9884b41a 100644 --- a/newlib/libc/machine/m68hc11/Makefile.in +++ b/newlib/libc/machine/m68hc11/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/m68k/Makefile.in b/newlib/libc/machine/m68= k/Makefile.in index 02a01062d..50474fcc6 100644 --- a/newlib/libc/machine/m68k/Makefile.in +++ b/newlib/libc/machine/m68k/Makefile.in @@ -279,7 +279,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/m88k/Makefile.in b/newlib/libc/machine/m88= k/Makefile.in index 72fb5aabc..b810bd306 100644 --- a/newlib/libc/machine/m88k/Makefile.in +++ b/newlib/libc/machine/m88k/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/mep/Makefile.in b/newlib/libc/machine/mep/= Makefile.in index 34712b9ad..70ed1382f 100644 --- a/newlib/libc/machine/mep/Makefile.in +++ b/newlib/libc/machine/mep/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/microblaze/Makefile.in b/newlib/libc/machi= ne/microblaze/Makefile.in index 22991cdb1..21bf4ddc4 100644 --- a/newlib/libc/machine/microblaze/Makefile.in +++ b/newlib/libc/machine/microblaze/Makefile.in @@ -279,7 +279,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/mips/Makefile.in b/newlib/libc/machine/mip= s/Makefile.in index 717650786..cbe88318f 100644 --- a/newlib/libc/machine/mips/Makefile.in +++ b/newlib/libc/machine/mips/Makefile.in @@ -275,7 +275,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/mn10200/Makefile.in b/newlib/libc/machine/= mn10200/Makefile.in index 965bc1f9a..535722d19 100644 --- a/newlib/libc/machine/mn10200/Makefile.in +++ b/newlib/libc/machine/mn10200/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/mn10300/Makefile.in b/newlib/libc/machine/= mn10300/Makefile.in index 2cc977d46..f17c33549 100644 --- a/newlib/libc/machine/mn10300/Makefile.in +++ b/newlib/libc/machine/mn10300/Makefile.in @@ -276,7 +276,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/moxie/Makefile.in b/newlib/libc/machine/mo= xie/Makefile.in index c9f48c16f..e9056bdb1 100644 --- a/newlib/libc/machine/moxie/Makefile.in +++ b/newlib/libc/machine/moxie/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/msp430/Makefile.in b/newlib/libc/machine/m= sp430/Makefile.in index 7f01801c3..1dacdb995 100644 --- a/newlib/libc/machine/msp430/Makefile.in +++ b/newlib/libc/machine/msp430/Makefile.in @@ -294,7 +294,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/mt/Makefile.in b/newlib/libc/machine/mt/Ma= kefile.in index 8d6c9c68d..359f99818 100644 --- a/newlib/libc/machine/mt/Makefile.in +++ b/newlib/libc/machine/mt/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/nds32/Makefile.in b/newlib/libc/machine/nd= s32/Makefile.in index 327205f80..2bddb3cb6 100644 --- a/newlib/libc/machine/nds32/Makefile.in +++ b/newlib/libc/machine/nds32/Makefile.in @@ -284,7 +284,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/necv70/Makefile.in b/newlib/libc/machine/n= ecv70/Makefile.in index 42ee64c24..6f643ee45 100644 --- a/newlib/libc/machine/necv70/Makefile.in +++ b/newlib/libc/machine/necv70/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/nios2/Makefile.in b/newlib/libc/machine/ni= os2/Makefile.in index 32177269f..92c15b4b7 100644 --- a/newlib/libc/machine/nios2/Makefile.in +++ b/newlib/libc/machine/nios2/Makefile.in @@ -273,7 +273,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/nvptx/Makefile.in b/newlib/libc/machine/nv= ptx/Makefile.in index 05d47d2e1..7a9fb5871 100644 --- a/newlib/libc/machine/nvptx/Makefile.in +++ b/newlib/libc/machine/nvptx/Makefile.in @@ -279,7 +279,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/or1k/Makefile.in b/newlib/libc/machine/or1= k/Makefile.in index 13f8fb4ca..4539a83b0 100644 --- a/newlib/libc/machine/or1k/Makefile.in +++ b/newlib/libc/machine/or1k/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/powerpc/Makefile.in b/newlib/libc/machine/= powerpc/Makefile.in index 53a3cad37..f967e4a8a 100644 --- a/newlib/libc/machine/powerpc/Makefile.in +++ b/newlib/libc/machine/powerpc/Makefile.in @@ -306,7 +306,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/pru/Makefile.in b/newlib/libc/machine/pru/= Makefile.in index 5f7bef634..78d48eacc 100644 --- a/newlib/libc/machine/pru/Makefile.in +++ b/newlib/libc/machine/pru/Makefile.in @@ -273,7 +273,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/riscv/Makefile.in b/newlib/libc/machine/ri= scv/Makefile.in index dbb8afcf7..67202453e 100644 --- a/newlib/libc/machine/riscv/Makefile.in +++ b/newlib/libc/machine/riscv/Makefile.in @@ -281,7 +281,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/rl78/Makefile.in b/newlib/libc/machine/rl7= 8/Makefile.in index e73387031..28830c5b2 100644 --- a/newlib/libc/machine/rl78/Makefile.in +++ b/newlib/libc/machine/rl78/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/rx/Makefile.in b/newlib/libc/machine/rx/Ma= kefile.in index 6cd19c3ea..35665ff82 100644 --- a/newlib/libc/machine/rx/Makefile.in +++ b/newlib/libc/machine/rx/Makefile.in @@ -278,7 +278,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/sh/Makefile.in b/newlib/libc/machine/sh/Ma= kefile.in index e3b546a82..6f7378da6 100644 --- a/newlib/libc/machine/sh/Makefile.in +++ b/newlib/libc/machine/sh/Makefile.in @@ -279,7 +279,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/sparc/Makefile.in b/newlib/libc/machine/sp= arc/Makefile.in index 1e3379b2e..40f844506 100644 --- a/newlib/libc/machine/sparc/Makefile.in +++ b/newlib/libc/machine/sparc/Makefile.in @@ -279,7 +279,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/spu/Makefile.in b/newlib/libc/machine/spu/= Makefile.in index badacc65d..0305f38e1 100644 --- a/newlib/libc/machine/spu/Makefile.in +++ b/newlib/libc/machine/spu/Makefile.in @@ -364,7 +364,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/tic4x/Makefile.in b/newlib/libc/machine/ti= c4x/Makefile.in index 360035a5f..82d1c3a49 100644 --- a/newlib/libc/machine/tic4x/Makefile.in +++ b/newlib/libc/machine/tic4x/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/tic6x/Makefile.in b/newlib/libc/machine/ti= c6x/Makefile.in index 9245a0757..d74c1d324 100644 --- a/newlib/libc/machine/tic6x/Makefile.in +++ b/newlib/libc/machine/tic6x/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/tic80/Makefile.in b/newlib/libc/machine/ti= c80/Makefile.in index ef584ad05..f165ed324 100644 --- a/newlib/libc/machine/tic80/Makefile.in +++ b/newlib/libc/machine/tic80/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/v850/Makefile.in b/newlib/libc/machine/v85= 0/Makefile.in index eb3e8ef13..6ca18ae77 100644 --- a/newlib/libc/machine/v850/Makefile.in +++ b/newlib/libc/machine/v850/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/visium/Makefile.in b/newlib/libc/machine/v= isium/Makefile.in index ee613eed1..2df5d2dad 100644 --- a/newlib/libc/machine/visium/Makefile.in +++ b/newlib/libc/machine/visium/Makefile.in @@ -279,7 +279,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/w65/Makefile.in b/newlib/libc/machine/w65/= Makefile.in index ebbb19fda..c1c855dc5 100644 --- a/newlib/libc/machine/w65/Makefile.in +++ b/newlib/libc/machine/w65/Makefile.in @@ -281,7 +281,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/x86_64/Makefile.in b/newlib/libc/machine/x= 86_64/Makefile.in index 06673122b..6725d62d9 100644 --- a/newlib/libc/machine/x86_64/Makefile.in +++ b/newlib/libc/machine/x86_64/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/xc16x/Makefile.in b/newlib/libc/machine/xc= 16x/Makefile.in index d0887a2b3..cefe7425c 100644 --- a/newlib/libc/machine/xc16x/Makefile.in +++ b/newlib/libc/machine/xc16x/Makefile.in @@ -279,7 +279,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/xstormy16/Makefile.in b/newlib/libc/machin= e/xstormy16/Makefile.in index 9784b8ee4..d0eb0d06d 100644 --- a/newlib/libc/machine/xstormy16/Makefile.in +++ b/newlib/libc/machine/xstormy16/Makefile.in @@ -273,7 +273,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/machine/z8k/Makefile.in b/newlib/libc/machine/z8k/= Makefile.in index 947751363..7886dbbf0 100644 --- a/newlib/libc/machine/z8k/Makefile.in +++ b/newlib/libc/machine/z8k/Makefile.in @@ -275,7 +275,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/misc/Makefile.in b/newlib/libc/misc/Makefile.in index 6e1402aa1..e4adeb26f 100644 --- a/newlib/libc/misc/Makefile.in +++ b/newlib/libc/misc/Makefile.in @@ -280,7 +280,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/posix/Makefile.in b/newlib/libc/posix/Makefile.in index 91e3c5eeb..6a0e06f0e 100644 --- a/newlib/libc/posix/Makefile.in +++ b/newlib/libc/posix/Makefile.in @@ -296,7 +296,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/reent/Makefile.am b/newlib/libc/reent/Makefile.am index 10fc47393..e645665ca 100644 --- a/newlib/libc/reent/Makefile.am +++ b/newlib/libc/reent/Makefile.am @@ -50,4 +50,4 @@ noinst_LIBRARIES =3D lib.a lib_a_SOURCES =3D $(GENERAL_SOURCES) $(ELIX_SOURCES) lib_a_CFLAGS =3D $(AM_CFLAGS) =20 -$(lpfx)impure.$(oext): $(srcdir)/impure.c $(srcdir)/../include/sys/reent.h +$(lpfx)impure.o: $(srcdir)/impure.c $(srcdir)/../include/sys/reent.h diff --git a/newlib/libc/reent/Makefile.in b/newlib/libc/reent/Makefile.in index 3873f0238..1b18b3920 100644 --- a/newlib/libc/reent/Makefile.in +++ b/newlib/libc/reent/Makefile.in @@ -294,7 +294,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ @@ -729,7 +728,7 @@ uninstall-am: .PRECIOUS: Makefile =20 =20 -$(lpfx)impure.$(oext): $(srcdir)/impure.c $(srcdir)/../include/sys/reent.h +$(lpfx)impure.o: $(srcdir)/impure.c $(srcdir)/../include/sys/reent.h =20 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/newlib/libc/search/Makefile.in b/newlib/libc/search/Makefile.in index bdd398831..3b1fa0953 100644 --- a/newlib/libc/search/Makefile.in +++ b/newlib/libc/search/Makefile.in @@ -289,7 +289,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/signal/Makefile.in b/newlib/libc/signal/Makefile.in index 7a83aff4e..7d711ec01 100644 --- a/newlib/libc/signal/Makefile.in +++ b/newlib/libc/signal/Makefile.in @@ -274,7 +274,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/ssp/Makefile.in b/newlib/libc/ssp/Makefile.in index 282abf9b5..0ff2efcbf 100644 --- a/newlib/libc/ssp/Makefile.in +++ b/newlib/libc/ssp/Makefile.in @@ -287,7 +287,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am index 40c0d89e8..a2c688cbe 100644 --- a/newlib/libc/stdio/Makefile.am +++ b/newlib/libc/stdio/Makefile.am @@ -193,31 +193,31 @@ endif !ELIX_LEVEL_1 =20 if NEWLIB_NANO_FORMATTED_IO LIBADD_OBJS =3D \ - %D%/$(lpfx)nano-vfprintf_float.$(oext) \ - %D%/$(lpfx)nano-svfprintf.$(oext) \ - %D%/$(lpfx)nano-svfscanf.$(oext) \ - %D%/$(lpfx)nano-vfprintf.$(oext) \ - %D%/$(lpfx)nano-vfprintf_i.$(oext) \ - %D%/$(lpfx)nano-vfscanf.$(oext) \ - %D%/$(lpfx)nano-vfscanf_i.$(oext) \ - %D%/$(lpfx)nano-vfscanf_float.$(oext) \ - %D%/$(lpfx)svfiwprintf.$(oext) \ - %D%/$(lpfx)svfwprintf.$(oext) \ - %D%/$(lpfx)vfiwprintf.$(oext) \ - %D%/$(lpfx)svfiwscanf.$(oext) \ - %D%/$(lpfx)svfwscanf.$(oext) \ - %D%/$(lpfx)vfiwscanf.$(oext) \ - %D%/$(lpfx)vfwscanf.$(oext) + %D%/$(lpfx)nano-vfprintf_float.o \ + %D%/$(lpfx)nano-svfprintf.o \ + %D%/$(lpfx)nano-svfscanf.o \ + %D%/$(lpfx)nano-vfprintf.o \ + %D%/$(lpfx)nano-vfprintf_i.o \ + %D%/$(lpfx)nano-vfscanf.o \ + %D%/$(lpfx)nano-vfscanf_i.o \ + %D%/$(lpfx)nano-vfscanf_float.o \ + %D%/$(lpfx)svfiwprintf.o \ + %D%/$(lpfx)svfwprintf.o \ + %D%/$(lpfx)vfiwprintf.o \ + %D%/$(lpfx)svfiwscanf.o \ + %D%/$(lpfx)svfwscanf.o \ + %D%/$(lpfx)vfiwscanf.o \ + %D%/$(lpfx)vfwscanf.o else LIBADD_OBJS =3D \ - %D%/$(lpfx)svfiprintf.$(oext) $(lpfx)svfprintf.$(oext) \ - %D%/$(lpfx)svfiscanf.$(oext) $(lpfx)svfscanf.$(oext) \ - %D%/$(lpfx)vfiprintf.$(oext) \ - %D%/$(lpfx)vfscanf.$(oext) $(lpfx)vfiscanf.$(oext) \ - %D%/$(lpfx)svfiwprintf.$(oext) $(lpfx)svfwprintf.$(oext) \ - %D%/$(lpfx)vfiwprintf.$(oext) \ - %D%/$(lpfx)svfiwscanf.$(oext) $(lpfx)svfwscanf.$(oext) \ - %D%/$(lpfx)vfiwscanf.$(oext) $(lpfx)vfwscanf.$(oext) + %D%/$(lpfx)svfiprintf.o $(lpfx)svfprintf.o \ + %D%/$(lpfx)svfiscanf.o $(lpfx)svfscanf.o \ + %D%/$(lpfx)vfiprintf.o \ + %D%/$(lpfx)vfscanf.o $(lpfx)vfiscanf.o \ + %D%/$(lpfx)svfiwprintf.o $(lpfx)svfwprintf.o \ + %D%/$(lpfx)vfiwprintf.o \ + %D%/$(lpfx)svfiwscanf.o $(lpfx)svfwscanf.o \ + %D%/$(lpfx)vfiwscanf.o $(lpfx)vfwscanf.o endif =20 noinst_LIBRARIES =3D lib.a @@ -236,184 +236,184 @@ LIB_COMPILE =3D $(AM_V_CC)$(COMPILE) =20 if NEWLIB_NANO_FORMATTED_IO # Rules compiling small-footprint nano-formatted-io implementation. -$(lpfx)nano-vfprintf.$(oext): nano-vfprintf.c +$(lpfx)nano-vfprintf.o: nano-vfprintf.c %D%/$(LIB_COMPILE) -c $(srcdir)/nano-vfprintf.c -o $@ =20 -$(lpfx)nano-vfprintf_i.$(oext): nano-vfprintf_i.c +$(lpfx)nano-vfprintf_i.o: nano-vfprintf_i.c %D%/$(LIB_COMPILE) -c $(srcdir)/nano-vfprintf_i.c -o $@ =20 -$(lpfx)nano-vfprintf_float.$(oext): nano-vfprintf_float.c +$(lpfx)nano-vfprintf_float.o: nano-vfprintf_float.c %D%/$(LIB_COMPILE) -c $(srcdir)/nano-vfprintf_float.c -o $@ =20 -$(lpfx)nano-svfprintf.$(oext): nano-vfprintf.c +$(lpfx)nano-svfprintf.o: nano-vfprintf.c %D%/$(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/nano-vfprintf.c -o $@ endif =20 # This rule is needed so that libtool compiles vfiprintf before vfprintf. # Otherwise libtool moves vfprintf.o and subsequently can't find it. =20 -$(lpfx)vfiprintf.$(oext): vfprintf.c +$(lpfx)vfiprintf.o: vfprintf.c %D%/$(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -o $@ =20 -$(lpfx)svfprintf.$(oext): vfprintf.c +$(lpfx)svfprintf.o: vfprintf.c %D%/$(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/vfprintf.c -o $@ =20 -$(lpfx)svfiprintf.$(oext): vfprintf.c +$(lpfx)svfiprintf.o: vfprintf.c %D%/$(LIB_COMPILE) -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfprintf.c -= o $@ =20 -$(lpfx)vfiwprintf.$(oext): vfwprintf.c +$(lpfx)vfiwprintf.o: vfwprintf.c %D%/$(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfwprintf.c -o $@ =20 -$(lpfx)svfwprintf.$(oext): vfwprintf.c +$(lpfx)svfwprintf.o: vfwprintf.c %D%/$(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/vfwprintf.c -o $@ =20 -$(lpfx)svfiwprintf.$(oext): vfwprintf.c +$(lpfx)svfiwprintf.o: vfwprintf.c %D%/$(LIB_COMPILE) -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfwprintf.c = -o $@ =20 if NEWLIB_NANO_FORMATTED_IO # Rules compiling small-footprint nano-formatted-io implementation. -$(lpfx)nano-vfscanf.$(oext): nano-vfscanf.c +$(lpfx)nano-vfscanf.o: nano-vfscanf.c %D%/$(LIB_COMPILE) -c $(srcdir)/nano-vfscanf.c -o $@ =20 -$(lpfx)nano-vfscanf_i.$(oext): nano-vfscanf_i.c +$(lpfx)nano-vfscanf_i.o: nano-vfscanf_i.c %D%/$(LIB_COMPILE) -c $(srcdir)/nano-vfscanf_i.c -o $@ =20 -$(lpfx)nano-vfscanf_float.$(oext): nano-vfscanf_float.c +$(lpfx)nano-vfscanf_float.o: nano-vfscanf_float.c %D%/$(LIB_COMPILE) -c $(srcdir)/nano-vfscanf_float.c -o $@ =20 -$(lpfx)nano-svfscanf.$(oext): nano-vfscanf.c +$(lpfx)nano-svfscanf.o: nano-vfscanf.c %D%/$(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/nano-vfscanf.c -o $@ endif =20 -$(lpfx)vfscanf.$(oext): vfscanf.c +$(lpfx)vfscanf.o: vfscanf.c %D%/$(LIB_COMPILE) -c $(srcdir)/vfscanf.c -o $@ =20 -$(lpfx)vfiscanf.$(oext): vfscanf.c +$(lpfx)vfiscanf.o: vfscanf.c %D%/$(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfscanf.c -o $@ =20 -$(lpfx)svfscanf.$(oext): vfscanf.c +$(lpfx)svfscanf.o: vfscanf.c %D%/$(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/vfscanf.c -o $@ =20 -$(lpfx)svfiscanf.$(oext): vfscanf.c +$(lpfx)svfiscanf.o: vfscanf.c %D%/$(LIB_COMPILE) -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfscanf.c -o= $@ =20 -$(lpfx)vfwscanf.$(oext): vfwscanf.c +$(lpfx)vfwscanf.o: vfwscanf.c %D%/$(LIB_COMPILE) -c $(srcdir)/vfwscanf.c -o $@ =20 -$(lpfx)vfiwscanf.$(oext): vfwscanf.c +$(lpfx)vfiwscanf.o: vfwscanf.c %D%/$(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfwscanf.c -o $@ =20 -$(lpfx)svfwscanf.$(oext): vfwscanf.c +$(lpfx)svfwscanf.o: vfwscanf.c %D%/$(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/vfwscanf.c -o $@ =20 -$(lpfx)svfiwscanf.$(oext): vfwscanf.c +$(lpfx)svfiwscanf.o: vfwscanf.c %D%/$(LIB_COMPILE) -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfwscanf.c -= o $@ =20 -$(lpfx)clearerr.$(oext): local.h -$(lpfx)clearerr_u.$(oext): local.h -$(lpfx)fclose.$(oext): local.h -$(lpfx)fdopen.$(oext): local.h -$(lpfx)feof.$(oext): local.h -$(lpfx)feof_u.$(oext): local.h -$(lpfx)ferror.$(oext): local.h -$(lpfx)ferror_u.$(oext): local.h -$(lpfx)fflush.$(oext): local.h -$(lpfx)fflush_u.$(oext): fflush.c -$(lpfx)fgetc.$(oext): local.h -$(lpfx)fgetc_u.$(oext): local.h -$(lpfx)fgets.$(oext): local.h -$(lpfx)fgets_u.$(oext): fgets.c -$(lpfx)fgetwc.$(oext): local.h -$(lpfx)fgetwc_u.$(oext): local.h -$(lpfx)fgetws.$(oext): local.h -$(lpfx)fgetws_u.$(oext): fgetws.c -$(lpfx)fileno.$(oext): local.h -$(lpfx)fileno_u.$(oext): local.h -$(lpfx)findfp.$(oext): local.h -$(lpfx)fmemopen.$(oext): local.h -$(lpfx)fopen.$(oext): local.h -$(lpfx)fopencookie.$(oext): local.h -$(lpfx)fpurge.$(oext): local.h -$(lpfx)fputc.$(oext): local.h -$(lpfx)fputc_u.$(oext): local.h -$(lpfx)fputs.$(oext): fvwrite.h -$(lpfx)fputs_u.$(oext): fputs.c -$(lpfx)fputwc.$(oext): local.h -$(lpfx)fputwc_u.$(oext): local.h -$(lpfx)fputws.$(oext): local.h fvwrite.h -$(lpfx)fputws_u.$(oext): fputws.c -$(lpfx)fread.$(oext): local.h -$(lpfx)fread_u.$(oext): fread.c -$(lpfx)freopen.$(oext): local.h -$(lpfx)fseek.$(oext): local.h -$(lpfx)fsetlocking.$(oext): local.h -$(lpfx)ftell.$(oext): local.h -$(lpfx)funopen.$(oext): local.h -$(lpfx)fvwrite.$(oext): local.h fvwrite.h -$(lpfx)fwalk.$(oext): local.h -$(lpfx)fwide.$(oext): local.h -$(lpfx)fwprintf.$(oext): local.h -$(lpfx)fwrite.$(oext): local.h fvwrite.h -$(lpfx)fwrite_u.$(oext): fwrite.c -$(lpfx)fwscanf.$(oext): local.h -$(lpfx)getwc.$(oext): local.h -$(lpfx)getwc_u.$(oext): local.h -$(lpfx)getwchar.$(oext): local.h -$(lpfx)getwchar_u.$(oext): local.h -$(lpfx)iscanf.$(oext): local.h -$(lpfx)makebuf.$(oext): local.h -$(lpfx)open_memstream.$(oext): local.h -$(lpfx)puts.$(oext): fvwrite.h -$(lpfx)putwc.$(oext): local.h -$(lpfx)putwc_u.$(oext): local.h -$(lpfx)putwchar.$(oext): local.h -$(lpfx)putwchar_u.$(oext): local.h -$(lpfx)refill.$(oext): local.h -$(lpfx)scanf.$(oext): local.h -$(lpfx)setbuf.$(oext): local.h -$(lpfx)setvbuf.$(oext): local.h -$(lpfx)siprintf.$(oext): local.h -$(lpfx)siscanf.$(oext): local.h -$(lpfx)sniprintf.$(oext): local.h -$(lpfx)sprintf.$(oext): local.h -$(lpfx)sscanf.$(oext): local.h -$(lpfx)stdio.$(oext): local.h +$(lpfx)clearerr.o: local.h +$(lpfx)clearerr_u.o: local.h +$(lpfx)fclose.o: local.h +$(lpfx)fdopen.o: local.h +$(lpfx)feof.o: local.h +$(lpfx)feof_u.o: local.h +$(lpfx)ferror.o: local.h +$(lpfx)ferror_u.o: local.h +$(lpfx)fflush.o: local.h +$(lpfx)fflush_u.o: fflush.c +$(lpfx)fgetc.o: local.h +$(lpfx)fgetc_u.o: local.h +$(lpfx)fgets.o: local.h +$(lpfx)fgets_u.o: fgets.c +$(lpfx)fgetwc.o: local.h +$(lpfx)fgetwc_u.o: local.h +$(lpfx)fgetws.o: local.h +$(lpfx)fgetws_u.o: fgetws.c +$(lpfx)fileno.o: local.h +$(lpfx)fileno_u.o: local.h +$(lpfx)findfp.o: local.h +$(lpfx)fmemopen.o: local.h +$(lpfx)fopen.o: local.h +$(lpfx)fopencookie.o: local.h +$(lpfx)fpurge.o: local.h +$(lpfx)fputc.o: local.h +$(lpfx)fputc_u.o: local.h +$(lpfx)fputs.o: fvwrite.h +$(lpfx)fputs_u.o: fputs.c +$(lpfx)fputwc.o: local.h +$(lpfx)fputwc_u.o: local.h +$(lpfx)fputws.o: local.h fvwrite.h +$(lpfx)fputws_u.o: fputws.c +$(lpfx)fread.o: local.h +$(lpfx)fread_u.o: fread.c +$(lpfx)freopen.o: local.h +$(lpfx)fseek.o: local.h +$(lpfx)fsetlocking.o: local.h +$(lpfx)ftell.o: local.h +$(lpfx)funopen.o: local.h +$(lpfx)fvwrite.o: local.h fvwrite.h +$(lpfx)fwalk.o: local.h +$(lpfx)fwide.o: local.h +$(lpfx)fwprintf.o: local.h +$(lpfx)fwrite.o: local.h fvwrite.h +$(lpfx)fwrite_u.o: fwrite.c +$(lpfx)fwscanf.o: local.h +$(lpfx)getwc.o: local.h +$(lpfx)getwc_u.o: local.h +$(lpfx)getwchar.o: local.h +$(lpfx)getwchar_u.o: local.h +$(lpfx)iscanf.o: local.h +$(lpfx)makebuf.o: local.h +$(lpfx)open_memstream.o: local.h +$(lpfx)puts.o: fvwrite.h +$(lpfx)putwc.o: local.h +$(lpfx)putwc_u.o: local.h +$(lpfx)putwchar.o: local.h +$(lpfx)putwchar_u.o: local.h +$(lpfx)refill.o: local.h +$(lpfx)scanf.o: local.h +$(lpfx)setbuf.o: local.h +$(lpfx)setvbuf.o: local.h +$(lpfx)siprintf.o: local.h +$(lpfx)siscanf.o: local.h +$(lpfx)sniprintf.o: local.h +$(lpfx)sprintf.o: local.h +$(lpfx)sscanf.o: local.h +$(lpfx)stdio.o: local.h if NEWLIB_NANO_FORMATTED_IO -$(lpfx)nano-svfprintf.$(oext): local.h nano-vfprintf_local.h -$(lpfx)nano-svfscanf.$(oext): local.h nano-vfscanf_local.h +$(lpfx)nano-svfprintf.o: local.h nano-vfprintf_local.h +$(lpfx)nano-svfscanf.o: local.h nano-vfscanf_local.h endif -$(lpfx)svfiprintf.$(oext): local.h -$(lpfx)svfiscanf.$(oext): local.h floatio.h -$(lpfx)svfprintf.$(oext): local.h -$(lpfx)svfscanf.$(oext): local.h floatio.h -$(lpfx)swprintf.$(oext): local.h -$(lpfx)swscanf.$(oext): local.h -$(lpfx)ungetc.$(oext): local.h -$(lpfx)ungetwc.$(oext): local.h +$(lpfx)svfiprintf.o: local.h +$(lpfx)svfiscanf.o: local.h floatio.h +$(lpfx)svfprintf.o: local.h +$(lpfx)svfscanf.o: local.h floatio.h +$(lpfx)swprintf.o: local.h +$(lpfx)swscanf.o: local.h +$(lpfx)ungetc.o: local.h +$(lpfx)ungetwc.o: local.h if NEWLIB_NANO_FORMATTED_IO -$(lpfx)nano-vfprintf.$(oext): local.h nano-vfprintf_local.h -$(lpfx)nano-vfprintf_i.$(oext): local.h nano-vfprintf_local.h -$(lpfx)nano-vfprintf_float.$(oext): local.h floatio.h nano-vfprintf_local.h -$(lpfx)nano-vfscanf.$(oext): local.h nano-vfscanf_local.h -$(lpfx)nano-vfscanf_i.$(oext): local.h nano-vfscanf_local.h -$(lpfx)nano-vfscanf_float.$(oext): local.h floatio.h nano-vfscanf_local.h +$(lpfx)nano-vfprintf.o: local.h nano-vfprintf_local.h +$(lpfx)nano-vfprintf_i.o: local.h nano-vfprintf_local.h +$(lpfx)nano-vfprintf_float.o: local.h floatio.h nano-vfprintf_local.h +$(lpfx)nano-vfscanf.o: local.h nano-vfscanf_local.h +$(lpfx)nano-vfscanf_i.o: local.h nano-vfscanf_local.h +$(lpfx)nano-vfscanf_float.o: local.h floatio.h nano-vfscanf_local.h endif -$(lpfx)vfiprintf.$(oext): local.h -$(lpfx)vfiscanf.$(oext): local.h floatio.h -$(lpfx)vfprintf.$(oext): local.h -$(lpfx)vfscanf.$(oext): local.h floatio.h -$(lpfx)vfwprintf.$(oext): local.h -$(lpfx)vfwscanf.$(oext): local.h -$(lpfx)viscanf.$(oext): local.h -$(lpfx)vscanf.$(oext): local.h -$(lpfx)vsiscanf.$(oext): local.h -$(lpfx)vsniprintf.$(oext): local.h -$(lpfx)vsscanf.$(oext): local.h -$(lpfx)vswprintf.$(oext): local.h -$(lpfx)vswscanf.$(oext): local.h -$(lpfx)vwprintf.$(oext): local.h -$(lpfx)vwscanf.$(oext): local.h -$(lpfx)wbuf.$(oext): local.h fvwrite.h -$(lpfx)wprintf.$(oext): local.h -$(lpfx)wscanf.$(oext): local.h -$(lpfx)wsetup.$(oext): local.h +$(lpfx)vfiprintf.o: local.h +$(lpfx)vfiscanf.o: local.h floatio.h +$(lpfx)vfprintf.o: local.h +$(lpfx)vfscanf.o: local.h floatio.h +$(lpfx)vfwprintf.o: local.h +$(lpfx)vfwscanf.o: local.h +$(lpfx)viscanf.o: local.h +$(lpfx)vscanf.o: local.h +$(lpfx)vsiscanf.o: local.h +$(lpfx)vsniprintf.o: local.h +$(lpfx)vsscanf.o: local.h +$(lpfx)vswprintf.o: local.h +$(lpfx)vswscanf.o: local.h +$(lpfx)vwprintf.o: local.h +$(lpfx)vwscanf.o: local.h +$(lpfx)wbuf.o: local.h fvwrite.h +$(lpfx)wprintf.o: local.h +$(lpfx)wscanf.o: local.h +$(lpfx)wsetup.o: local.h diff --git a/newlib/libc/stdio/Makefile.in b/newlib/libc/stdio/Makefile.in index 9c59efa13..3c6a36f09 100644 --- a/newlib/libc/stdio/Makefile.in +++ b/newlib/libc/stdio/Makefile.in @@ -385,7 +385,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ @@ -569,31 +568,31 @@ GENERAL_SOURCES =3D \ =20 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@@NEWLIB_NANO_F= ORMATTED_IO_TRUE@ELIX_4_INT_FORMATTED_IO_SOURCES =3D=20 @NEWLIB_NANO_FORMATTED_IO_FALSE@LIBADD_OBJS =3D \ -@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)svfiprintf.$(oext) $(lpfx)svfprint= f.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)svfiscanf.$(oext) $(lpfx)svfscanf.= $(oext) \ -@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)vfiprintf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)vfscanf.$(oext) $(lpfx)vfiscanf.$(= oext) \ -@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)svfiwprintf.$(oext) $(lpfx)svfwpri= ntf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)vfiwprintf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)svfiwscanf.$(oext) $(lpfx)svfwscan= f.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)vfiwscanf.$(oext) $(lpfx)vfwscanf.= $(oext) +@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)svfiprintf.o $(lpfx)svfprintf.o \ +@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)svfiscanf.o $(lpfx)svfscanf.o \ +@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)vfiprintf.o \ +@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)vfscanf.o $(lpfx)vfiscanf.o \ +@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)svfiwprintf.o $(lpfx)svfwprintf.o \ +@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)vfiwprintf.o \ +@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)svfiwscanf.o $(lpfx)svfwscanf.o \ +@NEWLIB_NANO_FORMATTED_IO_FALSE@ $(lpfx)vfiwscanf.o $(lpfx)vfwscanf.o =20 @NEWLIB_NANO_FORMATTED_IO_TRUE@LIBADD_OBJS =3D \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfprintf_float.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-svfprintf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-svfscanf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfprintf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfprintf_i.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfscanf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfscanf_i.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfscanf_float.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)svfiwprintf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)svfwprintf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)vfiwprintf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)svfiwscanf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)svfwscanf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)vfiwscanf.$(oext) \ -@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)vfwscanf.$(oext) +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfprintf_float.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-svfprintf.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-svfscanf.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfprintf.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfprintf_i.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfscanf.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfscanf_i.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)nano-vfscanf_float.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)svfiwprintf.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)svfwprintf.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)vfiwprintf.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)svfiwscanf.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)svfwscanf.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)vfiwscanf.o \ +@NEWLIB_NANO_FORMATTED_IO_TRUE@ $(lpfx)vfwscanf.o =20 noinst_LIBRARIES =3D lib.a lib_a_SOURCES =3D $(GENERAL_SOURCES) $(ELIX_2_SOURCES) $(ELIX_4_SOURCES) @@ -1691,180 +1690,180 @@ uninstall-am: # library, because they are not depended on by final makefile target. =20 # Rules compiling small-footprint nano-formatted-io implementation. -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf.$(oext): nano-vfprintf= .c +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf.o: nano-vfprintf.c @NEWLIB_NANO_FORMATTED_IO_TRUE@ $(LIB_COMPILE) -c $(srcdir)/nano-vfprintf.= c -o $@ =20 -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf_i.$(oext): nano-vfprin= tf_i.c +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf_i.o: nano-vfprintf_i.c @NEWLIB_NANO_FORMATTED_IO_TRUE@ $(LIB_COMPILE) -c $(srcdir)/nano-vfprintf_= i.c -o $@ =20 -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf_float.$(oext): nano-vf= printf_float.c +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf_float.o: nano-vfprintf= _float.c @NEWLIB_NANO_FORMATTED_IO_TRUE@ $(LIB_COMPILE) -c $(srcdir)/nano-vfprintf_= float.c -o $@ =20 -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-svfprintf.$(oext): nano-vfprint= f.c +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-svfprintf.o: nano-vfprintf.c @NEWLIB_NANO_FORMATTED_IO_TRUE@ $(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/= nano-vfprintf.c -o $@ =20 # This rule is needed so that libtool compiles vfiprintf before vfprintf. # Otherwise libtool moves vfprintf.o and subsequently can't find it. =20 -$(lpfx)vfiprintf.$(oext): vfprintf.c +$(lpfx)vfiprintf.o: vfprintf.c $(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfprintf.c -o $@ =20 -$(lpfx)svfprintf.$(oext): vfprintf.c +$(lpfx)svfprintf.o: vfprintf.c $(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/vfprintf.c -o $@ =20 -$(lpfx)svfiprintf.$(oext): vfprintf.c +$(lpfx)svfiprintf.o: vfprintf.c $(LIB_COMPILE) -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfprintf.c -o $@ =20 -$(lpfx)vfiwprintf.$(oext): vfwprintf.c +$(lpfx)vfiwprintf.o: vfwprintf.c $(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfwprintf.c -o $@ =20 -$(lpfx)svfwprintf.$(oext): vfwprintf.c +$(lpfx)svfwprintf.o: vfwprintf.c $(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/vfwprintf.c -o $@ =20 -$(lpfx)svfiwprintf.$(oext): vfwprintf.c +$(lpfx)svfiwprintf.o: vfwprintf.c $(LIB_COMPILE) -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfwprintf.c -o $@ =20 # Rules compiling small-footprint nano-formatted-io implementation. -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf.$(oext): nano-vfscanf.c +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf.o: nano-vfscanf.c @NEWLIB_NANO_FORMATTED_IO_TRUE@ $(LIB_COMPILE) -c $(srcdir)/nano-vfscanf.c= -o $@ =20 -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf_i.$(oext): nano-vfscanf= _i.c +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf_i.o: nano-vfscanf_i.c @NEWLIB_NANO_FORMATTED_IO_TRUE@ $(LIB_COMPILE) -c $(srcdir)/nano-vfscanf_i= .c -o $@ =20 -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf_float.$(oext): nano-vfs= canf_float.c +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf_float.o: nano-vfscanf_f= loat.c @NEWLIB_NANO_FORMATTED_IO_TRUE@ $(LIB_COMPILE) -c $(srcdir)/nano-vfscanf_f= loat.c -o $@ =20 -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-svfscanf.$(oext): nano-vfscanf.c +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-svfscanf.o: nano-vfscanf.c @NEWLIB_NANO_FORMATTED_IO_TRUE@ $(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/= nano-vfscanf.c -o $@ =20 -$(lpfx)vfscanf.$(oext): vfscanf.c +$(lpfx)vfscanf.o: vfscanf.c $(LIB_COMPILE) -c $(srcdir)/vfscanf.c -o $@ =20 -$(lpfx)vfiscanf.$(oext): vfscanf.c +$(lpfx)vfiscanf.o: vfscanf.c $(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfscanf.c -o $@ =20 -$(lpfx)svfscanf.$(oext): vfscanf.c +$(lpfx)svfscanf.o: vfscanf.c $(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/vfscanf.c -o $@ =20 -$(lpfx)svfiscanf.$(oext): vfscanf.c +$(lpfx)svfiscanf.o: vfscanf.c $(LIB_COMPILE) -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfscanf.c -o $@ =20 -$(lpfx)vfwscanf.$(oext): vfwscanf.c +$(lpfx)vfwscanf.o: vfwscanf.c $(LIB_COMPILE) -c $(srcdir)/vfwscanf.c -o $@ =20 -$(lpfx)vfiwscanf.$(oext): vfwscanf.c +$(lpfx)vfiwscanf.o: vfwscanf.c $(LIB_COMPILE) -DINTEGER_ONLY -c $(srcdir)/vfwscanf.c -o $@ =20 -$(lpfx)svfwscanf.$(oext): vfwscanf.c +$(lpfx)svfwscanf.o: vfwscanf.c $(LIB_COMPILE) -DSTRING_ONLY -c $(srcdir)/vfwscanf.c -o $@ =20 -$(lpfx)svfiwscanf.$(oext): vfwscanf.c +$(lpfx)svfiwscanf.o: vfwscanf.c $(LIB_COMPILE) -DINTEGER_ONLY -DSTRING_ONLY -c $(srcdir)/vfwscanf.c -o $@ =20 -$(lpfx)clearerr.$(oext): local.h -$(lpfx)clearerr_u.$(oext): local.h -$(lpfx)fclose.$(oext): local.h -$(lpfx)fdopen.$(oext): local.h -$(lpfx)feof.$(oext): local.h -$(lpfx)feof_u.$(oext): local.h -$(lpfx)ferror.$(oext): local.h -$(lpfx)ferror_u.$(oext): local.h -$(lpfx)fflush.$(oext): local.h -$(lpfx)fflush_u.$(oext): fflush.c -$(lpfx)fgetc.$(oext): local.h -$(lpfx)fgetc_u.$(oext): local.h -$(lpfx)fgets.$(oext): local.h -$(lpfx)fgets_u.$(oext): fgets.c -$(lpfx)fgetwc.$(oext): local.h -$(lpfx)fgetwc_u.$(oext): local.h -$(lpfx)fgetws.$(oext): local.h -$(lpfx)fgetws_u.$(oext): fgetws.c -$(lpfx)fileno.$(oext): local.h -$(lpfx)fileno_u.$(oext): local.h -$(lpfx)findfp.$(oext): local.h -$(lpfx)fmemopen.$(oext): local.h -$(lpfx)fopen.$(oext): local.h -$(lpfx)fopencookie.$(oext): local.h -$(lpfx)fpurge.$(oext): local.h -$(lpfx)fputc.$(oext): local.h -$(lpfx)fputc_u.$(oext): local.h -$(lpfx)fputs.$(oext): fvwrite.h -$(lpfx)fputs_u.$(oext): fputs.c -$(lpfx)fputwc.$(oext): local.h -$(lpfx)fputwc_u.$(oext): local.h -$(lpfx)fputws.$(oext): local.h fvwrite.h -$(lpfx)fputws_u.$(oext): fputws.c -$(lpfx)fread.$(oext): local.h -$(lpfx)fread_u.$(oext): fread.c -$(lpfx)freopen.$(oext): local.h -$(lpfx)fseek.$(oext): local.h -$(lpfx)fsetlocking.$(oext): local.h -$(lpfx)ftell.$(oext): local.h -$(lpfx)funopen.$(oext): local.h -$(lpfx)fvwrite.$(oext): local.h fvwrite.h -$(lpfx)fwalk.$(oext): local.h -$(lpfx)fwide.$(oext): local.h -$(lpfx)fwprintf.$(oext): local.h -$(lpfx)fwrite.$(oext): local.h fvwrite.h -$(lpfx)fwrite_u.$(oext): fwrite.c -$(lpfx)fwscanf.$(oext): local.h -$(lpfx)getwc.$(oext): local.h -$(lpfx)getwc_u.$(oext): local.h -$(lpfx)getwchar.$(oext): local.h -$(lpfx)getwchar_u.$(oext): local.h -$(lpfx)iscanf.$(oext): local.h -$(lpfx)makebuf.$(oext): local.h -$(lpfx)open_memstream.$(oext): local.h -$(lpfx)puts.$(oext): fvwrite.h -$(lpfx)putwc.$(oext): local.h -$(lpfx)putwc_u.$(oext): local.h -$(lpfx)putwchar.$(oext): local.h -$(lpfx)putwchar_u.$(oext): local.h -$(lpfx)refill.$(oext): local.h -$(lpfx)scanf.$(oext): local.h -$(lpfx)setbuf.$(oext): local.h -$(lpfx)setvbuf.$(oext): local.h -$(lpfx)siprintf.$(oext): local.h -$(lpfx)siscanf.$(oext): local.h -$(lpfx)sniprintf.$(oext): local.h -$(lpfx)sprintf.$(oext): local.h -$(lpfx)sscanf.$(oext): local.h -$(lpfx)stdio.$(oext): local.h -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-svfprintf.$(oext): local.h nano= -vfprintf_local.h -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-svfscanf.$(oext): local.h nano-= vfscanf_local.h -$(lpfx)svfiprintf.$(oext): local.h -$(lpfx)svfiscanf.$(oext): local.h floatio.h -$(lpfx)svfprintf.$(oext): local.h -$(lpfx)svfscanf.$(oext): local.h floatio.h -$(lpfx)swprintf.$(oext): local.h -$(lpfx)swscanf.$(oext): local.h -$(lpfx)ungetc.$(oext): local.h -$(lpfx)ungetwc.$(oext): local.h -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf.$(oext): local.h nano-= vfprintf_local.h -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf_i.$(oext): local.h nan= o-vfprintf_local.h -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf_float.$(oext): local.h= floatio.h nano-vfprintf_local.h -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf.$(oext): local.h nano-v= fscanf_local.h -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf_i.$(oext): local.h nano= -vfscanf_local.h -@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf_float.$(oext): local.h = floatio.h nano-vfscanf_local.h -$(lpfx)vfiprintf.$(oext): local.h -$(lpfx)vfiscanf.$(oext): local.h floatio.h -$(lpfx)vfprintf.$(oext): local.h -$(lpfx)vfscanf.$(oext): local.h floatio.h -$(lpfx)vfwprintf.$(oext): local.h -$(lpfx)vfwscanf.$(oext): local.h -$(lpfx)viscanf.$(oext): local.h -$(lpfx)vscanf.$(oext): local.h -$(lpfx)vsiscanf.$(oext): local.h -$(lpfx)vsniprintf.$(oext): local.h -$(lpfx)vsscanf.$(oext): local.h -$(lpfx)vswprintf.$(oext): local.h -$(lpfx)vswscanf.$(oext): local.h -$(lpfx)vwprintf.$(oext): local.h -$(lpfx)vwscanf.$(oext): local.h -$(lpfx)wbuf.$(oext): local.h fvwrite.h -$(lpfx)wprintf.$(oext): local.h -$(lpfx)wscanf.$(oext): local.h -$(lpfx)wsetup.$(oext): local.h +$(lpfx)clearerr.o: local.h +$(lpfx)clearerr_u.o: local.h +$(lpfx)fclose.o: local.h +$(lpfx)fdopen.o: local.h +$(lpfx)feof.o: local.h +$(lpfx)feof_u.o: local.h +$(lpfx)ferror.o: local.h +$(lpfx)ferror_u.o: local.h +$(lpfx)fflush.o: local.h +$(lpfx)fflush_u.o: fflush.c +$(lpfx)fgetc.o: local.h +$(lpfx)fgetc_u.o: local.h +$(lpfx)fgets.o: local.h +$(lpfx)fgets_u.o: fgets.c +$(lpfx)fgetwc.o: local.h +$(lpfx)fgetwc_u.o: local.h +$(lpfx)fgetws.o: local.h +$(lpfx)fgetws_u.o: fgetws.c +$(lpfx)fileno.o: local.h +$(lpfx)fileno_u.o: local.h +$(lpfx)findfp.o: local.h +$(lpfx)fmemopen.o: local.h +$(lpfx)fopen.o: local.h +$(lpfx)fopencookie.o: local.h +$(lpfx)fpurge.o: local.h +$(lpfx)fputc.o: local.h +$(lpfx)fputc_u.o: local.h +$(lpfx)fputs.o: fvwrite.h +$(lpfx)fputs_u.o: fputs.c +$(lpfx)fputwc.o: local.h +$(lpfx)fputwc_u.o: local.h +$(lpfx)fputws.o: local.h fvwrite.h +$(lpfx)fputws_u.o: fputws.c +$(lpfx)fread.o: local.h +$(lpfx)fread_u.o: fread.c +$(lpfx)freopen.o: local.h +$(lpfx)fseek.o: local.h +$(lpfx)fsetlocking.o: local.h +$(lpfx)ftell.o: local.h +$(lpfx)funopen.o: local.h +$(lpfx)fvwrite.o: local.h fvwrite.h +$(lpfx)fwalk.o: local.h +$(lpfx)fwide.o: local.h +$(lpfx)fwprintf.o: local.h +$(lpfx)fwrite.o: local.h fvwrite.h +$(lpfx)fwrite_u.o: fwrite.c +$(lpfx)fwscanf.o: local.h +$(lpfx)getwc.o: local.h +$(lpfx)getwc_u.o: local.h +$(lpfx)getwchar.o: local.h +$(lpfx)getwchar_u.o: local.h +$(lpfx)iscanf.o: local.h +$(lpfx)makebuf.o: local.h +$(lpfx)open_memstream.o: local.h +$(lpfx)puts.o: fvwrite.h +$(lpfx)putwc.o: local.h +$(lpfx)putwc_u.o: local.h +$(lpfx)putwchar.o: local.h +$(lpfx)putwchar_u.o: local.h +$(lpfx)refill.o: local.h +$(lpfx)scanf.o: local.h +$(lpfx)setbuf.o: local.h +$(lpfx)setvbuf.o: local.h +$(lpfx)siprintf.o: local.h +$(lpfx)siscanf.o: local.h +$(lpfx)sniprintf.o: local.h +$(lpfx)sprintf.o: local.h +$(lpfx)sscanf.o: local.h +$(lpfx)stdio.o: local.h +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-svfprintf.o: local.h nano-vfpri= ntf_local.h +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-svfscanf.o: local.h nano-vfscan= f_local.h +$(lpfx)svfiprintf.o: local.h +$(lpfx)svfiscanf.o: local.h floatio.h +$(lpfx)svfprintf.o: local.h +$(lpfx)svfscanf.o: local.h floatio.h +$(lpfx)swprintf.o: local.h +$(lpfx)swscanf.o: local.h +$(lpfx)ungetc.o: local.h +$(lpfx)ungetwc.o: local.h +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf.o: local.h nano-vfprin= tf_local.h +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf_i.o: local.h nano-vfpr= intf_local.h +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfprintf_float.o: local.h float= io.h nano-vfprintf_local.h +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf.o: local.h nano-vfscanf= _local.h +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf_i.o: local.h nano-vfsca= nf_local.h +@NEWLIB_NANO_FORMATTED_IO_TRUE@$(lpfx)nano-vfscanf_float.o: local.h floati= o.h nano-vfscanf_local.h +$(lpfx)vfiprintf.o: local.h +$(lpfx)vfiscanf.o: local.h floatio.h +$(lpfx)vfprintf.o: local.h +$(lpfx)vfscanf.o: local.h floatio.h +$(lpfx)vfwprintf.o: local.h +$(lpfx)vfwscanf.o: local.h +$(lpfx)viscanf.o: local.h +$(lpfx)vscanf.o: local.h +$(lpfx)vsiscanf.o: local.h +$(lpfx)vsniprintf.o: local.h +$(lpfx)vsscanf.o: local.h +$(lpfx)vswprintf.o: local.h +$(lpfx)vswscanf.o: local.h +$(lpfx)vwprintf.o: local.h +$(lpfx)vwscanf.o: local.h +$(lpfx)wbuf.o: local.h fvwrite.h +$(lpfx)wprintf.o: local.h +$(lpfx)wscanf.o: local.h +$(lpfx)wsetup.o: local.h =20 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/newlib/libc/stdio64/Makefile.in b/newlib/libc/stdio64/Makefile= .in index e31412d26..30f2e9f16 100644 --- a/newlib/libc/stdio64/Makefile.in +++ b/newlib/libc/stdio64/Makefile.in @@ -282,7 +282,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am index 9e2e42e65..2d0893089 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -162,10 +162,10 @@ ELIX_2_SOURCES =3D \ wctob.c =20 ELIX_2_OBJS =3D \ - $(lpfx)$(MALIGNR).$(oext) \ - $(lpfx)$(MALLOPTR).$(oext) \ - $(lpfx)$(PVALLOCR).$(oext) \ - $(lpfx)$(VALLOCR).$(oext) + $(lpfx)$(MALIGNR).o \ + $(lpfx)$(MALLOPTR).o \ + $(lpfx)$(PVALLOCR).o \ + $(lpfx)$(VALLOCR).o =20 ELIX_3_SOURCES =3D \ putenv.c \ @@ -196,10 +196,10 @@ endif endif =20 # Because of how libtool moves objects around, mallocr must be built last. -LIBADD_OBJS =3D $(lpfx)$(FREER).$(oext) $(lpfx)$(REALLOCR).$(oext) \ - $(lpfx)$(CALLOCR).$(oext) $(lpfx)$(CFREER).$(oext) \ - $(lpfx)$(MALLINFOR).$(oext) $(lpfx)$(MALLSTATSR).$(oext) \ - $(lpfx)$(MSIZER).$(oext) $(lpfx)$(MALLOCR).$(oext) +LIBADD_OBJS =3D $(lpfx)$(FREER).o $(lpfx)$(REALLOCR).o \ + $(lpfx)$(CALLOCR).o $(lpfx)$(CFREER).o \ + $(lpfx)$(MALLINFOR).o $(lpfx)$(MALLSTATSR).o \ + $(lpfx)$(MSIZER).o $(lpfx)$(MALLOCR).o =20 noinst_LIBRARIES =3D lib.a lib_a_SOURCES =3D $(GENERAL_SOURCES) $(EXTENDED_SOURCES) $(ELIX_SOURCES) @@ -210,62 +210,62 @@ LIB_COMPILE =3D $(AM_V_CC)$(COMPILE) =20 MALLOC_COMPILE =3D $(LIB_COMPILE) -DINTERNAL_NEWLIB =20 -$(lpfx)$(MALLOCR).$(oext): $(MALLOCR).c +$(lpfx)$(MALLOCR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MALLOC -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(FREER).$(oext): $(MALLOCR).c +$(lpfx)$(FREER).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_FREE -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(REALLOCR).$(oext): $(MALLOCR).c +$(lpfx)$(REALLOCR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_REALLOC -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(CALLOCR).$(oext): $(MALLOCR).c +$(lpfx)$(CALLOCR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_CALLOC -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(CFREER).$(oext): $(MALLOCR).c +$(lpfx)$(CFREER).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_CFREE -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(MALIGNR).$(oext): $(MALLOCR).c +$(lpfx)$(MALIGNR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MEMALIGN -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(VALLOCR).$(oext): $(MALLOCR).c +$(lpfx)$(VALLOCR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_VALLOC -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(PVALLOCR).$(oext): $(MALLOCR).c +$(lpfx)$(PVALLOCR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_PVALLOC -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(MALLINFOR).$(oext): $(MALLOCR).c +$(lpfx)$(MALLINFOR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MALLINFO -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(MALLSTATSR).$(oext): $(MALLOCR).c +$(lpfx)$(MALLSTATSR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MALLOC_STATS -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(MSIZER).$(oext): $(MALLOCR).c +$(lpfx)$(MSIZER).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MALLOC_USABLE_SIZE -c $(srcdir)/$(MALLOCR).c -= o $@ =20 -$(lpfx)$(MALLOPTR).$(oext): $(MALLOCR).c +$(lpfx)$(MALLOPTR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MALLOPT -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)dtoa.$(oext): dtoa.c mprec.h -$(lpfx)ldtoa.$(oext): ldtoa.c mprec.h gdtoa.h -$(lpfx)gdtoa-ldtoa.$(oext): gdtoa-ldtoa.c mprec.h gdtoaimp.h gdtoa.h -$(lpfx)gdtoa-gdtoa.$(oext): gdtoa-gdtoa.c mprec.h gdtoaimp.h gdtoa.h -$(lpfx)gdtoa-dmisc.$(oext): gdtoa-dmisc.c mprec.h gdtoaimp.h gdtoa.h -$(lpfx)gdtoa-gmisc.$(oext): gdtoa-gmisc.c mprec.h gdtoaimp.h gdtoa.h -$(lpfx)ecvtbuf.$(oext): ecvtbuf.c mprec.h -$(lpfx)mbtowc_r.$(oext): mbtowc_r.c mbctype.h -$(lpfx)mprec.$(oext): mprec.c mprec.h -$(lpfx)strtod.$(oext): strtod.c mprec.h -$(lpfx)gdtoa-gethex.$(oext): gdtoa-gethex.c mprec.h -$(lpfx)gdtoa-hexnan.$(oext): gdtoa-hexnan.c mprec.h -$(lpfx)wctomb_r.$(oext): wctomb_r.c mbctype.h -$(lpfx)drand48.$(oext): drand48.c rand48.h -$(lpfx)erand48.$(oext): erand48.c rand48.h -$(lpfx)jrand48.$(oext): jrand48.c rand48.h -$(lpfx)lcong48.$(oext): lcong48.c rand48.h -$(lpfx)lrand48.$(oext): lrand48.c rand48.h -$(lpfx)mrand48.$(oext): mrand48.c rand48.h -$(lpfx)nrand48.$(oext): nrand48.c rand48.h -$(lpfx)rand48.$(oext): rand48.c rand48.h -$(lpfx)seed48.$(oext): seed48.c rand48.h -$(lpfx)srand48.$(oext): srand48.c rand48.h +$(lpfx)dtoa.o: dtoa.c mprec.h +$(lpfx)ldtoa.o: ldtoa.c mprec.h gdtoa.h +$(lpfx)gdtoa-ldtoa.o: gdtoa-ldtoa.c mprec.h gdtoaimp.h gdtoa.h +$(lpfx)gdtoa-gdtoa.o: gdtoa-gdtoa.c mprec.h gdtoaimp.h gdtoa.h +$(lpfx)gdtoa-dmisc.o: gdtoa-dmisc.c mprec.h gdtoaimp.h gdtoa.h +$(lpfx)gdtoa-gmisc.o: gdtoa-gmisc.c mprec.h gdtoaimp.h gdtoa.h +$(lpfx)ecvtbuf.o: ecvtbuf.c mprec.h +$(lpfx)mbtowc_r.o: mbtowc_r.c mbctype.h +$(lpfx)mprec.o: mprec.c mprec.h +$(lpfx)strtod.o: strtod.c mprec.h +$(lpfx)gdtoa-gethex.o: gdtoa-gethex.c mprec.h +$(lpfx)gdtoa-hexnan.o: gdtoa-hexnan.c mprec.h +$(lpfx)wctomb_r.o: wctomb_r.c mbctype.h +$(lpfx)drand48.o: drand48.c rand48.h +$(lpfx)erand48.o: erand48.c rand48.h +$(lpfx)jrand48.o: jrand48.c rand48.h +$(lpfx)lcong48.o: lcong48.c rand48.h +$(lpfx)lrand48.o: lrand48.c rand48.h +$(lpfx)mrand48.o: mrand48.c rand48.h +$(lpfx)nrand48.o: nrand48.c rand48.h +$(lpfx)rand48.o: rand48.c rand48.h +$(lpfx)seed48.o: seed48.c rand48.h +$(lpfx)srand48.o: srand48.c rand48.h diff --git a/newlib/libc/stdlib/Makefile.in b/newlib/libc/stdlib/Makefile.in index b48a7139d..d1d23aea9 100644 --- a/newlib/libc/stdlib/Makefile.in +++ b/newlib/libc/stdlib/Makefile.in @@ -355,7 +355,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ @@ -461,10 +460,10 @@ ELIX_2_SOURCES =3D \ wctob.c =20 ELIX_2_OBJS =3D \ - $(lpfx)$(MALIGNR).$(oext) \ - $(lpfx)$(MALLOPTR).$(oext) \ - $(lpfx)$(PVALLOCR).$(oext) \ - $(lpfx)$(VALLOCR).$(oext) + $(lpfx)$(MALIGNR).o \ + $(lpfx)$(MALLOPTR).o \ + $(lpfx)$(PVALLOCR).o \ + $(lpfx)$(VALLOCR).o =20 ELIX_3_SOURCES =3D \ putenv.c \ @@ -486,10 +485,10 @@ ELIX_4_SOURCES =3D \ @ELIX_LEVEL_1_TRUE@ELIX_OBJS =3D=20 =20 # Because of how libtool moves objects around, mallocr must be built last. -LIBADD_OBJS =3D $(lpfx)$(FREER).$(oext) $(lpfx)$(REALLOCR).$(oext) \ - $(lpfx)$(CALLOCR).$(oext) $(lpfx)$(CFREER).$(oext) \ - $(lpfx)$(MALLINFOR).$(oext) $(lpfx)$(MALLSTATSR).$(oext) \ - $(lpfx)$(MSIZER).$(oext) $(lpfx)$(MALLOCR).$(oext) +LIBADD_OBJS =3D $(lpfx)$(FREER).o $(lpfx)$(REALLOCR).o \ + $(lpfx)$(CALLOCR).o $(lpfx)$(CFREER).o \ + $(lpfx)$(MALLINFOR).o $(lpfx)$(MALLSTATSR).o \ + $(lpfx)$(MSIZER).o $(lpfx)$(MALLOCR).o =20 noinst_LIBRARIES =3D lib.a lib_a_SOURCES =3D $(GENERAL_SOURCES) $(EXTENDED_SOURCES) $(ELIX_SOURCES) @@ -1484,65 +1483,65 @@ uninstall-am: .PRECIOUS: Makefile =20 =20 -$(lpfx)$(MALLOCR).$(oext): $(MALLOCR).c +$(lpfx)$(MALLOCR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MALLOC -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(FREER).$(oext): $(MALLOCR).c +$(lpfx)$(FREER).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_FREE -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(REALLOCR).$(oext): $(MALLOCR).c +$(lpfx)$(REALLOCR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_REALLOC -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(CALLOCR).$(oext): $(MALLOCR).c +$(lpfx)$(CALLOCR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_CALLOC -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(CFREER).$(oext): $(MALLOCR).c +$(lpfx)$(CFREER).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_CFREE -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(MALIGNR).$(oext): $(MALLOCR).c +$(lpfx)$(MALIGNR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MEMALIGN -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(VALLOCR).$(oext): $(MALLOCR).c +$(lpfx)$(VALLOCR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_VALLOC -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(PVALLOCR).$(oext): $(MALLOCR).c +$(lpfx)$(PVALLOCR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_PVALLOC -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(MALLINFOR).$(oext): $(MALLOCR).c +$(lpfx)$(MALLINFOR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MALLINFO -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(MALLSTATSR).$(oext): $(MALLOCR).c +$(lpfx)$(MALLSTATSR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MALLOC_STATS -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)$(MSIZER).$(oext): $(MALLOCR).c +$(lpfx)$(MSIZER).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MALLOC_USABLE_SIZE -c $(srcdir)/$(MALLOCR).c -= o $@ =20 -$(lpfx)$(MALLOPTR).$(oext): $(MALLOCR).c +$(lpfx)$(MALLOPTR).o: $(MALLOCR).c $(MALLOC_COMPILE) -DDEFINE_MALLOPT -c $(srcdir)/$(MALLOCR).c -o $@ =20 -$(lpfx)dtoa.$(oext): dtoa.c mprec.h -$(lpfx)ldtoa.$(oext): ldtoa.c mprec.h gdtoa.h -$(lpfx)gdtoa-ldtoa.$(oext): gdtoa-ldtoa.c mprec.h gdtoaimp.h gdtoa.h -$(lpfx)gdtoa-gdtoa.$(oext): gdtoa-gdtoa.c mprec.h gdtoaimp.h gdtoa.h -$(lpfx)gdtoa-dmisc.$(oext): gdtoa-dmisc.c mprec.h gdtoaimp.h gdtoa.h -$(lpfx)gdtoa-gmisc.$(oext): gdtoa-gmisc.c mprec.h gdtoaimp.h gdtoa.h -$(lpfx)ecvtbuf.$(oext): ecvtbuf.c mprec.h -$(lpfx)mbtowc_r.$(oext): mbtowc_r.c mbctype.h -$(lpfx)mprec.$(oext): mprec.c mprec.h -$(lpfx)strtod.$(oext): strtod.c mprec.h -$(lpfx)gdtoa-gethex.$(oext): gdtoa-gethex.c mprec.h -$(lpfx)gdtoa-hexnan.$(oext): gdtoa-hexnan.c mprec.h -$(lpfx)wctomb_r.$(oext): wctomb_r.c mbctype.h -$(lpfx)drand48.$(oext): drand48.c rand48.h -$(lpfx)erand48.$(oext): erand48.c rand48.h -$(lpfx)jrand48.$(oext): jrand48.c rand48.h -$(lpfx)lcong48.$(oext): lcong48.c rand48.h -$(lpfx)lrand48.$(oext): lrand48.c rand48.h -$(lpfx)mrand48.$(oext): mrand48.c rand48.h -$(lpfx)nrand48.$(oext): nrand48.c rand48.h -$(lpfx)rand48.$(oext): rand48.c rand48.h -$(lpfx)seed48.$(oext): seed48.c rand48.h -$(lpfx)srand48.$(oext): srand48.c rand48.h +$(lpfx)dtoa.o: dtoa.c mprec.h +$(lpfx)ldtoa.o: ldtoa.c mprec.h gdtoa.h +$(lpfx)gdtoa-ldtoa.o: gdtoa-ldtoa.c mprec.h gdtoaimp.h gdtoa.h +$(lpfx)gdtoa-gdtoa.o: gdtoa-gdtoa.c mprec.h gdtoaimp.h gdtoa.h +$(lpfx)gdtoa-dmisc.o: gdtoa-dmisc.c mprec.h gdtoaimp.h gdtoa.h +$(lpfx)gdtoa-gmisc.o: gdtoa-gmisc.c mprec.h gdtoaimp.h gdtoa.h +$(lpfx)ecvtbuf.o: ecvtbuf.c mprec.h +$(lpfx)mbtowc_r.o: mbtowc_r.c mbctype.h +$(lpfx)mprec.o: mprec.c mprec.h +$(lpfx)strtod.o: strtod.c mprec.h +$(lpfx)gdtoa-gethex.o: gdtoa-gethex.c mprec.h +$(lpfx)gdtoa-hexnan.o: gdtoa-hexnan.c mprec.h +$(lpfx)wctomb_r.o: wctomb_r.c mbctype.h +$(lpfx)drand48.o: drand48.c rand48.h +$(lpfx)erand48.o: erand48.c rand48.h +$(lpfx)jrand48.o: jrand48.c rand48.h +$(lpfx)lcong48.o: lcong48.c rand48.h +$(lpfx)lrand48.o: lrand48.c rand48.h +$(lpfx)mrand48.o: mrand48.c rand48.h +$(lpfx)nrand48.o: nrand48.c rand48.h +$(lpfx)rand48.o: rand48.c rand48.h +$(lpfx)seed48.o: seed48.c rand48.h +$(lpfx)srand48.o: srand48.c rand48.h =20 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/newlib/libc/string/Makefile.in b/newlib/libc/string/Makefile.in index 65419e85d..1fbcacbcd 100644 --- a/newlib/libc/string/Makefile.in +++ b/newlib/libc/string/Makefile.in @@ -339,7 +339,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/a29khif/Makefile.in b/newlib/libc/sys/a29khif/= Makefile.in index bbd37648a..dad444ad8 100644 --- a/newlib/libc/sys/a29khif/Makefile.in +++ b/newlib/libc/sys/a29khif/Makefile.in @@ -289,7 +289,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/amdgcn/Makefile.in b/newlib/libc/sys/amdgcn/Ma= kefile.in index e55a3fdde..7d2b7094b 100644 --- a/newlib/libc/sys/amdgcn/Makefile.in +++ b/newlib/libc/sys/amdgcn/Makefile.in @@ -278,7 +278,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/arm/Makefile.in b/newlib/libc/sys/arm/Makefile= .in index dc072a1aa..81de74038 100644 --- a/newlib/libc/sys/arm/Makefile.in +++ b/newlib/libc/sys/arm/Makefile.in @@ -283,7 +283,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/d10v/Makefile.in b/newlib/libc/sys/d10v/Makefi= le.in index 5af41a1c0..cbf31367a 100644 --- a/newlib/libc/sys/d10v/Makefile.in +++ b/newlib/libc/sys/d10v/Makefile.in @@ -279,7 +279,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/decstation/Makefile.in b/newlib/libc/sys/decst= ation/Makefile.in index f6380e87e..2b4830a0b 100644 --- a/newlib/libc/sys/decstation/Makefile.in +++ b/newlib/libc/sys/decstation/Makefile.in @@ -268,7 +268,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/epiphany/Makefile.in b/newlib/libc/sys/epiphan= y/Makefile.in index 73cc1ebc0..9a88c4fc3 100644 --- a/newlib/libc/sys/epiphany/Makefile.in +++ b/newlib/libc/sys/epiphany/Makefile.in @@ -298,7 +298,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/h8300hms/Makefile.in b/newlib/libc/sys/h8300hm= s/Makefile.in index c2fd32cb5..982985414 100644 --- a/newlib/libc/sys/h8300hms/Makefile.in +++ b/newlib/libc/sys/h8300hms/Makefile.in @@ -281,7 +281,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/h8500hms/Makefile.in b/newlib/libc/sys/h8500hm= s/Makefile.in index 4ca43c7bc..06f263b4a 100644 --- a/newlib/libc/sys/h8500hms/Makefile.in +++ b/newlib/libc/sys/h8500hms/Makefile.in @@ -272,7 +272,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/m88kbug/Makefile.in b/newlib/libc/sys/m88kbug/= Makefile.in index 4d45313f1..8350bef9b 100644 --- a/newlib/libc/sys/m88kbug/Makefile.in +++ b/newlib/libc/sys/m88kbug/Makefile.in @@ -272,7 +272,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/mmixware/Makefile.in b/newlib/libc/sys/mmixwar= e/Makefile.in index bc695fa45..71a1df1d6 100644 --- a/newlib/libc/sys/mmixware/Makefile.in +++ b/newlib/libc/sys/mmixware/Makefile.in @@ -290,7 +290,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/netware/Makefile.in b/newlib/libc/sys/netware/= Makefile.in index 9205998ec..cb6c73cae 100644 --- a/newlib/libc/sys/netware/Makefile.in +++ b/newlib/libc/sys/netware/Makefile.in @@ -268,7 +268,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/or1k/Makefile.in b/newlib/libc/sys/or1k/Makefi= le.in index 1b3f1994e..070806135 100644 --- a/newlib/libc/sys/or1k/Makefile.in +++ b/newlib/libc/sys/or1k/Makefile.in @@ -278,7 +278,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/phoenix/Makefile.in b/newlib/libc/sys/phoenix/= Makefile.in index 8490802aa..ba33e6b36 100644 --- a/newlib/libc/sys/phoenix/Makefile.in +++ b/newlib/libc/sys/phoenix/Makefile.in @@ -319,7 +319,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/phoenix/configure b/newlib/libc/sys/phoenix/co= nfigure index 0d40a7656..0231cdb45 100644 --- a/newlib/libc/sys/phoenix/configure +++ b/newlib/libc/sys/phoenix/configure @@ -595,7 +595,6 @@ shared_machine_dir machine_dir libm_machine_dir lpfx -oext ELIX_LEVEL_4_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_3_FALSE @@ -4250,8 +4249,7 @@ fi =20 # Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we # use oext, which is set in configure.host based on the target platform. -OBJEXT=3D${oext} - +OBJEXT=3Do =20 =20 =20 diff --git a/newlib/libc/sys/phoenix/machine/Makefile.in b/newlib/libc/sys/= phoenix/machine/Makefile.in index 0b3f56f94..bc00576e8 100644 --- a/newlib/libc/sys/phoenix/machine/Makefile.in +++ b/newlib/libc/sys/phoenix/machine/Makefile.in @@ -252,7 +252,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/phoenix/machine/arm/Makefile.in b/newlib/libc/= sys/phoenix/machine/arm/Makefile.in index 93799224b..2b8b04f0f 100644 --- a/newlib/libc/sys/phoenix/machine/arm/Makefile.in +++ b/newlib/libc/sys/phoenix/machine/arm/Makefile.in @@ -267,7 +267,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/phoenix/machine/arm/configure b/newlib/libc/sy= s/phoenix/machine/arm/configure index 6a6ac64e6..d874ca627 100644 --- a/newlib/libc/sys/phoenix/machine/arm/configure +++ b/newlib/libc/sys/phoenix/machine/arm/configure @@ -592,7 +592,6 @@ shared_machine_dir machine_dir libm_machine_dir lpfx -oext ELIX_LEVEL_4_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_3_FALSE @@ -4247,8 +4246,7 @@ fi =20 # Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we # use oext, which is set in configure.host based on the target platform. -OBJEXT=3D${oext} - +OBJEXT=3Do =20 =20 =20 diff --git a/newlib/libc/sys/phoenix/machine/configure b/newlib/libc/sys/ph= oenix/machine/configure index f5e7ddb01..d516e11ef 100644 --- a/newlib/libc/sys/phoenix/machine/configure +++ b/newlib/libc/sys/phoenix/machine/configure @@ -597,7 +597,6 @@ shared_machine_dir machine_dir libm_machine_dir lpfx -oext ELIX_LEVEL_4_FALSE ELIX_LEVEL_4_TRUE ELIX_LEVEL_3_FALSE @@ -4255,8 +4254,7 @@ fi =20 # Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we # use oext, which is set in configure.host based on the target platform. -OBJEXT=3D${oext} - +OBJEXT=3Do =20 =20 =20 diff --git a/newlib/libc/sys/rdos/Makefile.in b/newlib/libc/sys/rdos/Makefi= le.in index cc95dda64..46b6c48b7 100644 --- a/newlib/libc/sys/rdos/Makefile.in +++ b/newlib/libc/sys/rdos/Makefile.in @@ -289,7 +289,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/rtems/Makefile.in b/newlib/libc/sys/rtems/Make= file.in index ed0f3dfd0..9966c79b3 100644 --- a/newlib/libc/sys/rtems/Makefile.in +++ b/newlib/libc/sys/rtems/Makefile.in @@ -273,7 +273,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/sh/Makefile.in b/newlib/libc/sys/sh/Makefile.in index a298e1635..f90d715db 100644 --- a/newlib/libc/sys/sh/Makefile.in +++ b/newlib/libc/sys/sh/Makefile.in @@ -280,7 +280,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/sparc64/Makefile.in b/newlib/libc/sys/sparc64/= Makefile.in index e7cceef7d..c7f9cfa69 100644 --- a/newlib/libc/sys/sparc64/Makefile.in +++ b/newlib/libc/sys/sparc64/Makefile.in @@ -297,7 +297,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/sun4/Makefile.in b/newlib/libc/sys/sun4/Makefi= le.in index 488e2faaa..69052ea42 100644 --- a/newlib/libc/sys/sun4/Makefile.in +++ b/newlib/libc/sys/sun4/Makefile.in @@ -272,7 +272,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/sysmec/Makefile.in b/newlib/libc/sys/sysmec/Ma= kefile.in index 99a549747..f780d1d35 100644 --- a/newlib/libc/sys/sysmec/Makefile.in +++ b/newlib/libc/sys/sysmec/Makefile.in @@ -290,7 +290,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/sysnec810/Makefile.in b/newlib/libc/sys/sysnec= 810/Makefile.in index 34f768be9..652056b9d 100644 --- a/newlib/libc/sys/sysnec810/Makefile.in +++ b/newlib/libc/sys/sysnec810/Makefile.in @@ -279,7 +279,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/sysnecv850/Makefile.in b/newlib/libc/sys/sysne= cv850/Makefile.in index ab19a42ac..08eec6996 100644 --- a/newlib/libc/sys/sysnecv850/Makefile.in +++ b/newlib/libc/sys/sysnecv850/Makefile.in @@ -314,7 +314,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/sysvi386/Makefile.in b/newlib/libc/sys/sysvi38= 6/Makefile.in index d51132d52..4c767c46c 100644 --- a/newlib/libc/sys/sysvi386/Makefile.in +++ b/newlib/libc/sys/sysvi386/Makefile.in @@ -299,7 +299,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/sysvnecv70/Makefile.in b/newlib/libc/sys/sysvn= ecv70/Makefile.in index b2cf2c28b..8b0d0a713 100644 --- a/newlib/libc/sys/sysvnecv70/Makefile.in +++ b/newlib/libc/sys/sysvnecv70/Makefile.in @@ -282,7 +282,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/tic80/Makefile.in b/newlib/libc/sys/tic80/Make= file.in index 8a0b2e3be..56c28a7ce 100644 --- a/newlib/libc/sys/tic80/Makefile.in +++ b/newlib/libc/sys/tic80/Makefile.in @@ -272,7 +272,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/tirtos/Makefile.in b/newlib/libc/sys/tirtos/Ma= kefile.in index 646cbaad6..9548677d2 100644 --- a/newlib/libc/sys/tirtos/Makefile.in +++ b/newlib/libc/sys/tirtos/Makefile.in @@ -272,7 +272,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/w65/Makefile.in b/newlib/libc/sys/w65/Makefile= .in index b4365dddc..0f13adfab 100644 --- a/newlib/libc/sys/w65/Makefile.in +++ b/newlib/libc/sys/w65/Makefile.in @@ -272,7 +272,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/newlib/libc/sys/z8ksim/Makefile.in b/newlib/libc/sys/z8ksim/Ma= kefile.in index 7e637657e..8fc9da5cd 100644 --- a/newlib/libc/sys/z8ksim/Makefile.in +++ b/newlib/libc/sys/z8ksim/Makefile.in @@ -272,7 +272,6 @@ machine_dir =3D @machine_dir@ mandir =3D @mandir@ mkdir_p =3D @mkdir_p@ newlib_basedir =3D @newlib_basedir@ -oext =3D @oext@ oldincludedir =3D @oldincludedir@ pdfdir =3D @pdfdir@ prefix =3D @prefix@ diff --git a/n[...] [diff truncated at 100000 bytes]