Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
8f1824d9
Commit
8f1824d9
authored
Jul 12, 1999
by
Jason Merrill
Committed by
Jason Merrill
Jul 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
From-SVN: r28071
parent
3ea744b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libiberty/ChangeLog
+4
-0
libiberty/Makefile.in
+1
-1
No files found.
libiberty/ChangeLog
View file @
8f1824d9
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>
* Makefile.in (needed-list): Only include stuff we actually need
...
...
libiberty/Makefile.in
View file @
8f1824d9
...
...
@@ -159,7 +159,7 @@ install_to_tooldir: all
# can't use anything encumbering.
NEEDED
=
atexit calloc memchr memcmp memcpy memmove memset rename strchr
\
strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf
\
vfork waitpid
mkstemps
vfork waitpid
bcmp bcopy bzero
needed-list
:
Makefile
rm
-f
needed-list
;
touch needed-list
;
\
for
f
in
$(NEEDED)
;
do
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment