mirror of git://gcc.gnu.org/git/gcc.git
* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
From-SVN: r28071
This commit is contained in:
parent
3ea744b25b
commit
8f1824d91b
|
@ -1,3 +1,7 @@
|
||||||
|
1999-07-12 Jason Merrill <jason@yorick.cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
|
||||||
|
|
||||||
1999-07-07 Jason Merrill <jason@yorick.cygnus.com>
|
1999-07-07 Jason Merrill <jason@yorick.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (needed-list): Only include stuff we actually need
|
* Makefile.in (needed-list): Only include stuff we actually need
|
||||||
|
|
|
@ -159,7 +159,7 @@ install_to_tooldir: all
|
||||||
# can't use anything encumbering.
|
# can't use anything encumbering.
|
||||||
NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
|
NEEDED = atexit calloc memchr memcmp memcpy memmove memset rename strchr \
|
||||||
strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
|
strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf \
|
||||||
vfork waitpid mkstemps
|
vfork waitpid bcmp bcopy bzero
|
||||||
needed-list: Makefile
|
needed-list: Makefile
|
||||||
rm -f needed-list; touch needed-list; \
|
rm -f needed-list; touch needed-list; \
|
||||||
for f in $(NEEDED); do \
|
for f in $(NEEDED); do \
|
||||||
|
|
Loading…
Reference in New Issue