2003-03-30 Jeff Johnston <jjohnstn@redhat.com>
* libc/machine/h8300/Makefile.am: Reformat slightly. * libc/machine/h8300/Makefile.in: Regenerate.
This commit is contained in:
parent
4289ebdbfb
commit
ed4c5eceb0
|
@ -1,3 +1,8 @@
|
||||||
|
2003-03-30 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/machine/h8300/Makefile.am: Reformat slightly.
|
||||||
|
* libc/machine/h8300/Makefile.in: Regenerate.
|
||||||
|
|
||||||
2003-03-30 Thomas Pfaff <tpfaff@gmx.net>
|
2003-03-30 Thomas Pfaff <tpfaff@gmx.net>
|
||||||
|
|
||||||
* libc/stdio/findfp.c (__fp_lock_all): Add call to
|
* libc/stdio/findfp.c (__fp_lock_all): Add call to
|
||||||
|
|
|
@ -8,6 +8,8 @@ noinst_LIBRARIES = lib.a
|
||||||
|
|
||||||
lib_a_SOURCES = reg_memcpy.S reg_memset.S strcmp.S memcpy.S memset.S \
|
lib_a_SOURCES = reg_memcpy.S reg_memset.S strcmp.S memcpy.S memset.S \
|
||||||
setjmp.S
|
setjmp.S
|
||||||
|
lib_a_LIBADD =
|
||||||
|
lib_a_DEPENDENCIES =
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
|
|
@ -91,6 +91,8 @@ noinst_LIBRARIES = lib.a
|
||||||
|
|
||||||
lib_a_SOURCES = reg_memcpy.S reg_memset.S strcmp.S memcpy.S memset.S setjmp.S
|
lib_a_SOURCES = reg_memcpy.S reg_memset.S strcmp.S memcpy.S memset.S setjmp.S
|
||||||
|
|
||||||
|
lib_a_LIBADD =
|
||||||
|
lib_a_DEPENDENCIES =
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../..
|
ACLOCAL_AMFLAGS = -I ../../..
|
||||||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|
||||||
|
@ -103,7 +105,6 @@ LIBRARIES = $(noinst_LIBRARIES)
|
||||||
DEFS = @DEFS@ -I. -I$(srcdir)
|
DEFS = @DEFS@ -I. -I$(srcdir)
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
lib_a_LIBADD =
|
|
||||||
lib_a_OBJECTS = reg_memcpy.o reg_memset.o strcmp.o memcpy.o memset.o \
|
lib_a_OBJECTS = reg_memcpy.o reg_memset.o strcmp.o memcpy.o memset.o \
|
||||||
setjmp.o
|
setjmp.o
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
|
Loading…
Reference in New Issue