mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
2008-01-21 Neal H. Walfield <neal@gnu.org>
* Makefile.am (crt1.o): Use correct source. * Makefile.in: Regenerated.
This commit is contained in:
parent
755f6f8f65
commit
cece11c511
@ -1,3 +1,8 @@
|
||||
2008-01-21 Neal H. Walfield <neal@gnu.org>
|
||||
|
||||
* Makefile.am (crt1.o): Use correct source.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2008-01-15 Eric Blake <ebb9@byu.net>
|
||||
|
||||
* libc/string/Makefile.am (ELIX_2_SOURCES): Fix definition.
|
||||
@ -28,6 +33,7 @@
|
||||
(CHEWOUT_FILES): Build documentation for memmem.
|
||||
* libc/string/strings.tex: Include new docs.
|
||||
|
||||
>>>>>>> 1.1116
|
||||
2008-01-08 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/machine/m68k/memcpy.S: Remove % from register references
|
||||
|
@ -181,8 +181,8 @@ $(CRT0_DIR)$(CRT0): ; @true
|
||||
|
||||
crt1.o: $(CRT1_DIR)$(CRT1)
|
||||
rm -f $@
|
||||
ln $(CRT0_DIR)$(CRT0) $@ >/dev/null 2>/dev/null \
|
||||
|| cp $(CRT0_DIR)$(CRT0) $@
|
||||
ln $< $@ >/dev/null 2>/dev/null \
|
||||
|| cp $< $@
|
||||
|
||||
$(CRT1_DIR)$(CRT1): ; @true
|
||||
|
||||
|
@ -848,8 +848,8 @@ $(CRT0_DIR)$(CRT0): ; @true
|
||||
|
||||
crt1.o: $(CRT1_DIR)$(CRT1)
|
||||
rm -f $@
|
||||
ln $(CRT0_DIR)$(CRT0) $@ >/dev/null 2>/dev/null \
|
||||
|| cp $(CRT0_DIR)$(CRT0) $@
|
||||
ln $< $@ >/dev/null 2>/dev/null \
|
||||
|| cp $< $@
|
||||
|
||||
$(CRT1_DIR)$(CRT1): ; @true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user